Skip to content

Instantly share code, notes, and snippets.

@wlanowski
Created January 12, 2023 13:32
Show Gist options
  • Save wlanowski/72e110efbef281732cd0ad34a9809c43 to your computer and use it in GitHub Desktop.
Save wlanowski/72e110efbef281732cd0ad34a9809c43 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="de-DE">
<head>
<meta charset='UTF-8'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
<!-- This site is optimized with the Yoast SEO plugin v19.14 - https://yoast.com/wordpress/plugins/seo/ -->
<title>Test - superbitch380.de</title>
<link rel="canonical" href="https://superbitch380.de/test" />
<meta property="og:locale" content="de_DE" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Test - superbitch380.de" />
<meta property="og:description" content="Gallery no captions Gallery captions" />
<meta property="og:url" content="https://superbitch380.de/test" />
<meta property="og:site_name" content="superbitch380.de" />
<meta property="article:modified_time" content="2023-01-12T13:28:18+00:00" />
<meta property="og:image" content="https://superbitch380.de/wp-content/uploads/2023/01/img_0082-1024x768.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://superbitch380.de/test","url":"https://superbitch380.de/test","name":"Test - superbitch380.de","isPartOf":{"@id":"https://superbitch380.de/#website"},"primaryImageOfPage":{"@id":"https://superbitch380.de/test#primaryimage"},"image":{"@id":"https://superbitch380.de/test#primaryimage"},"thumbnailUrl":"https://superbitch380.de/wp-content/uploads/2023/01/img_0082-1024x768.jpg","datePublished":"2023-01-12T13:15:43+00:00","dateModified":"2023-01-12T13:28:18+00:00","breadcrumb":{"@id":"https://superbitch380.de/test#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https://superbitch380.de/test"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https://superbitch380.de/test#primaryimage","url":"https://superbitch380.de/wp-content/uploads/2023/01/img_0082-scaled.jpg","contentUrl":"https://superbitch380.de/wp-content/uploads/2023/01/img_0082-scaled.jpg","width":2560,"height":1920},{"@type":"BreadcrumbList","@id":"https://superbitch380.de/test#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https://superbitch380.de/"},{"@type":"ListItem","position":2,"name":"Test"}]},{"@type":"WebSite","@id":"https://superbitch380.de/#website","url":"https://superbitch380.de/","name":"superbitch380.de","description":"Eine weitere Reise ins Ungewisse","publisher":{"@id":"https://superbitch380.de/#/schema/person/59477dd106751cccaeeb6a870e547500"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://superbitch380.de/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":["Person","Organization"],"@id":"https://superbitch380.de/#/schema/person/59477dd106751cccaeeb6a870e547500","name":"Luisa","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https://superbitch380.de/#/schema/person/image/","url":"https://superbitch380.de/wp-content/uploads/2021/09/superbitch380-ByK5Xwro5wU_ByK5XZQor31.jpg","contentUrl":"https://superbitch380.de/wp-content/uploads/2021/09/superbitch380-ByK5Xwro5wU_ByK5XZQor31.jpg","width":1080,"height":1350,"caption":"Luisa"},"logo":{"@id":"https://superbitch380.de/#/schema/person/image/"},"sameAs":["https://superbitch380.de"]}]}</script>
<!-- / Yoast SEO plugin. -->
<link rel="alternate" type="application/rss+xml" title="superbitch380.de &raquo; Feed" href="https://superbitch380.de/feed" />
<link rel="alternate" type="application/rss+xml" title="superbitch380.de &raquo; Kommentar-Feed" href="https://superbitch380.de/comments/feed" />
<link rel="alternate" type="application/rss+xml" title="superbitch380.de &raquo; Test Kommentar-Feed" href="https://superbitch380.de/test/feed" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/superbitch380.de\/wp-includes\/js\/wp-emoji.js?ver=6.1.1","twemoji":"https:\/\/superbitch380.de\/wp-includes\/js\/twemoji.js?ver=6.1.1"}};
/**
* @output wp-includes/js/wp-emoji-loader.js
*/
( function( window, document, settings ) {
var src, ready, ii, tests;
// Create a canvas element for testing native browser support of emoji.
var canvas = document.createElement( 'canvas' );
var context = canvas.getContext && canvas.getContext( '2d' );
/**
* Checks if two sets of Emoji characters render the same visually.
*
* @since 4.9.0
*
* @private
*
* @param {number[]} set1 Set of Emoji character codes.
* @param {number[]} set2 Set of Emoji character codes.
*
* @return {boolean} True if the two sets render the same.
*/
function emojiSetsRenderIdentically( set1, set2 ) {
var stringFromCharCode = String.fromCharCode;
// Cleanup from previous test.
context.clearRect( 0, 0, canvas.width, canvas.height );
context.fillText( stringFromCharCode.apply( this, set1 ), 0, 0 );
var rendered1 = canvas.toDataURL();
// Cleanup from previous test.
context.clearRect( 0, 0, canvas.width, canvas.height );
context.fillText( stringFromCharCode.apply( this, set2 ), 0, 0 );
var rendered2 = canvas.toDataURL();
return rendered1 === rendered2;
}
/**
* Detects if the browser supports rendering emoji or flag emoji.
*
* Flag emoji are a single glyph made of two characters, so some browsers
* (notably, Firefox OS X) don't support them.
*
* @since 4.2.0
*
* @private
*
* @param {string} type Whether to test for support of "flag" or "emoji".
*
* @return {boolean} True if the browser can render emoji, false if it cannot.
*/
function browserSupportsEmoji( type ) {
var isIdentical;
if ( ! context || ! context.fillText ) {
return false;
}
/*
* Chrome on OS X added native emoji rendering in M41. Unfortunately,
* it doesn't work when the font is bolder than 500 weight. So, we
* check for bold rendering support to avoid invisible emoji in Chrome.
*/
context.textBaseline = 'top';
context.font = '600 32px Arial';
switch ( type ) {
case 'flag':
/*
* Test for Transgender flag compatibility. This flag is shortlisted for the Emoji 13 spec,
* but has landed in Twemoji early, so we can add support for it, too.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly (white flag emoji + transgender symbol).
*/
isIdentical = emojiSetsRenderIdentically(
[ 0x1F3F3, 0xFE0F, 0x200D, 0x26A7, 0xFE0F ],
[ 0x1F3F3, 0xFE0F, 0x200B, 0x26A7, 0xFE0F ]
);
if ( isIdentical ) {
return false;
}
/*
* Test for UN flag compatibility. This is the least supported of the letter locale flags,
* so gives us an easy test for full support.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly ([U] + [N]).
*/
isIdentical = emojiSetsRenderIdentically(
[ 0xD83C, 0xDDFA, 0xD83C, 0xDDF3 ],
[ 0xD83C, 0xDDFA, 0x200B, 0xD83C, 0xDDF3 ]
);
if ( isIdentical ) {
return false;
}
/*
* Test for English flag compatibility. England is a country in the United Kingdom, it
* does not have a two letter locale code but rather an five letter sub-division code.
*
* To test for support, we try to render it, and compare the rendering to how it would look if
* the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
*/
isIdentical = emojiSetsRenderIdentically(
[ 0xD83C, 0xDFF4, 0xDB40, 0xDC67, 0xDB40, 0xDC62, 0xDB40, 0xDC65, 0xDB40, 0xDC6E, 0xDB40, 0xDC67, 0xDB40, 0xDC7F ],
[ 0xD83C, 0xDFF4, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC62, 0x200B, 0xDB40, 0xDC65, 0x200B, 0xDB40, 0xDC6E, 0x200B, 0xDB40, 0xDC67, 0x200B, 0xDB40, 0xDC7F ]
);
return ! isIdentical;
case 'emoji':
/*
* Why can't we be friends? Everyone can now shake hands in emoji, regardless of skin tone!
*
* To test for Emoji 14.0 support, try to render a new emoji: Handshake: Light Skin Tone, Dark Skin Tone.
*
* The Handshake: Light Skin Tone, Dark Skin Tone emoji is a ZWJ sequence combining 🫱 Rightwards Hand,
* 🏻 Light Skin Tone, a Zero Width Joiner, 🫲 Leftwards Hand, and 🏿 Dark Skin Tone.
*
* 0x1FAF1 == Rightwards Hand
* 0x1F3FB == Light Skin Tone
* 0x200D == Zero-Width Joiner (ZWJ) that links the code points for the new emoji or
* 0x200B == Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji.
* 0x1FAF2 == Leftwards Hand
* 0x1F3FF == Dark Skin Tone.
*
* When updating this test for future Emoji releases, ensure that individual emoji that make up the
* sequence come from older emoji standards.
*/
isIdentical = emojiSetsRenderIdentically(
[0x1FAF1, 0x1F3FB, 0x200D, 0x1FAF2, 0x1F3FF],
[0x1FAF1, 0x1F3FB, 0x200B, 0x1FAF2, 0x1F3FF]
);
return ! isIdentical;
}
return false;
}
/**
* Adds a script to the head of the document.
*
* @ignore
*
* @since 4.2.0
*
* @param {Object} src The url where the script is located.
* @return {void}
*/
function addScript( src ) {
var script = document.createElement( 'script' );
script.src = src;
script.defer = script.type = 'text/javascript';
document.getElementsByTagName( 'head' )[0].appendChild( script );
}
tests = Array( 'flag', 'emoji' );
settings.supports = {
everything: true,
everythingExceptFlag: true
};
/*
* Tests the browser support for flag emojis and other emojis, and adjusts the
* support settings accordingly.
*/
for( ii = 0; ii < tests.length; ii++ ) {
settings.supports[ tests[ ii ] ] = browserSupportsEmoji( tests[ ii ] );
settings.supports.everything = settings.supports.everything && settings.supports[ tests[ ii ] ];
if ( 'flag' !== tests[ ii ] ) {
settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && settings.supports[ tests[ ii ] ];
}
}
settings.supports.everythingExceptFlag = settings.supports.everythingExceptFlag && ! settings.supports.flag;
// Sets DOMReady to false and assigns a ready function to settings.
settings.DOMReady = false;
settings.readyCallback = function() {
settings.DOMReady = true;
};
// When the browser can not render everything we need to load a polyfill.
if ( ! settings.supports.everything ) {
ready = function() {
settings.readyCallback();
};
/*
* Cross-browser version of adding a dom ready event.
*/
if ( document.addEventListener ) {
document.addEventListener( 'DOMContentLoaded', ready, false );
window.addEventListener( 'load', ready, false );
} else {
window.attachEvent( 'onload', ready );
document.attachEvent( 'onreadystatechange', function() {
if ( 'complete' === document.readyState ) {
settings.readyCallback();
}
} );
}
src = settings.source || {};
if ( src.concatemoji ) {
addScript( src.concatemoji );
} else if ( src.wpemoji && src.twemoji ) {
addScript( src.twemoji );
addScript( src.wpemoji );
}
}
} )( window, document, window._wpemojiSettings );
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='codepeople-loading-page-style-css' href='https://superbitch380.de/wp-content/plugins/loading-page/css/loading-page.css?ver=free-1.0.94' type='text/css' media='' />
<link rel='stylesheet' id='codepeople-loading-page-style-effect-css' href='https://superbitch380.de/wp-content/plugins/loading-page/css/loading-page.css?ver=free-1.0.94' type='text/css' media='' />
<link rel='stylesheet' id='bootstrap-css' href='https://superbitch380.de/wp-content/themes/hestia/assets/bootstrap/css/bootstrap.min.css?ver=1.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='hestia-font-sizes-css' href='https://superbitch380.de/wp-content/themes/hestia/assets/css/font-sizes.min.css?ver=3.0.26' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://superbitch380.de/wp-includes/css/dist/block-library/style.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='classic-theme-styles-css' href='https://superbitch380.de/wp-includes/css/classic-themes.css?ver=1' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--accent: #007aff;--wp--preset--color--background-color: #E5E5E5;--wp--preset--color--header-gradient: #00266d;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;}:where(.is-layout-flex){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='cookie-law-info-css' href='https://superbitch380.de/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-public.css?ver=3.0.8' type='text/css' media='all' />
<link rel='stylesheet' id='cookie-law-info-gdpr-css' href='https://superbitch380.de/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-gdpr.css?ver=3.0.8' type='text/css' media='all' />
<link rel='stylesheet' id='foobox-free-min-css' href='https://superbitch380.de/wp-content/plugins/foobox-image-lightbox/free/css/foobox.free.min.css?ver=2.7.17' type='text/css' media='all' />
<link rel='stylesheet' id='wp-next-post-navi-style-css' href='https://superbitch380.de/wp-content/plugins/wp-next-post-navi/style.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://superbitch380.de/wp-content/themes/hestia/style.css?ver=6.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='hestia_style-css' href='https://superbitch380.de/wp-content/themes/hestia-child/style.css?ver=3.0.26' type='text/css' media='all' />
<style id='hestia_style-inline-css' type='text/css'>
.elementor-page .hestia-about>.container{width:100%}.elementor-page .pagebuilder-section{padding:0}.elementor-page .title-in-content,.elementor-page .image-in-page{display:none}.home.elementor-page .main-raised>section.hestia-about{overflow:visible}.elementor-editor-active .navbar{pointer-events:none}.elementor-editor-active #elementor.elementor-edit-mode .elementor-element-overlay{z-index:1000000}.elementor-page.page-template-template-fullwidth .blog-post-wrapper>.container{width:100%}.elementor-page.page-template-template-fullwidth .blog-post-wrapper>.container .col-md-12{padding:0}.elementor-page.page-template-template-fullwidth article.section{padding:0}.elementor-text-editor p,.elementor-text-editor h1,.elementor-text-editor h2,.elementor-text-editor h3,.elementor-text-editor h4,.elementor-text-editor h5,.elementor-text-editor h6{font-size:inherit}
.hestia-top-bar,.hestia-top-bar .widget.widget_shopping_cart .cart_list{background-color:#363537}.hestia-top-bar .widget .label-floating input[type=search]:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 9999px #363537}.hestia-top-bar,.hestia-top-bar .widget .label-floating input[type=search],.hestia-top-bar .widget.widget_search form.form-group:before,.hestia-top-bar .widget.widget_product_search form.form-group:before,.hestia-top-bar .widget.widget_shopping_cart:before{color:#fff}.hestia-top-bar .widget .label-floating input[type=search]{-webkit-text-fill-color:#fff !important}.hestia-top-bar div.widget.widget_shopping_cart:before,.hestia-top-bar .widget.widget_product_search form.form-group:before,.hestia-top-bar .widget.widget_search form.form-group:before{background-color:#fff}.hestia-top-bar a,.hestia-top-bar .top-bar-nav li a{color:#fff}.hestia-top-bar ul li a[href*="mailto:"]:before,.hestia-top-bar ul li a[href*="tel:"]:before{background-color:#fff}.hestia-top-bar a:hover,.hestia-top-bar .top-bar-nav li a:hover{color:#eee}.hestia-top-bar ul li:hover a[href*="mailto:"]:before,.hestia-top-bar ul li:hover a[href*="tel:"]:before{background-color:#eee}
a,.navbar .dropdown-menu li:hover>a,.navbar .dropdown-menu li:focus>a,.navbar .dropdown-menu li:active>a,.navbar .navbar-nav>li .dropdown-menu li:hover>a,body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a,body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a:hover,body:not(.home) .navbar-default .navbar-nav>.active:not(.btn)>a:focus,a:hover,.card-blog a.moretag:hover,.card-blog a.more-link:hover,.widget a:hover,.has-text-color.has-accent-color,p.has-text-color a{color:#007aff}.svg-text-color{fill:#007aff}.pagination span.current,.pagination span.current:focus,.pagination span.current:hover{border-color:#007aff}button,button:hover,.woocommerce .track_order button[type="submit"],.woocommerce .track_order button[type="submit"]:hover,div.wpforms-container .wpforms-form button[type=submit].wpforms-submit,div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover,input[type="button"],input[type="button"]:hover,input[type="submit"],input[type="submit"]:hover,input#searchsubmit,.pagination span.current,.pagination span.current:focus,.pagination span.current:hover,.btn.btn-primary,.btn.btn-primary:link,.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active,.btn.btn-primary.active,.btn.btn-primary.active:focus,.btn.btn-primary.active:hover,.btn.btn-primary:active:hover,.btn.btn-primary:active:focus,.btn.btn-primary:active:hover,.hestia-sidebar-open.btn.btn-rose,.hestia-sidebar-close.btn.btn-rose,.hestia-sidebar-open.btn.btn-rose:hover,.hestia-sidebar-close.btn.btn-rose:hover,.hestia-sidebar-open.btn.btn-rose:focus,.hestia-sidebar-close.btn.btn-rose:focus,.label.label-primary,.hestia-work .portfolio-item:nth-child(6n+1) .label,.nav-cart .nav-cart-content .widget .buttons .button,.has-accent-background-color[class*="has-background"]{background-color:#007aff}@media(max-width:768px){.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus,.navbar .navbar-nav .dropdown .dropdown-menu li a:hover,.navbar .navbar-nav .dropdown .dropdown-menu li a:focus,.navbar button.navbar-toggle:hover,.navbar .navbar-nav li:hover>a i{color:#007aff}}body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close),body:not(.woocommerce-page) .button:not([class^="fl-"]):not(hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button):not(.product_type_grouped):not(.product_type_external),div.wpforms-container .wpforms-form button[type=submit].wpforms-submit,input[type="submit"],input[type="button"],.btn.btn-primary,.widget_product_search button[type="submit"],.hestia-sidebar-open.btn.btn-rose,.hestia-sidebar-close.btn.btn-rose,.everest-forms button[type=submit].everest-forms-submit-button{-webkit-box-shadow:0 2px 2px 0 rgba(0,122,255,0.14),0 3px 1px -2px rgba(0,122,255,0.2),0 1px 5px 0 rgba(0,122,255,0.12);box-shadow:0 2px 2px 0 rgba(0,122,255,0.14),0 3px 1px -2px rgba(0,122,255,0.2),0 1px 5px 0 rgba(0,122,255,0.12)}.card .header-primary,.card .content-primary,.everest-forms button[type=submit].everest-forms-submit-button{background:#007aff}body:not(.woocommerce-page) .button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.add_to_cart_button):hover,body:not(.woocommerce-page) button:not([class^="fl-"]):not(.hestia-scroll-to-top):not(.navbar-toggle):not(.close):hover,div.wpforms-container .wpforms-form button[type=submit].wpforms-submit:hover,input[type="submit"]:hover,input[type="button"]:hover,input#searchsubmit:hover,.widget_product_search button[type="submit"]:hover,.pagination span.current,.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active,.btn.btn-primary.active,.btn.btn-primary:active:focus,.btn.btn-primary:active:hover,.hestia-sidebar-open.btn.btn-rose:hover,.hestia-sidebar-close.btn.btn-rose:hover,.pagination span.current:hover,.everest-forms button[type=submit].everest-forms-submit-button:hover,.everest-forms button[type=submit].everest-forms-submit-button:focus,.everest-forms button[type=submit].everest-forms-submit-button:active{-webkit-box-shadow:0 14px 26px -12px rgba(0,122,255,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,122,255,0.2);box-shadow:0 14px 26px -12px rgba(0,122,255,0.42),0 4px 23px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,122,255,0.2);color:#fff}.form-group.is-focused .form-control{background-image:-webkit-gradient(linear,left top,left bottom,from(#007aff),to(#007aff)),-webkit-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));background-image:-webkit-linear-gradient(linear,left top,left bottom,from(#007aff),to(#007aff)),-webkit-linear-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2));background-image:linear-gradient(linear,left top,left bottom,from(#007aff),to(#007aff)),linear-gradient(linear,left top,left bottom,from(#d2d2d2),to(#d2d2d2))}.navbar:not(.navbar-transparent) li:not(.btn):hover>a,.navbar li.on-section:not(.btn)>a,.navbar.full-screen-menu.navbar-transparent li:not(.btn):hover>a,.navbar.full-screen-menu .navbar-toggle:hover,.navbar:not(.navbar-transparent) .nav-cart:hover,.navbar:not(.navbar-transparent) .hestia-toggle-search:hover{color:#007aff}.header-filter-gradient{background:linear-gradient(45deg,rgba(0,38,109,1) 0,rgb(66,66,88) 100%)}.has-text-color.has-header-gradient-color{color:#00266d}.has-header-gradient-background-color[class*="has-background"]{background-color:#00266d}.has-text-color.has-background-color-color{color:#E5E5E5}.has-background-color-background-color[class*="has-background"]{background-color:#E5E5E5}
.btn.btn-primary:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item),input[type="submit"]:not(.search-submit),body:not(.woocommerce-account) .woocommerce .button.woocommerce-Button,.woocommerce .product button.button,.woocommerce .product button.button.alt,.woocommerce .product #respond input#submit,.woocommerce-cart .blog-post .woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce-checkout #payment #place_order,.woocommerce-account.woocommerce-page button.button,.woocommerce .track_order button[type="submit"],.nav-cart .nav-cart-content .widget .buttons .button,.woocommerce a.button.wc-backward,body.woocommerce .wccm-catalog-item a.button,body.woocommerce a.wccm-button.button,form.woocommerce-form-coupon button.button,div.wpforms-container .wpforms-form button[type=submit].wpforms-submit,div.woocommerce a.button.alt,div.woocommerce table.my_account_orders .button,.btn.colored-button,.btn.btn-left,.btn.btn-right,.btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close){padding-top:15px;padding-bottom:15px;padding-left:33px;padding-right:33px}
.btn.btn-primary:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item),input[type="submit"]:not(.search-submit),body:not(.woocommerce-account) .woocommerce .button.woocommerce-Button,.woocommerce .product button.button,.woocommerce .product button.button.alt,.woocommerce .product #respond input#submit,.woocommerce-cart .blog-post .woocommerce .cart-collaterals .cart_totals .checkout-button,.woocommerce-checkout #payment #place_order,.woocommerce-account.woocommerce-page button.button,.woocommerce .track_order button[type="submit"],.nav-cart .nav-cart-content .widget .buttons .button,.woocommerce a.button.wc-backward,body.woocommerce .wccm-catalog-item a.button,body.woocommerce a.wccm-button.button,form.woocommerce-form-coupon button.button,div.wpforms-container .wpforms-form button[type=submit].wpforms-submit,div.woocommerce a.button.alt,div.woocommerce table.my_account_orders .button,input[type="submit"].search-submit,.hestia-view-cart-wrapper .added_to_cart.wc-forward,.woocommerce-product-search button,.woocommerce-cart .actions .button,#secondary div[id^=woocommerce_price_filter] .button,.woocommerce div[id^=woocommerce_widget_cart].widget .buttons .button,.searchform input[type=submit],.searchform button,.search-form:not(.media-toolbar-primary) input[type=submit],.search-form:not(.media-toolbar-primary) button,.woocommerce-product-search input[type=submit],.btn.colored-button,.btn.btn-left,.btn.btn-right,.btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close){border-radius:3px}
@media(min-width:769px){.page-header.header-small .hestia-title,.page-header.header-small .title,h1.hestia-title.title-in-content,.main article.section .has-title-font-size{font-size:42px}}@media(max-width:768px){.page-header.header-small .hestia-title,.page-header.header-small .title,h1.hestia-title.title-in-content,.main article.section .has-title-font-size{font-size:26px}}@media(max-width:480px){.page-header.header-small .hestia-title,.page-header.header-small .title,h1.hestia-title.title-in-content,.main article.section .has-title-font-size{font-size:26px}}
</style>
<link rel='stylesheet' id='hestia_fonts-css' href='https://superbitch380.de/wp-content/uploads/fonts/5c0e0d476b4480b88abe46a24b82137f/font.css?v=1668198634' type='text/css' media='all' />
<link rel='stylesheet' id='recent-posts-widget-with-thumbnails-public-style-css' href='https://superbitch380.de/wp-content/plugins/recent-posts-widget-with-thumbnails/public.css?ver=7.1.1' type='text/css' media='all' />
<script type='text/javascript' src='https://superbitch380.de/wp-includes/js/jquery/jquery.js?ver=3.6.1' id='jquery-core-js'></script>
<script type='text/javascript' src='https://superbitch380.de/wp-includes/js/jquery/jquery-migrate.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://superbitch380.de/wp-content/plugins/loading-page/loading-screens/logo/loading-logo.js?ver=free-1.0.94' id='codepeople-loading-page-script-logo-js'></script>
<script type='text/javascript' id='codepeople-loading-page-script-js-before'>
loading_page_settings={"loadingScreen":1,"closeBtn":true,"removeInOnLoad":false,"codeblock":"","backgroundColor":"rgba(255,255,255,.8)","foregroundColor":"#000000","backgroundImage":"","additionalSeconds":0,"pageEffect":"none","backgroundRepeat":"repeat","fullscreen":0,"graphic":"logo","text":0,"lp_ls":{"logo":{"image":"https:\/\/superbitch380.de\/wp-content\/plugins\/loading-page\/loading-screens\/logo\/images\/10.svg"}},"screen_size":"all","screen_width":0,"deepSearch":0,"modifyDisplayRule":0,"triggerLinkScreenNeverClose":0,"triggerLinkScreenCloseAfter":4};
</script>
<script type='text/javascript' src='https://superbitch380.de/wp-content/plugins/loading-page/js/loading-page.min.js?ver=free-1.0.94' id='codepeople-loading-page-script-js'></script>
<script type='text/javascript' id='cookie-law-info-js-extra'>
/* <![CDATA[ */
var Cli_Data = {"nn_cookie_ids":[],"cookielist":[],"non_necessary_cookies":[],"ccpaEnabled":"","ccpaRegionBased":"","ccpaBarEnabled":"","strictlyEnabled":["necessary","obligatoire"],"ccpaType":"gdpr","js_blocking":"1","custom_integration":"","triggerDomRefresh":"","secure_cookies":""};
var cli_cookiebar_settings = {"animate_speed_hide":"500","animate_speed_show":"500","background":"#FFF","border":"#b1a6a6c2","border_on":"","button_1_button_colour":"#61a229","button_1_button_hover":"#4e8221","button_1_link_colour":"#fff","button_1_as_button":"1","button_1_new_win":"","button_2_button_colour":"#333","button_2_button_hover":"#292929","button_2_link_colour":"#444","button_2_as_button":"","button_2_hidebar":"","button_3_button_colour":"#dedfe0","button_3_button_hover":"#b2b2b3","button_3_link_colour":"#333333","button_3_as_button":"1","button_3_new_win":"","button_4_button_colour":"#dedfe0","button_4_button_hover":"#b2b2b3","button_4_link_colour":"#333333","button_4_as_button":"1","button_7_button_colour":"#61a229","button_7_button_hover":"#4e8221","button_7_link_colour":"#fff","button_7_as_button":"1","button_7_new_win":"","font_family":"inherit","header_fix":"","notify_animate_hide":"1","notify_animate_show":"","notify_div_id":"#cookie-law-info-bar","notify_position_horizontal":"right","notify_position_vertical":"bottom","scroll_close":"","scroll_close_reload":"","accept_close_reload":"","reject_close_reload":"","showagain_tab":"","showagain_background":"#fff","showagain_border":"#000","showagain_div_id":"#cookie-law-info-again","showagain_x_position":"100px","text":"#333333","show_once_yn":"","show_once":"10000","logging_on":"","as_popup":"","popup_overlay":"1","bar_heading_text":"","cookie_bar_as":"banner","popup_showagain_position":"bottom-right","widget_position":"left"};
var log_object = {"ajax_url":"https:\/\/superbitch380.de\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://superbitch380.de/wp-content/plugins/cookie-law-info/legacy/public/js/cookie-law-info-public.js?ver=3.0.8' id='cookie-law-info-js'></script>
<script type='text/javascript' id='foobox-free-min-js-before'>
/* Run FooBox FREE (v2.7.17) */
var FOOBOX = window.FOOBOX = {
ready: true,
disableOthers: false,
o: {wordpress: { enabled: true }, excludes:'.fbx-link,.nofoobox,.nolightbox,a[href*="pinterest.com/pin/create/button/"]', affiliate : { enabled: false }, error: "Inhalt konnte nicht geladen werden"},
selectors: [
".gallery", ".wp-block-gallery", ".wp-caption", ".wp-block-image", "a:has(img[class*=wp-image-])", ".foobox"
],
pre: function( $ ){
// Custom JavaScript (Pre)
},
post: function( $ ){
// Custom JavaScript (Post)
// Custom Captions Code
},
custom: function( $ ){
// Custom Extra JS
}
};
</script>
<script type='text/javascript' src='https://superbitch380.de/wp-content/plugins/foobox-image-lightbox/free/js/foobox.free.min.js?ver=2.7.17' id='foobox-free-min-js'></script>
<link rel="https://api.w.org/" href="https://superbitch380.de/wp-json/" /><link rel="alternate" type="application/json" href="https://superbitch380.de/wp-json/wp/v2/pages/10057" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://superbitch380.de/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://superbitch380.de/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 6.1.1" />
<link rel='shortlink' href='https://superbitch380.de/?p=10057' />
<link rel="alternate" type="application/json+oembed" href="https://superbitch380.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsuperbitch380.de%2Ftest" />
<link rel="alternate" type="text/xml+oembed" href="https://superbitch380.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fsuperbitch380.de%2Ftest&#038;format=xml" />
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* CSS Code hier einfügen.
Zum Beispiel:
.example {
color: red;
}
Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp
Kommentarende*/
#elementor-switch-mode-button
{
display: none;
}</style>
<!-- end Simple Custom CSS and JS -->
<link rel='stylesheet' id='8943-css' href='//superbitch380.de/wp-content/uploads/custom-css-js/8943.css?v=2647' type="text/css" media='all' />
<!-- start Simple Custom CSS and JS -->
<script type="text/javascript">
(function($) {
"use strict";
$.fn.sparkle = function(options) {
return this.each(function(k, v) {
var $this = $(v);
var settings = $.extend({
color: "#FFFFFF",
count: 60,
overlap: 0,
speed: 1,
minSize: 7,
maxSize: 10,
direction: "both"
}, options);
// initiate a new Sparkle method and bind it to "sparkle" so we
// can set up events to it.
var sparkle = new Sparkle($this, settings);
// bind mouseover/focus/mouseout/blur events to the element
// with a namespace for easy unbinding.
$this.on({
"mouseover.sparkle focus.sparkle": function() {
$this.trigger("start.sparkle");
},
"mouseout.sparkle blur.sparkle": function() {
$this.trigger("stop.sparkle");
},
"start.sparkle": function() {
sparkle.start($this);
},
"stop.sparkle": function() {
sparkle.stop();
},
"resize.sparkle": function() {
sparkle.resize($this);
sparkle.setParticles();
}
});
});
};
// Constructor method for sparkles,
// we call init on the class and all other
// methods on the the Sparkle class are prototyped
function Sparkle($parent, options) {
this.options = options;
this.init($parent);
}
Sparkle.prototype = {
"init": function($parent) {
var relativeOverlap = 0 - parseInt(this.options.overlap, 10);
var cssOpts = {
position: "absolute",
top: relativeOverlap.toString() + "px",
left: relativeOverlap.toString() + "px",
"pointer-events": "none"
};
// we need to give the element position if it doesn't
// already have it, so that we can put the canvas right
// over the top.
if ($parent.css("position") === "static") {
$parent.css("position", "relative");
}
// set up the canvas element as a document fragment
// and give it a class and some css amd append it
// to our parent element.
this.$canvas =
$("<canvas>")
.addClass("sparkle-canvas")
.css( cssOpts )
.hide();
// check if the parent has a z-index, if it does
// then make the canvas 1 place higher than it!
if ($parent.css("z-index") !== "auto") {
var zdex = parseInt($parent.css("z-index"),10);
this.$canvas.css("z-index", zdex+1);
}
// check if the DOM element is a singleton, ie it
// doesnt have a closing tag... we can't put the canvas
// inside an <img> for example.
var singletons = "IMG|BR|HR|INPUT";
var regexp = "\\b"+ $parent[0].nodeName +"\\b";
this.isSingleton = new RegExp(regexp).test(singletons);
if( this.isSingleton ) {
this.$canvas.insertAfter( $parent );
} else {
this.$canvas.appendTo( $parent );
}
// create our canvas context and save it for
// future use with this.canvas
this.canvas = this.$canvas[0];
this.context = this.canvas.getContext("2d");
// create our sparkle sprite using the datauri
// supplied at end of prototype
this.sprite = new Image();
this.sprite.src = this.datauri;
this.spriteCoords = [0, 6, 13, 20];
// set the canvas width and height using the parent
// width and height set in the options
this.canvas.width = $parent.outerWidth()*1.2;
this.canvas.height = $parent.outerHeight()*1.2;
this.setParticles();
this.anim = null;
this.fade = false;
},
"randomParticleSize": function() {
return Math.floor(Math.random()*(this.options.maxSize-this.options.minSize+1)+this.options.minSize);
},
"randomHexColor": function() {
return '#' + ('000000' + Math.floor(Math.random() * 16777215).toString(16)).slice(-6);
},
"setParticles": function() {
// store our particles into an object for future use
this.particles = this.createSparkles(this.canvas.width, this.canvas.height);
},
"createSparkles": function(w, h) {
// temporarily store our created particles
var tempicles = [];
// loop through and add a new particles
// on each loop for the count provided
for (var i = 0; i < this.options.count; i++) {
var color;
if (this.options.color === "rainbow") {
// if we chose rainbow, give us much random so color very blergh
// http://www.paulirish.com/2009/random-hex-color-code-snippets/
color = this.randomHexColor();
} else if ($.type(this.options.color) === "array") {
// if we supplied an array, choose a random color from array.
color = this.options.color[Math.floor(Math.random() * this.options.color.length)];
} else {
color = this.options.color;
}
var yDelta = Math.floor(Math.random() * 1000) - 500;
if( this.options.direction === "down" ) {
yDelta = Math.floor(Math.random() * 500) - 550;
} else if ( this.options.direction === "up" ) {
yDelta = Math.floor(Math.random() * 500) + 50;
}
// create a particle with random position,
// random sprite start point, delta, size and a defined color.
tempicles[i] = {
position: {
x: Math.floor(Math.random() * w),
y: Math.floor(Math.random() * h)
},
style: this.spriteCoords[Math.floor(Math.random() * this.spriteCoords.length)],
delta: {
x: Math.floor(Math.random() * 1000) - 500,
y: yDelta
},
size: this.randomParticleSize(),
color: color
};
}
return tempicles;
},
"draw": function() {
// draw is where we draw our particles to the stage.
// first we clear the entire context for updating.
this.context.clearRect(0, 0, this.canvas.width, this.canvas.height);
// for every particle
for (var i = 0; i < this.particles.length; i++) {
// save the context so we can restore teh default settings.
this.context.save();
this.context.globalAlpha = this.particles[i].opacity;
this.context.drawImage(this.sprite, this.particles[i].style, 0, 7, 7, this.particles[i].position.x, this.particles[i].position.y, this.particles[i].size, this.particles[i].size);
// if we set a color we want to tint the sprite with it
if (this.options.color) {
this.context.globalCompositeOperation = "source-atop";
this.context.globalAlpha = 0.6;
this.context.fillStyle = this.particles[i].color;
this.context.fillRect(this.particles[i].position.x, this.particles[i].position.y, 7, 7);
}
this.context.restore();
}
},
"update": function() {
// update is our particle alteration and animation frame
// render loop, calling draw on each update.
var _this = this;
this.anim = window.requestAnimationFrame(function(time) {
// store a floored version of the time passed
var flatTime = Math.floor(time);
for (var i = 0; i < _this.particles.length; i++) {
var p = _this.particles[i];
var resizeParticle = false;
// randomly move particles in the x/y direction
// we weight x heavier than y allowing some random
// decelleration giving an ethereal floating feeling
var randX = (Math.random() > Math.random() * 2);
var randY = (Math.random() < Math.random() * 5);
// arbitrary position change/speed based on what felt good.
if (randX) {
p.position.x += ((p.delta.x * _this.options.speed) / 1500);
}
// arbitrary position change/speed based on what felt good.
if (randY) {
p.position.y -= ((p.delta.y * _this.options.speed) / 800);
}
// if particle fell off of canvas, then position it
// back at the opposite side... minus 7 pixels which is the
// largest size a particle can be.
if (p.position.x > _this.canvas.width) {
p.position.x = -(_this.options.maxSize);
resizeParticle = true;
} else if (p.position.x < -(_this.options.maxSize)) {
p.position.x = _this.canvas.width;
resizeParticle = true;
}
// if it fell off top or bottom, give it a random x position
if (p.position.y > _this.canvas.height) {
p.position.y = -(_this.options.maxSize);
p.position.x = Math.floor(Math.random() * _this.canvas.width);
resizeParticle = true;
} else if (p.position.y < -(_this.options.maxSize)) {
p.position.y = _this.canvas.height;
p.position.x = Math.floor(Math.random() * _this.canvas.width);
resizeParticle = true;
}
// if the particle left the canvas, let's resize it
if ( resizeParticle ) {
p.size = _this.randomParticleSize();
p.opacity = 0.4;
}
// if we're trying to fade out fast because
// of a _out_ event, increase opacity delta
if (_this.fade) {
p.opacity -= 0.035;
} else {
p.opacity -= 0.005;
}
// if the opacity went below 0, then
// set it back to 1.2 (this gives slightly longer brightness)
if (p.opacity <= 0.15) {
p.opacity = (_this.fade) ? 0 : 1.2;
}
// basically we want to randomly change the sparkles
// sprite position, this arbitrary number _felt_ right.
if (flatTime % Math.floor((Math.random() * 7)+1) === 0) {
p.style = _this.spriteCoords[Math.floor(Math.random() * _this.spriteCoords.length)];
}
}
// draw all the particles.
_this.draw(time);
// only _stop_ the animation after we've finished
// fading out and we also hide the canvas.
if (_this.fade) {
_this.fadeCount -= 1;
if (_this.fadeCount < 0) {
window.cancelAnimationFrame(_this.anim);
_this.$canvas.hide();
} else {
_this.update();
}
} else {
_this.update();
}
});
},
"resize": function($parent) {
// We set the width/height of the canvas upon mouseover
// because of document-load issues with fonts and images and
// other things changing dimentions of elements.
this.canvas.width = $parent.outerWidth() + (this.options.overlap * 2);
this.canvas.height = $parent.outerHeight() + (this.options.overlap * 2);
// also if the base element is a singleton then we re-position the
// canvas. we don't want the canvas to be in the wrong position if
// something has moved.
if( this.isSingleton ) {
this.$canvas.css({
top: $parent.position().top - this.options.overlap,
left: $parent.position().left - this.options.overlap
});
}
},
"start": function($parent) {
this.resize($parent);
// we hide/show the canvas element on hover
// just to make sure it has it's garbage collected
this.$canvas.show();
// make sure the animation frame was cancelled, or we
// get multiple update/draw loops happening (BAD) .. this
// can happen because we let the animation loop continue
// while it fades out.
window.cancelAnimationFrame(this.anim);
// randomize the opacity every time we over the animation
// this stops our particles all being at same opacity
// after the fadeout happens.
for (var i = 0; i < this.options.count; i++) {
this.particles[i].opacity = Math.random();
}
// run our update loop.
this.fade = false;
this.update();
},
"stop": function() {
// here we just tell the update loop that
// we want to fade out, and that we want to
// take 100 frames to fade out
this.fade = true;
this.fadeCount = 100;
},
// datauri is our sparkle sprite. Don't touch this.
"datauri": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAHCAYAAAD5wDa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNDNFMzM5REEyMkUxMUUzOEE3NEI3Q0U1QUIzMTc4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNDNFMzM5RUEyMkUxMUUzOEE3NEI3Q0U1QUIzMTc4NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0M0UzMzlCQTIyRTExRTM4QTc0QjdDRTVBQjMxNzg2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0M0UzMzlDQTIyRTExRTM4QTc0QjdDRTVBQjMxNzg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jzOsUQAAANhJREFUeNqsks0KhCAUhW/Sz6pFSc1AD9HL+OBFbdsVOKWLajH9EE7GFBEjOMxcUNHD8dxPBCEE/DKyLGMqraoqcd4j0ChpUmlBEGCFRBzH2dbj5JycJAn90CEpy1J2SK4apVSM4yiKonhePYwxMU2TaJrm8BpykpWmKQ3D8FbX9SOO4/tOhDEG0zRhGAZo2xaiKDLyPGeSyPM8sCxr868+WC/mvu9j13XBtm1ACME8z7AsC/R9r0fGOf+arOu6jUwS7l6tT/B+xo+aDFRo5BykHfav3/gSYAAtIdQ1IT0puAAAAABJRU5ErkJggg=="
};
}(jQuery));
jQuery(document).ready(function( $ ){
jQuery.hestia.init();
var jSparkles = $(".home .page-header");
$(document).ready(function () {
console.log("Starte den Glitzer!");
jSparkles.sparkle({
color: "rainbow",
count: 50,
minSize: 4,
maxSize: 9,
});
//$(".sparkles").trigger(start.sparkle);
jSparkles.off("mouseout.sparkle");
jSparkles.off("mouseover.sparkle");
jSparkles.trigger("start.sparkle");
});
});
</script>
<!-- end Simple Custom CSS and JS -->
<style type="text/css">
.wp-next-post-navi a{
text-decoration: none;
font:bold 16px sans-serif, arial;
color: #666;
}
</style><link rel="icon" href="https://superbitch380.de/wp-content/uploads/2021/09/cropped-superbitch380logo-1-150x150.png" sizes="32x32" />
<link rel="icon" href="https://superbitch380.de/wp-content/uploads/2021/09/cropped-superbitch380logo-1-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://superbitch380.de/wp-content/uploads/2021/09/cropped-superbitch380logo-1-300x300.png" />
<meta name="msapplication-TileImage" content="https://superbitch380.de/wp-content/uploads/2021/09/cropped-superbitch380logo-1-300x300.png" />
<style id="loading-page-inline-style">body{visibility:hidden;}</style><noscript><style>body{visibility:visible;}</style></noscript><link rel="preload" href="https://superbitch380.de/wp-content/plugins/loading-page/loading-screens/logo/images/10.svg" as="image" type="image/svg+xml"> <style type="text/css" id="wp-custom-css">
/* Texte sind a. Deswegen Farbe= Standart-Color */
.hestia-about-content a {
color: #999;
}
/* superbitch380.de im Header */
.navbar-brand {
font-family: "Allison", cursive;
font-size: 4vh !important;
/*font-display: swap;*/
}
/* Johns-Copyright (Lama) wird nur bei home eingezeigt. Sonst display: none */
#johns-copyright {
/*margin-top: 30px;
text-align: left;*/
display: none;
font-size: x-small;
}
.home #johns-copyright {
display: block;
}
/* Homepage-Icons blau */
.home .elementor-icon {
/* color: #007AFF !important; */
}
/* Footer Zeile ausblenden (Inhalte sind in Widgets)*/
.hestia-bottom-footer-content {
display: none;
}
footer hr {
display: none;
}
/* Lama auf Startseite ein bisschen heller */
.home .header-filter::before {
background-color: rgba(0, 0, 0, .3)
}
/*
* Ab hier kommen die Hintergründe
*/
/*Bilder ein bisschen dunkler*/
.category .header-filter::before {
background-color: rgba(0, 0, 0, .4);
}
.category.category-lostluggageblog .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2021/09/background-header-lostluggage.jpg");
background-position: right center;
background-size: cover;
}
.category.category-portweinblog .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2020/08/img_0231-scaled-1-1.jpg");
background-position: left 60%;
background-size: cover;
}
.category.category-tuerkei2-0 .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2021/06/image0-scaled-1.jpeg");
background-position: left center;
background-size: cover;
}
.category.category-keinkiwiblog .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2015/09/P9090062.jpg");
background-position: center 30%;
background-size: cover;
}
.category.category-griechischesflair .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2021/11/img_4886.jpg");
background-position: center 55%;
background-size: cover;
}
.category.category-girlstrip .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2022/06/img_7919.jpg");
background-position: center 50%;
background-size: cover;
}
.category.category-dramalama .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2022/01/G0031537.jpg");
background-position: center 50%;
background-size: cover;
}
.category.category-weihnachtliche-karibik .header-filter {
background-image: url("https://superbitch380.de/wp-content/uploads/2022/12/img_6182.jpg");
background-position: center 50%;
background-size: cover;
}
/*
* Ab hier kommen Hintergrundfarben vom Header
*/
/*
body.category-lostluggageblog {
background-color: #d5deb1 ;
}
.category-portweinblog .navbar{
background: #d9bdb6;
}
*/
/*
.navbar{
background: #deeeff;
}
.navbar.navbar-transparent{
background: #deeeff;
}
*/
/* Einfärben der Startseitenicons */
.home .start-segelboot {
/* Farbe für Segelboot ist in Elementor eingestellt
* gez. John 13.11.2022 */
}
.home .fa-cocktail {
color: #fc0fc0;
}
.home .fa-paypal {
color: #012F88;
}
.home .fa-umbrella-beach {
color: #49009E;
}
.home .fa-angry{
color: #E30A17;
}
.home .fa-wine-glass-alt {
color: #920000;
}
.home .fa-suitcase-rolling {
color: #207A34;
}
.home .fa-kiwi-bird {
color: #012169;
}
.home .fa-home {
}
.home figure.elementor-image-box-img{
margin-bottom: 5px !important;
}
/* Auf mobilen Geräten bunte Menüs & größerer Titel */
@media (max-width:768px){
.navbar-brand
{
font-size: 6vh !important;
}
#main-navigation a {
color: inherit !important;
}
#menu-item-5003 {
color: #007aff;
}
#menu-item-5004 {
color: #012F88;
}
#menu-item-5001 {
color: #E30A17;
}
#menu-item-5000 {
color: #920000;
}
#menu-item-4999 {
color: #207A34;
}
#menu-item-4998 {
color: #012169;
}
#menu-item-5798 {
color: #49009e;
}
#menu-item-6908 {
color: #ff6600;
}
#menu-item-8150 {
color: #fc0fc0;
}
#menu-item-9257 {
color: #2596be;
}
#menu-item-9256 {
color: #e91e63;
}
#menu-item-9383 {
color: #D4AF37;
}
}
/* Unterstreichen */
.home .elementor-icon-box-title, .home .elementor-image-box-title {
/*text-decoration: underline;*/
color: #23527c !important;
}
/* Fancy Fonts */
.category h1,
.post h1,
.page h1 {
font-family: "Allison", cursive !important;
font-size: 6vh !important;
}
.category .description {
/*display: none;*/
font-family: 'Mulish', sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
}
/* Sidewidget schöner */
.rpwwt-widget ul li{
line-height: 25px;
}
.rpwwt-post-title{
;
text-decoration: underline;
}
.rpwwt-post-categories a{
}
.rpwwt-post-date{
color: gray;
}
.rpwwt-post-date{
font-size: smaller
}
#paypalbox
{
/*display: none;*/
}
/* Karussel 13.11.2022 */
.ha-slick-item {
/* background-color: black; */
}
.ha-slick-img {
/*opacity: 0.8; */
}
/* Hover-Colors für Nächste und Vorherige Beiträge Buttons 14.12.2022 */
.button1x:hover, .button2x:hover {
color: purple !important;
}
/* Links in Iconboxes schwarz statt blau 14.12.2022 */
.elementor-icon-box-description a {
color: black;
}
/* Auf der About me Page soll kein Header sein 14.12.2022 */
.page-id-9125 .page-header {
/* display:none; */
}
.page-id-9125 .blog-post {
/* margin-top: 200px; */
}
.ha-slick-content {
background: none;
}
#post-9125.section {
padding-top: 10px !important;
} </style>
</head>
<body class="page-template-default page page-id-10057 blog-post header-layout-default elementor-default elementor-kit-5060">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-dark-grayscale">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0 0.498039215686" />
<feFuncG type="table" tableValues="0 0.498039215686" />
<feFuncB type="table" tableValues="0 0.498039215686" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-grayscale">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0 1" />
<feFuncG type="table" tableValues="0 1" />
<feFuncB type="table" tableValues="0 1" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-purple-yellow">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0.549019607843 0.988235294118" />
<feFuncG type="table" tableValues="0 1" />
<feFuncB type="table" tableValues="0.717647058824 0.254901960784" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-blue-red">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0 1" />
<feFuncG type="table" tableValues="0 0.278431372549" />
<feFuncB type="table" tableValues="0.592156862745 0.278431372549" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-midnight">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0 0" />
<feFuncG type="table" tableValues="0 0.647058823529" />
<feFuncB type="table" tableValues="0 1" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-magenta-yellow">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0.780392156863 1" />
<feFuncG type="table" tableValues="0 0.949019607843" />
<feFuncB type="table" tableValues="0.352941176471 0.470588235294" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-purple-green">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0.650980392157 0.403921568627" />
<feFuncG type="table" tableValues="0 1" />
<feFuncB type="table" tableValues="0.447058823529 0.4" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 0 0"
width="0"
height="0"
focusable="false"
role="none"
style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"
>
<defs>
<filter id="wp-duotone-blue-orange">
<feColorMatrix
color-interpolation-filters="sRGB"
type="matrix"
values="
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
.299 .587 .114 0 0
"
/>
<feComponentTransfer color-interpolation-filters="sRGB" >
<feFuncR type="table" tableValues="0.0980392156863 1" />
<feFuncG type="table" tableValues="0 0.662745098039" />
<feFuncB type="table" tableValues="0.847058823529 0.419607843137" />
<feFuncA type="table" tableValues="1 1" />
</feComponentTransfer>
<feComposite in2="SourceGraphic" operator="in" />
</filter>
</defs>
</svg>
<div class="wrapper default ">
<header class="header ">
<div style="display: none"></div> <nav class="navbar navbar-default navbar-fixed-top hestia_center navbar-not-transparent">
<div class="container">
<div class="navbar-header">
<div class="title-logo-wrapper">
<a class="navbar-brand" href="https://superbitch380.de/"
title="superbitch380.de">
<p>superbitch380.de</p></a>
</div>
<div class="navbar-toggle-wrapper">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="sr-only">Navigation umschalten</span>
</button>
</div>
</div>
<div id="main-navigation" class="collapse navbar-collapse"><ul id="menu-navigation" class="nav navbar-nav"><li id="menu-item-5003" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-5003"><a title="Startseite" href="https://superbitch380.de">Startseite</a></li>
<li id="menu-item-9257" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-9257"><a title="Weihnachtliche Karibik" href="https://superbitch380.de/weihnachtliche-karibik">Weihnachtliche Karibik</a></li>
<li id="menu-item-8150" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-8150"><a title="GirlsTrip" href="https://superbitch380.de/girlstrip">GirlsTrip</a></li>
<li id="menu-item-6908" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6908"><a title="DramaLama" href="https://superbitch380.de/dramalama">DramaLama</a></li>
<li id="menu-item-5798" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5798"><a title="Griechisches Flair" href="https://superbitch380.de/griechischesflair">Griechisches Flair</a></li>
<li id="menu-item-5001" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5001"><a title="Türkei2.0" href="https://superbitch380.de/tuerkei2-0">Türkei2.0</a></li>
<li id="menu-item-5000" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-5000"><a title="PortweinBlog" href="https://superbitch380.de/portweinblog">PortweinBlog</a></li>
<li id="menu-item-4999" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4999"><a title="LostLuggageBlog" href="https://superbitch380.de/lostluggageblog">LostLuggageBlog</a></li>
<li id="menu-item-4998" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-4998"><a title="KeinKiwiBlog" href="https://superbitch380.de/keinkiwiblog">KeinKiwiBlog</a></li>
<li id="menu-item-9256" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-9256"><a title="About me" href="https://superbitch380.de/aboutme">About me</a></li>
<li id="menu-item-5004" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5004"><a title="Paypal Me!" href="https://paypal.me/superbitch380">Paypal Me!</a></li>
<li id="menu-item-9383" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-9383"><a title="Heute schon eine Berlinerin glücklich gemacht?" href="https://traumwohnungretten.de/wp">Heute schon eine Berlinerin glücklich gemacht?</a></li>
<li class="hestia-search-in-menu"><div class="hestia-nav-search"><form role="search" method="get" class="search-form" action="https://superbitch380.de/">
<label>
<span class="screen-reader-text">Suche nach:</span>
<input type="search" class="search-field" placeholder="Suche &hellip;" value="" name="s" />
</label>
<input type="submit" class="search-submit" value="Suche" />
</form></div><a class="hestia-toggle-search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="16" height="16"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg></a></li></ul></div> </div>
</nav>
</header>
<div id="primary" class="boxed-layout-header page-header header-small" data-parallax="active" ><div class="container"><div class="row"><div class="col-md-10 col-md-offset-1 text-center"><h1 class="hestia-title ">Test</h1></div></div></div><div class="header-filter header-filter-gradient"></div></div><div class="main main-raised ">
<div class="blog-post ">
<div class="container">
<article id="post-10057" class="section section-text">
<div class="row">
<div class="col-md-8 page-content-wrap col-md-offset-2">
<p>Gallery no captions</p>
<figure class="is-layout-flex wp-block-gallery-1 wp-block-gallery has-nested-images columns-default is-cropped">
<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="768" data-id="10047" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0082-1024x768.jpg" alt="" class="wp-image-10047" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0082-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="768" data-id="10046" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0088-1024x768.jpg" alt="" class="wp-image-10046" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0088-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="768" height="1024" data-id="10043" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0067-768x1024.jpg" alt="" class="wp-image-10043" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0067-768x1024.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-225x300.jpg 225w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-1152x1536.jpg 1152w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-1536x2048.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></figure>
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="768" data-id="10044" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0084-1024x768.jpg" alt="" class="wp-image-10044" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0084-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="768" data-id="10045" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0087-1024x768.jpg" alt="" class="wp-image-10045" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0087-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0087-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0087-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0087-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0087-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="768" height="1024" data-id="10042" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0068-768x1024.jpg" alt="" class="wp-image-10042" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0068-768x1024.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-225x300.jpg 225w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-1152x1536.jpg 1152w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-1536x2048.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></figure>
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="768" height="1024" data-id="10041" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0072-768x1024.jpg" alt="" class="wp-image-10041" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0072-768x1024.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-225x300.jpg 225w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-1152x1536.jpg 1152w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-1536x2048.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-scaled.jpg 1920w" sizes="(max-width: 768px) 100vw, 768px" /></figure>
<figure class="wp-block-image size-large"><img decoding="async" loading="lazy" width="1024" height="768" data-id="10040" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0079-1024x768.jpg" alt="" class="wp-image-10040" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0079-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-2048x1536.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</figure>
<p>Gallery captions</p>
<figure class="is-layout-flex wp-block-gallery-3 wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="1920" height="2560" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0059-scaled.jpg" alt="" data-id="10048" class="wp-image-10048" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0059-scaled.jpg 1920w, https://superbitch380.de/wp-content/uploads/2023/01/img_0059-225x300.jpg 225w, https://superbitch380.de/wp-content/uploads/2023/01/img_0059-768x1024.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0059-1152x1536.jpg 1152w, https://superbitch380.de/wp-content/uploads/2023/01/img_0059-1536x2048.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="2560" height="1920" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0082-scaled.jpg" alt="" data-id="10047" class="wp-image-10047" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0082-scaled.jpg 2560w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0082-2048x1536.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="2560" height="1920" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0088-scaled.jpg" alt="" data-id="10046" class="wp-image-10046" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0088-scaled.jpg 2560w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0088-2048x1536.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="2560" height="1920" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0084-scaled.jpg" alt="" data-id="10044" class="wp-image-10044" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0084-scaled.jpg 2560w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0084-2048x1536.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /><figcaption class="blocks-gallery-item wp-element-caption">Ja</figcaption></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="1920" height="2560" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0072-scaled.jpg" alt="" data-id="10041" class="wp-image-10041" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0072-scaled.jpg 1920w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-225x300.jpg 225w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-768x1024.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-1152x1536.jpg 1152w, https://superbitch380.de/wp-content/uploads/2023/01/img_0072-1536x2048.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="1920" height="2560" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0068-scaled.jpg" alt="" data-id="10042" class="wp-image-10042" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0068-scaled.jpg 1920w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-225x300.jpg 225w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-768x1024.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-1152x1536.jpg 1152w, https://superbitch380.de/wp-content/uploads/2023/01/img_0068-1536x2048.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="2560" height="1920" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0079-scaled.jpg" alt="" data-id="10040" class="wp-image-10040" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0079-scaled.jpg 2560w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-300x225.jpg 300w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-1024x768.jpg 1024w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-768x576.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-1536x1152.jpg 1536w, https://superbitch380.de/wp-content/uploads/2023/01/img_0079-2048x1536.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" loading="lazy" width="1920" height="2560" src="https://superbitch380.de/wp-content/uploads/2023/01/img_0067-scaled.jpg" alt="" data-id="10043" class="wp-image-10043" srcset="https://superbitch380.de/wp-content/uploads/2023/01/img_0067-scaled.jpg 1920w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-225x300.jpg 225w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-768x1024.jpg 768w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-1152x1536.jpg 1152w, https://superbitch380.de/wp-content/uploads/2023/01/img_0067-1536x2048.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></figure></li></ul></figure>
<div id="comments" class="section section-comments">
<div class="row">
<div class="col-md-12">
<div class="media-area">
<h3 class="hestia-title text-center">
0 Kommentare </h3>
</div>
<div class="media-body">
<div id="respond" class="comment-respond">
<h3 class="hestia-title text-center">Schreibe einen Kommentar <small><a rel="nofollow" id="cancel-comment-reply-link" href="/test#respond" style="display:none;">Antworten abbrechen</a></small></h3><span class="pull-left author"><div class="avatar"><img src="https://superbitch380.de/wp-content/themes/hestia/assets/img/placeholder.jpg" alt="Avatar-Platzhalter" height="64" width="64"/></div></span><form autocomplete="off" action="https://superbitch380.de/wp-comments-post.php" method="post" id="commentform" class="form media-body"><p class="comment-notes"><span id="email-notes">Deine E-Mail-Adresse wird nicht veröffentlicht.</span> <span class="required-field-message">Erforderliche Felder sind mit <span class="required">*</span> markiert</span></p><div class="row"> <div class="col-md-4"> <div class="form-group label-floating is-empty"> <label class="control-label">Name <span class="required">*</span></label><input id="author" name="author" class="form-control" type="text" aria-required='true' /> <span class="hestia-input"></span> </div> </div>
<div class="col-md-4"> <div class="form-group label-floating is-empty"> <label class="control-label">E-Mail <span class="required">*</span></label><input id="email" name="email" class="form-control" type="email" aria-required='true' /> <span class="hestia-input"></span> </div> </div>
<div class="col-md-4"> <div class="form-group label-floating is-empty"> <label class="control-label">Website</label><input id="url" name="url" class="form-control" type="url" aria-required='true' /> <span class="hestia-input"></span> </div> </div> </div>
<div class="form-group label-floating is-empty"> <label class="control-label">Was beschäftigt dich?</label><textarea id="comment" name="comment" class="form-control" rows="6" aria-required="true"></textarea><span class="hestia-input"></span> </div><p class="comment-form-cookies-consent"><input id="wp-comment-cookies-consent" name="wp-comment-cookies-consent" type="checkbox" value="yes" /> <label for="wp-comment-cookies-consent">Meinen Namen, meine E-Mail-Adresse und meine Website in diesem Browser, für die nächste Kommentierung, speichern.</label></p>
<p class="form-submit"><input name="submit" type="submit" id="submit" class="btn btn-primary pull-right" value="Kommentar abschicken" /> <input type='hidden' name='comment_post_ID' value='10057' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
</p></form> </div><!-- #respond -->
</div>
</div>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
<footer class="footer footer-black footer-big">
<div class="container">
<div class="content">
<div class="row">
<div class="col-md-4"><div id="block-22" class="widget widget_block"><div class="">
<ul>
<li><a href="https://superbitch380.de/">Startseite</a></li>
<li><a href="https://superbitch380.de/impressum">Impressum</a></li>
<li><a href="https://superbitch380.de/datenschutzvereinbarungen">Datenschutzvereinbarung</a></li>
<li><a href="https://superbitch380.de/archiv">Archiv</a></li>
<li><a href="https://superbitch380.de/alle-beitraege">Liste Aller Beiträge</a></li>
</ul>
</div></div></div><div class="col-md-4"><div id="block-23" class="widget widget_block"></div></div><div class="col-md-4"><div id="block-24" class="widget widget_block"><div id="johns-copyright"> Header-Image: <a href="https://www.flickr.com/photos/mzagerp/44653848592/">Smiling llama !</a> by <a href="https://www.flickr.com/photos/mzagerp/">mzagerp</a> (<a href="https://creativecommons.org/licenses/by-nd/2.0/">CC-BY-ND 2.0</a>)</div></div></div> </div>
</div>
<hr/>
<div class="hestia-bottom-footer-content"><div class="copyright pull-right">Hestia | Entwickelt von <a href="https://themeisle.com" rel="nofollow">ThemeIsle</a></div></div> </div>
</footer>
</div>
</div>
<!--googleoff: all--><div id="cookie-law-info-bar" data-nosnippet="true"><span><div class="cli-bar-container cli-style-v2"><div class="cli-bar-message">Wir verwenden Cookies auf unserer Website, um Ihnen das beste Erlebnis zu bieten, indem wir Ihre Präferenzen und wiederholten Besuche speichern. Indem Sie auf „Alle akzeptieren“ klicken, stimmen Sie der Verwendung ALLER Cookies zu. Sie können jedoch die "Cookie-Einstellungen" besuchen, um eine kontrollierte Zustimmung zu erteilen. </div><div class="cli-bar-btn_container"><a role='button' class="medium cli-plugin-button cli-plugin-main-button cli_settings_button" style="margin:0px 5px 0px 0px">Cookie-Einstellungen</a><a id="wt-cli-accept-all-btn" role='button' data-cli_action="accept_all" class="wt-cli-element medium cli-plugin-button wt-cli-accept-all-btn cookie_action_close_header cli_action_button">Alle akzeptieren</a></div></div></span></div><div id="cookie-law-info-again" data-nosnippet="true"><span id="cookie_hdr_showagain">Manage consent</span></div><div class="cli-modal" data-nosnippet="true" id="cliSettingsPopup" tabindex="-1" role="dialog" aria-labelledby="cliSettingsPopup" aria-hidden="true">
<div class="cli-modal-dialog" role="document">
<div class="cli-modal-content cli-bar-popup">
<button type="button" class="cli-modal-close" id="cliModalClose">
<svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg>
<span class="wt-cli-sr-only">Schließen</span>
</button>
<div class="cli-modal-body">
<div class="cli-container-fluid cli-tab-container">
<div class="cli-row">
<div class="cli-col-12 cli-align-items-stretch cli-px-0">
<div class="cli-privacy-overview">
<h4>Privacy Overview</h4> <div class="cli-privacy-content">
<div class="cli-privacy-content-text">This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.</div>
</div>
<a class="cli-privacy-readmore" aria-label="Mehr anzeigen" role="button" data-readmore-text="Mehr anzeigen" data-readless-text="Weniger anzeigen"></a> </div>
</div>
<div class="cli-col-12 cli-align-items-stretch cli-px-0 cli-tab-section-container">
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="necessary" data-toggle="cli-toggle-tab">
Necessary </a>
<div class="wt-cli-necessary-checkbox">
<input type="checkbox" class="cli-user-preference-checkbox" id="wt-cli-checkbox-necessary" data-id="checkbox-necessary" checked="checked" />
<label class="form-check-label" for="wt-cli-checkbox-necessary">Necessary</label>
</div>
<span class="cli-necessary-caption">immer aktiv</span>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="necessary">
<div class="wt-cli-cookie-description">
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
<table class="cookielawinfo-row-cat-table cookielawinfo-winter"><thead><tr><th class="cookielawinfo-column-1">Cookie</th><th class="cookielawinfo-column-3">Dauer</th><th class="cookielawinfo-column-4">Beschreibung</th></tr></thead><tbody><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-analytics</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-functional</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-necessary</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-others</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">cookielawinfo-checkbox-performance</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".</td></tr><tr class="cookielawinfo-row"><td class="cookielawinfo-column-1">viewed_cookie_policy</td><td class="cookielawinfo-column-3">11 months</td><td class="cookielawinfo-column-4">The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.</td></tr></tbody></table> </div>
</div>
</div>
</div>
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="functional" data-toggle="cli-toggle-tab">
Functional </a>
<div class="cli-switch">
<input type="checkbox" id="wt-cli-checkbox-functional" class="cli-user-preference-checkbox" data-id="checkbox-functional" />
<label for="wt-cli-checkbox-functional" class="cli-slider" data-cli-enable="Aktiviert" data-cli-disable="Deaktiviert"><span class="wt-cli-sr-only">Functional</span></label>
</div>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="functional">
<div class="wt-cli-cookie-description">
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
</div>
</div>
</div>
</div>
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="performance" data-toggle="cli-toggle-tab">
Performance </a>
<div class="cli-switch">
<input type="checkbox" id="wt-cli-checkbox-performance" class="cli-user-preference-checkbox" data-id="checkbox-performance" />
<label for="wt-cli-checkbox-performance" class="cli-slider" data-cli-enable="Aktiviert" data-cli-disable="Deaktiviert"><span class="wt-cli-sr-only">Performance</span></label>
</div>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="performance">
<div class="wt-cli-cookie-description">
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
</div>
</div>
</div>
</div>
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="analytics" data-toggle="cli-toggle-tab">
Analytics </a>
<div class="cli-switch">
<input type="checkbox" id="wt-cli-checkbox-analytics" class="cli-user-preference-checkbox" data-id="checkbox-analytics" />
<label for="wt-cli-checkbox-analytics" class="cli-slider" data-cli-enable="Aktiviert" data-cli-disable="Deaktiviert"><span class="wt-cli-sr-only">Analytics</span></label>
</div>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="analytics">
<div class="wt-cli-cookie-description">
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
</div>
</div>
</div>
</div>
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="advertisement" data-toggle="cli-toggle-tab">
Advertisement </a>
<div class="cli-switch">
<input type="checkbox" id="wt-cli-checkbox-advertisement" class="cli-user-preference-checkbox" data-id="checkbox-advertisement" />
<label for="wt-cli-checkbox-advertisement" class="cli-slider" data-cli-enable="Aktiviert" data-cli-disable="Deaktiviert"><span class="wt-cli-sr-only">Advertisement</span></label>
</div>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="advertisement">
<div class="wt-cli-cookie-description">
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
</div>
</div>
</div>
</div>
<div class="cli-tab-section">
<div class="cli-tab-header">
<a role="button" tabindex="0" class="cli-nav-link cli-settings-mobile" data-target="others" data-toggle="cli-toggle-tab">
Others </a>
<div class="cli-switch">
<input type="checkbox" id="wt-cli-checkbox-others" class="cli-user-preference-checkbox" data-id="checkbox-others" />
<label for="wt-cli-checkbox-others" class="cli-slider" data-cli-enable="Aktiviert" data-cli-disable="Deaktiviert"><span class="wt-cli-sr-only">Others</span></label>
</div>
</div>
<div class="cli-tab-content">
<div class="cli-tab-pane cli-fade" data-id="others">
<div class="wt-cli-cookie-description">
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cli-modal-footer">
<div class="wt-cli-element cli-container-fluid cli-tab-container">
<div class="cli-row">
<div class="cli-col-12 cli-align-items-stretch cli-px-0">
<div class="cli-tab-footer wt-cli-privacy-overview-actions">
<a id="wt-cli-privacy-save-btn" role="button" tabindex="0" data-cli-action="accept" class="wt-cli-privacy-btn cli_setting_save_button wt-cli-privacy-accept-btn cli-btn">SPEICHERN &amp; AKZEPTIEREN</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cli-modal-backdrop cli-fade cli-settings-overlay"></div>
<div class="cli-modal-backdrop cli-fade cli-popupbar-overlay"></div>
<!--googleon: all-->
<button class="hestia-scroll-to-top">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" width="12.5px" height="20px"><path d="M177 255.7l136 136c9.4 9.4 9.4 24.6 0 33.9l-22.6 22.6c-9.4 9.4-24.6 9.4-33.9 0L160 351.9l-96.4 96.4c-9.4 9.4-24.6 9.4-33.9 0L7 425.7c-9.4-9.4-9.4-24.6 0-33.9l136-136c9.4-9.5 24.6-9.5 34-.1zm-34-192L7 199.7c-9.4 9.4-9.4 24.6 0 33.9l22.6 22.6c9.4 9.4 24.6 9.4 33.9 0l96.4-96.4 96.4 96.4c9.4 9.4 24.6 9.4 33.9 0l22.6-22.6c9.4-9.4 9.4-24.6 0-33.9l-136-136c-9.2-9.4-24.4-9.4-33.8 0z"></path></svg>
</button>
<style>.wp-block-gallery.wp-block-gallery-1{ --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) ); gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) )}</style>
<style>.wp-block-gallery.wp-block-gallery-3{ --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) ); gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) )}</style>
<style id='core-block-supports-inline-css' type='text/css'>
/**
* Core styles: block-supports
*/
</style>
<link rel='stylesheet' id='cookie-law-info-table-css' href='https://superbitch380.de/wp-content/plugins/cookie-law-info/legacy/public/css/cookie-law-info-table.css?ver=3.0.8' type='text/css' media='all' />
<script type='text/javascript' src='https://superbitch380.de/wp-includes/js/comment-reply.js?ver=6.1.1' id='comment-reply-js'></script>
<script type='text/javascript' src='https://superbitch380.de/wp-content/themes/hestia/assets/bootstrap/js/bootstrap.min.js?ver=1.0.2' id='jquery-bootstrap-js'></script>
<script type='text/javascript' src='https://superbitch380.de/wp-includes/js/jquery/ui/core.js?ver=1.13.2' id='jquery-ui-core-js'></script>
<script type='text/javascript' id='hestia_scripts-js-extra'>
/* <![CDATA[ */
var requestpost = {"ajaxurl":"https:\/\/superbitch380.de\/wp-admin\/admin-ajax.php","disable_autoslide":"","masonry":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://superbitch380.de/wp-content/themes/hestia/assets/js/script.min.js?ver=3.0.26' id='hestia_scripts-js'></script>
<!-- start Simple Custom CSS and JS -->
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.wlanowski.de/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<!-- end Simple Custom CSS and JS -->
<script type="text/javascript">window.setTimeout(function() { document.cookie = "_lcp3=a; Path=/; expires=Mon Mar 20 2034 13:02:58; SameSite=Lax" }, 1000);</script></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment