<iframe title="Danke Kontakt – neues Design" style="width:100%;height:100%;border:0;display:block;background:#fffaf1;position:relative;z-index:2147483647" srcdoc="<!doctype html><html lang=&quot;de&quot;><head><meta charset=&quot;utf-8&quot;><meta name=&quot;viewport&quot; content=&quot;width=device-width,initial-scale=1&quot;><style>*{box-sizing:border-box}html,body{margin:0;background:#fffaf1;color:#4a2c1c;font-family:Georgia,'Times New Roman',serif}body{padding:0 18px 28px}.wrap{max-width:960px;margin:auto}.hero{padding:58px 0 28px;text-align:center}.icon{width:92px;height:92px;border-radius:50%;background:#fff0d2;color:#aa621b;display:grid;place-items:center;margin:auto;font-size:42px}.hero h1{font-size:47px;font-weight:500;margin:18px 0 12px}.hero p{font:16px/1.6 Arial;color:#705747;max-width:700px;margin:auto}.card{border:1px solid #ead9be;border-radius:18px;background:#fffdf8;padding:28px;margin-top:12px;box-shadow:0 8px 28px #77471410}.card h2{font-size:27px;font-weight:500;margin:0 0 12px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.step{border-radius:12px;background:#fff3dd;padding:18px;text-align:center}.step b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#d47720;color:white;margin:0 auto 8px}.step p{font:13px/1.45 Arial;color:#705747;margin:0}.btn{display:inline-block;background:linear-gradient(135deg,#ce650e,#e9902a);color:white;padding:14px 24px;border-radius:7px;text-decoration:none;font-size:17px;border:0;cursor:pointer}.actions{text-align:center;margin-top:22px}.upload{border:2px dashed #dfc39c;border-radius:14px;background:#fffaf0;padding:25px;text-align:center;margin-top:16px}.upload input{font:14px Arial;max-width:100%}.note{margin-top:16px;font:13px/1.5 Arial;color:#745b49}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.trust div{border-top:1px solid #ead9be;padding:14px;text-align:center;font:13px/1.4 Arial;color:#705747}.trust b{display:block;font:17px Georgia;color:#4a2c1c;margin-bottom:4px}@media(max-width:700px){.hero h1{font-size:38px}.steps,.trust{grid-template-columns:1fr}} .zfix{position:fixed;left:0;top:0;right:0;bottom:0;background:#fffaf1;overflow:auto;z-index:2147483647}</style></head><body><div class=&quot;zfix&quot;><main class=&quot;wrap&quot;><section class=&quot;hero&quot;><h1>Vielen Dank für Ihre Nachricht</h1><p>Ich melde mich persönlich bei Ihnen zurück und nehme mir Zeit für Ihr Anliegen.</p></section><section class=&quot;card&quot;><h2>Ihre Nachricht ist angekommen</h2><p class=&quot;note&quot;>Wenn Ihr Anliegen dringend ist, können Sie Pflegefuchs auch unter +43 664 / 145 963 8 erreichen.</p></section><div class=&quot;actions&quot;><a class=&quot;btn&quot; target=&quot;_parent&quot; href=&quot;/&quot;>Zur Startseite </a></div></main></div></body></html>"></iframe>

<script>

