

.holiday_btn {
	font-family: 'gillsans', sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background-color: #d28a14;
	padding: 14px 30px;
	border: solid 1px #d28a14;
	display: inline-block;
	min-width: 260px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.holiday-banner .text {
	font-size: 14px;
	position: relative;
}

.holiday-banner .text a {
	color: #fff;
}

.holiday-banner .text .btn {
	font-size: 15px;
	padding: 10px 20px;
	min-width: 0;
}

.holiday-banner .text .btn:after {
	margin: 0;
	content: '';
}

.holiday-banner .text .content-links {
	width: 77%;
	float: left;
}

.holiday-banner .text .content-links .content {
	margin-bottom: 10px;
	display: block;
}

.holiday-banner .text .content-rechts {
	width: 20%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.holiday-banner .text .content-rechts .btn {
	float: right;
}

.holiday-banner .text .show-mobile {
	display: none;
}

.holiday-banner .text .hide-mobile {
	display: block;
}

@media only screen and (max-width: 500px) {
	.holiday-banner {
		padding: 10px;
		max-width: 100%;
		bottom: 0;
		right: 0;
	}

	.holiday-banner .text .content-links {
		width: auto;
		float: none;
	}

	.holiday-banner .text .content-rechts {
		margin: 0 0 15px 15px;
		width: auto;
		float: right;
		position: relative;
		right: auto;
		bottom: auto;
	}

	.holiday-banner .text .show-mobile {
		display: block;
	}

	.holiday-banner .text .hide-mobile {
		display: none;
	}
}

.holiday-banner {
	min-width: 300px;
	width: max-content;
	color: #fff;
	background: rgba(128, 95, 54, 0.9);
	max-width: 650px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.holiday-banner p{
	color: #fff!important;
}

#holiday_bgr {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

#holiday_bgr.hidden {
	opacity: 0;
	transition: 300ms all;
	display: none;
}

.holiday-banner .text .content-rechts {
	width: 20%;
	position: absolute;
	right: -12px;
	bottom: -12px;
}

.holiday-banner .text .content-links {
	width: 100%;
}

.holiday-banner .text .content-links .content {
	margin-bottom: 30px;
	display: block;
	text-align: center;
}

.visible {
	opacity: 1;
	transition: 300ms all;
	display: block;
}
.holiday-banner img{
	margin: 15px;
}

