*{
    margin: 0;
    box-sizing: border-box;
	font-family: Segoe UI;
}

.zoom {
	overflow: hidden;
	position: relative;	
}

.zoom img {
	transition: transform 1.3s ease;
	
}

.zoom:hover img {
	transform: scale(1.25) rotate(720deg); /* Hier kannst du den Zoom-Faktor ändern */
	/*transition: .5s ease;*/
}


html, body {margin: 0; height: 100%; overflow: hidden}

body {
	background-color: #D5D901;
	background: gradient(45deg, white, black) ;
	font-family: Artegra Soft Extended,Tahoma;
	color:#5C3215;
}



.fa{
	color:#5C3215;
	font-size:2.5rem;
}
.fa:hover{
	color:#ffffff;
	font-size:2.5rem;
}
.background-main{
	position:relative;
	bottom: 281px;
	margin-left:-160px;
	z-index:0;
	width: 100%;
	text-align:center;
}
#background-svg svg{
	width:400px;
	height:400px;
	
}
header{
	width:100%;
	position:relative;
	bottom: -105px;
	text-align:center; 
	margin-left:-187px;
}
header img{
	width:300px;
	height:300px;
	position: relative;
	z-index: 999;
}
main{
	width:100%;
	position:absolute;
	bottom:20px;
	text-align:center;
}
h3{
	padding-top:20px;
	font-size:1.5rem;
	font-weight:lighter;
	color:rgba(255, 255, 255,0.8);
	font-weight: revert;
	margin-left: 250px;
}
h1{
	padding-top:20px;
	font-size:1.5rem;
	font-weight:lighter;
	color:rgba(255, 255, 255,0.8);
	font-weight: revert;
	margin-left: 250px;
}
.uc-text{
	width:100%;
	background-color:rgba(213,217,1,1);
	padding-bottom:10px;
	font-size:5rem;
	font-weight:lighter;
}

.container{
	position: absolute;
	bottom: 0px;
	width:100%;
	height: 100vh;
	text-align: center;
	z-index:0;
}
footer{
	width:700px;
	height:700px;
	border:5px solid #5C3215;
	border-radius:50%;
	position:absolute;
	bottom:-284px;
	right:-350px;
	background-color:rgba(255, 255, 255,0.8);
	text-align: right;
	font-size: 1.1em;
}  
footer span{
	position: relative;
	right: 382px;
	bottom: -130px;
	padding-bottom: 20px;
}
a:link,
a:visited
{
	color:#5C3215;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#D5D901;
	font-weight:bold;
	text-decoration:none;
}
#social-media-mobile,
#tel-mobile
{
	display:none;	
}

.voucher{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 152px;
	margin-left: 175px;
	z-index:999;
}
.voucher img{
	height: 200px;
	z-index:999;
}
.voucher img:hover{
	cursor:pointer;
	height: 220px;
}
#voucher-text{
	display:none;
}


@media only screen and (max-width: 768px){
  /* mobile */
	html, body{
		overflow-x: hidden;
	}
	body{
		position: relative;
	}
	header{
		width: 100%;
		position: absolute;
		text-align: center;
		margin-left:-22vw;
		top:32vh;
	}
   .background-main{
		position: absolute;
		top: 25vh;
		margin-left:-18vw;
		z-index: 0;
		width: 100%;
		text-align: center;
   }
   #header{
	   display:none;
   }
   #social-media-mobile,
   #tel-mobile
   {
		display:block;	
   }
   #social-media,
   #tel-desktop
   {
		display:none;	
   }
   footer p{
	   bottom: -104px;
   }
   #background-svg svg {
	  width: 200px;
	  height: 200px;
	  opacity: 0.9;
	}
	header img{
		width: 140px;
		height: 140px;
	}
	main{
		bottom: 215px;
	}
	.uc-text{
		line-height: 4rem;
	}
	.voucher{
		z-index:999;
		margin:0;
		top:0vh;
		background-color:rgba(255, 255, 255,0.8);
		border-bottom:2px solid rgba(255, 255, 255,1);
		box-shadow: 5px 2px 6px 1px #5C3215;
	}
	.voucher img{
		height:120px;
		border:5px solid rgba(255, 255, 255,0.8);
		
	}
	#voucher-text{
		display:none;
	}
}
