.tx-advent.startpopup {
	margin:0;
}
.advent_item_single {
	margin-bottom:65px;
	position:relative;
	
}
.advent_item_single img {
	margin:0 auto;
}
.advent_item_single svg {
	margin:0 auto;
}
.advent_item_single a {
	display:block;
	line-height:100%;

}
.advent_item_single  {
	text-align:center;
}
iframe {
	width:100%;
}
.advent-pop-text {
	color:#fff;
	padding-top:5px;
}
.adventcalendar  .modal-body {
	padding:15px 15px;
}
.adventcalendar  .modal-body p{
	padding:5px 10px;
}
.advent_number {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
	text-align:center;
	font-size:40px;
	font-family:'indie flower';
	color:#fff;
	opacity:1;
	display:block;
	z-index:4;

}
.advent_number.past{
	color:#9aa7b1;
}
.tx-advent {
	margin-top:50px;
}
.advent_number.active {
	color:#333;
}
.advent_item_single a:hover .advent_number{
	color:#fff;

}
.advent_item_single a:hover .advent_number.active {
	color:#333;

	
}
.advent_svg {
	
}
.advent_item_single a:hover .advent_number.past{
	color:#333;

}
.advent_item_single a:hover img {
	opacity:0.8; 
}
.advent_item_popup {
	position:fixed;
	bottom:0; right:20%; 
	z-index:22;
	width:380px;
	background:#f6a500;
}
.popup_title {
	color:#fff;
	margin-bottom:15px; 
	font-size:17px;
	display:block;
}
.advent-pop {
	position:relative;
	padding:20px 30px 65px 30px ; 
}
.advent-pop-wrap {
	position: absolute;
    top: -42px;
    right: -54px;
	text-align:center;
	z-index:4;
}
.advent-pop-innerwrap {
	position:relative;
	cursor:pointer;
}

.popup_headline {
	font-family: 'indie flower';
    font-weight: 400;
	color:#fff;
	font-size:29px;
	padding-right:0;
	line-height:100%;
	margin-bottom:10px;
	display:block;
}
.adventcalendar .banner {
		background: url(../Images/STH-Adventkalender.png) repeat;
    height: 125px;
    width: 100%;
    max-width: 100%;
}
.advent_item_single .svg {
	
}
@media(max-width:767px) {
		.advent_item_popup {
		position: fixed;
		bottom: 0;
		right: 56px;
		z-index: 22;
		width: 280px;
		background: #f6a500;
	}
}