(function(){

  'use strict';

  var script=document.currentScript;

  var frame=script&&script.previousElementSibling;

  if(!frame||frame.tagName!=='IFRAME'||!/Danke Kontakt/i.test(frame.title||'')){

    frame=document.querySelector('iframe[title*="Danke Kontakt"]');

  }

  var tries=0;

  function imp(el,prop,value){if(el)el.style.setProperty(prop,value,'important')}

  function addParentStyle(){

    var old=document.getElementById('pf-danke-kontakt-layout');

    if(old)old.remove();

    var style=document.createElement('style');

    style.id='pf-danke-kontakt-layout';

    style.textContent=`

      .v37.ps38.s37,.v36.ps37.s36{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;overflow:hidden!important;clear:both!important}

      .v37.ps38.s37>.wrapper2,.v36.ps37.s36>.wrapper1{display:block!important;width:100%!important;min-width:0!important;margin:0!important;overflow:hidden!important}

      .btf.c1{margin-top:0!important}

    `;

    document.head.appendChild(style);

  }

  function prepareContent(){

    if(!frame)return null;

    var d;

    try{d=frame.contentDocument}catch(e){return null}

    if(!d||!d.head||!d.body)return null;

    var old=d.getElementById('pf-danke-kontakt-inner');

    if(old)old.remove();

    var style=d.createElement('style');

    style.id='pf-danke-kontakt-inner';

    style.textContent='html,body{height:auto!important;min-height:0!important;overflow:visible!important}.zfix{position:static!important;inset:auto!important;width:auto!important;height:auto!important;min-height:0!important;overflow:visible!important}';

    d.head.appendChild(style);

    return d;

  }

  function fitContent(){

    var d=prepareContent();

    if(!d)return null;

    var content=d.querySelector('.wrap')||d.body.firstElementChild||d.body;

    var cs=frame.contentWindow&&frame.contentWindow.getComputedStyle?frame.contentWindow.getComputedStyle(d.body):null;

    var pad=cs?(parseFloat(cs.paddingTop)||0)+(parseFloat(cs.paddingBottom)||0):0;

    var h=Math.ceil(Math.max(content.scrollHeight,content.getBoundingClientRect().height,360)+pad);

    var outer=frame.closest('.v37.ps38.s37'),wrap=outer&&outer.querySelector('.wrapper2');

    [outer,wrap,frame].forEach(function(n){imp(n,'height',h+'px');imp(n,'min-height',h+'px')});

    return outer;

  }

  function fitFooter(footer){

    if(!footer)return;

    var f=footer.querySelector('iframe'),wrap=footer.querySelector('.wrapper1'),d;

    if(!f)return;

    try{d=f.contentDocument}catch(e){return}

    if(!d||!d.body)return;

    var content=d.body.firstElementChild||d.body;

    var cs=f.contentWindow&&f.contentWindow.getComputedStyle?f.contentWindow.getComputedStyle(d.body):null;

    var pad=cs?(parseFloat(cs.paddingTop)||0)+(parseFloat(cs.paddingBottom)||0):0;

    var h=Math.ceil(Math.max(content.scrollHeight,content.getBoundingClientRect().height,360)+pad);

    [footer,wrap,f].forEach(function(n){imp(n,'height',h+'px');imp(n,'min-height',h+'px')});

  }

  function layout(){

    var outer=fitContent();

    var footer=document.querySelector('.v36.ps37.s36');

    if(!outer||!footer)return;

    if(outer.nextElementSibling!==footer)outer.insertAdjacentElement('afterend',footer);

    imp(outer,'margin-top','0');

    imp(footer,'margin-top','0');

    fitFooter(footer);

    var marker=document.querySelector('.btf.c1');

    imp(marker,'margin-top','0');

    var ff=footer.querySelector('iframe');

    if(ff&&!ff.dataset.pfDankeKontaktFit){

      ff.dataset.pfDankeKontaktFit='1';

      ff.addEventListener('load',function(){setTimeout(layout,80);setTimeout(layout,500)});

    }

  }

  function install(){

    addParentStyle();

    if(!frame||!frame.contentDocument||!frame.contentDocument.body){

      if(++tries<100)setTimeout(install,100);

      return;

    }

    layout();

    [100,350,900].forEach(function(t){setTimeout(layout,t)});

    if(!document.body.dataset.pfDankeKontaktObserved){

      document.body.dataset.pfDankeKontaktObserved='1';

      if(window.ResizeObserver)new ResizeObserver(layout).observe(frame.closest('.v37.ps38.s37'));

    }

  }

  if(frame)frame.addEventListener('load',install);

  window.addEventListener('resize',layout,{passive:true});

  install();

})();

</script>

1786 px