#event-button {
	opacity: 0;
	display: none;
	position: fixed;
	z-index: 999;
	padding: 15px;
	left: 30px;
	bottom: 30px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
    box-shadow: 5px 5px 15px 5px rgba(68,68,68,0.62);
	/*color: #f5e0b5;*/
	color: white;
	text-align: center;
	cursor: pointer;
	transform: rotate(-7deg);
	transition: all 0.3s;
}

.btn-event {
	background-color: #2d5453;
}

.btn-vip {
	background-color: #6a647c;
}

.button-visible {
	opacity: 1 !important;	
}

.btn-event h2 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;	
	line-height: 1.3;
}

.btn-vip h2 {
	font-size: 26px;
	margin-top: 22px;
	margin-bottom: 10px;	
	line-height: 1.3;
}

.btn-vip-en h2 {
	font-size: 24px;
	margin-top: 22px;
	margin-bottom: 10px;	
	line-height: 1.3;
}

#button-datum {
        font-size: 18px !important;
        margin-bottom: 7px;
}

#button-text {
	margin-top: 18px;
	font-size: 20px !important;
    line-height: 1.3;
}

#button-text-englisch {
	margin-top: 10px;
	font-size: 20px !important;
    line-height: 1.3;
}

.btn-event #button-text {
	font-weight: bold;
}

#event-button:hover {
	transform: scale(1.1);	
}

#button-close {
	font-size: 18px;
	margin-top: 20px;
	/*color: #f5e0b5 !important;*/
	color: white !important;
}

#event-link {
	position: absolute;
	top: 30px;
	left: 20px;	
	width: 200px;
	height: 160px;
}