Über Uns

Das Praxisteam

Das Praxisteam der Othopädiepraxis Würzburg steht Ihnen gerne zur Verfügung bei der Terminsuche, Rezeptverlängerung und allen anderen Themen rund um Ihren Besuch in unserer Praxis.

 

 

 

 

$(document).ready(function() { $('div.scrolltop').hide(); $(window).scroll(function(){ var value = 200; var scrolling = $(window).scrollTop(); if (scrolling > value) { $('div.scrolltop').fadeIn(400); } else { $('div.scrolltop').fadeOut(400); } }); $('div.scrolltop').click(function(){ $('html, body').animate({scrollTop:'0px'}, 1000); return false; }); if ($(this).scrollTop() > 0) { if (!$(".bangb1").hasClass("fixedTop")) $(".bangb1").addClass("fixedTop").hide().fadeIn(400); } else { $(".bangb1").show().removeClass("fixedTop"); } $(window).scroll(function() { if ($(this).scrollTop() > 90) { if (!$(".bangb1").hasClass("fixedTop")) { $(".bangb1.cloned").parent('.inside').prepend($(".bangb1.cloned").clone().removeClass('bangb1').addClass('bangb1_clone')); $(".bangb1").addClass("fixedTop").hide().fadeIn(400); } } else { $('.bangb1_clone').remove(); $(".bangb1").show().removeClass("fixedTop"); } }); $("input.form-control, textarea.form-control" ).focusin(function() { $(this).prev("label").addClass("is_focused"); }); $("input.form-control, textarea.form-control" ).focusout(function() { $(this).prev("label").removeClass("is_focused"); }); });