/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", sans-serif
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.zoom {
	transition: transform .2s; /* Animation */
}

.zoom:hover {
	transform: scale(1.5);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.fit4web {    
		width: 128px;
		height: 128px;		
        background: url("https://heilpraktikerin-magdala.de/mobile/images/logo-transparent-dark-normal.png") no-repeat;
        display: inline-block;
    }
    .fit4web:hover {
        background: url("https://heilpraktikerin-magdala.de/mobile/images/logo-transparent-dark-clicked.png") no-repeat;
    }