/************************************************//*    © by Werbeagentur Gössler & Sailer OG     *//*             www.goesslersailer.at            *//************************************************//************************************************//*                    Body                      *//************************************************/* {box-sizing: border-box;}body {	margin: 0px;	padding: 0px;	color: #fff;	background:#000; 	font-family: 'Gothic A1';	font-size: 100%;    line-height: 25px;    font-weight: 400;	-moz-osx-font-smoothing: grayscale;	-webkit-font-smoothing: antialiased;	text-rendering: optimizeSpeed;	letter-spacing: .03em;    text-align: center;	}    h1	{font-size:240%; margin:100px 0px 10px 0px; line-height: 48px; color: #76B72A}h2	{font-size:200%; margin:0px 0px 30px 0px; line-height: 48px; color: #FFE800}/* gothic-a1-regular - latin */@font-face {  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */  font-family: 'Gothic A1';  font-style: normal;  font-weight: 400;  src: url('../fonts/gothic-a1-v13-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */       url('../fonts/gothic-a1-v13-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */}.btn {    background-image: linear-gradient(to right, #eab335 0%, #FFE800 25%, #EB6608 50%, #D6007F 100%);    margin: 35px 0;    padding: 15px 45px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: #000;                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    font-size: 150%;    }   .btn:hover {    background-position: top center; /* change the direction of the change here */    color: #000;    text-decoration: none;}