@charset "utf-8";
/* CSS Document */
/**
* Gewinnspiel
**/
#show_gewinnspiel_info_bttn
{
	display:block;
	position:fixed;
	cursor:pointer;
	bottom:0px;
	left:50%;
	margin-left:-70px;
	width:140px;
	background-color:#E6007E;
	padding:10px 10px 10px 10px;
	border-radius:8px 8px 0 0;
	transition: box-shadow 0.2s;
	box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.4),
		 -2px -2px 5px 0px rgba(0,0,0,0.4);
}
#show_gewinnspiel_info_bttn:hover
{
	box-shadow:none;
}
#show_gewinnspiel_info_bttn span
{
	display:block;
	position:relative;
	font-family: 'FuturaBT-Book';
	color:#fff;
	text-align:center;
}
#show_gewinnspiel_info_bttn span:nth-child(1)
{
	font-size:12px;
	line-height:16px;
}
#show_gewinnspiel_info_bttn span:nth-child(2)
{
	font-size:18px;
	line-height:22px;
	font-family: 'FuturaBT-Bold';
}
#show_gewinnspiel_info_bttn span:nth-child(3)
{
	font-size:12px;
	line-height:16px;
}

/** Gewinnspiel **/
#gewinnspiel_bg_animation
{
	display:block;
	position:relative;
	min-height:100%;
	background: linear-gradient(#73C7EC 0%, #0A2C48 40%);
	box-sizing:border-box;
	padding:0 0 100px 0;
}

#gewinnspiel_bubble-wrap
{
	display:block;
    bottom:10px;
	left:10px;
	right:20px;
	top:50px;
	position: fixed;
	overflow:hidden;
}
/* KEYFRAMES */
@-webkit-keyframes animateBubble
{
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}
@-moz-keyframes animateBubble
{
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}
@keyframes animateBubble
{
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}
@-webkit-keyframes sideWays
{ 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}
@-moz-keyframes sideWays
{ 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}
@keyframes sideWays
{ 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}
/* ANIMATIONS */
.gewinnspiel_x1
{
    -webkit-animation: animateBubble 21s linear infinite, sideWays 1s ease-in-out infinite alternate;
	-moz-animation: animateBubble 21s linear infinite, sideWays 1s ease-in-out infinite alternate;
	animation: animateBubble 21s linear infinite, sideWays 1s ease-in-out infinite alternate;
	
	left: -5%;
	top: 5%;
	transform: scale(0.6);
}
.gewinnspiel_x2
{
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 5%;
	top: 80%;
	transform: scale(0.4);
}
.gewinnspiel_x3
{
    -webkit-animation: animateBubble 23s linear infinite, sideWays 1s ease-in-out infinite alternate;
	-moz-animation: animateBubble 23s linear infinite, sideWays 1s ease-in-out infinite alternate;
	animation: animateBubble 23s linear infinite, sideWays 1s ease-in-out infinite alternate;
	
	left: 10%;
	top: 40%;
	transform: scale(0.7);
}
.gewinnspiel_x4
{
    -webkit-animation: animateBubble 18s linear infinite, sideWays 1.5s ease-in-out infinite alternate;
	-moz-animation: animateBubble 18s linear infinite, sideWays 1.5s ease-in-out infinite alternate;
	animation: animateBubble 18s linear infinite, sideWays 1.5s ease-in-out infinite alternate;
	
	left: 20%;
	top: 0;
	transform: scale(0.3);
}
.gewinnspiel_x5
{
    -webkit-animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 30%;
	top: 50%;
	transform: scale(0.5);
}
.gewinnspiel_x6
{
    -webkit-animation: animateBubble 17s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 17s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 17s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 50%;
	transform: scale(0.8);
}
.gewinnspiel_x7
{
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 65%;
	top: 70%;
	transform: scale(0.4);
}
.gewinnspiel_x8
{
    -webkit-animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	-moz-animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	animation: animateBubble 17s linear infinite, sideWays 3s ease-in-out infinite alternate;
	
	left: 80%;
	top: 10%;
	transform: scale(0.3);
}
.gewinnspiel_x9
{
    -webkit-animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
	-moz-animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
	animation: animateBubble 25s linear infinite, sideWays 4s ease-in-out infinite alternate;
	
	left: 90%;
	top: 50%;
	transform: scale(0.6);
}
.gewinnspiel_x10
{
    -webkit-animation: animateBubble 22s linear infinite, sideWays 2s ease-in-out infinite alternate;
	-moz-animation: animateBubble 22s linear infinite, sideWays 2s ease-in-out infinite alternate;
	animation: animateBubble 22s linear infinite, sideWays 2s ease-in-out infinite alternate;
	
	left: 80%;
	top: 80%;
	transform: scale(0.3);
}
/* OBJECTS */
.gewinnspiel_bubble
{
	border-radius: 50%;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05), inset 0px 10px 30px 5px rgba(255, 255, 255, 0.2);
    height: 150px;
	position: absolute;
	width: 150px;
}
.gewinnspiel_bubble:after
{
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 70%); /* W3C */
	border-radius: 50%;
	box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.05);
	content: "";
    height: 110px;
	left: 10px;
	position: absolute;
	width: 110px;
}

#gewinnspiel_bg_header
{
	display:block;
	position:relative;	
	background-image:url(../../../pix/gewinnspiel/bg-wasser.png);
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position:top center;

}
@media (max-width: 800px)
{
	#gewinnspiel_bg_header
	{
		background-image:url(../../../pix/gewinnspiel/bg-wasser-1.png);
	}
}
@media (max-width: 500px)
{
	#gewinnspiel_bg_header
	{
		background-image:url(../../../pix/gewinnspiel/bg-wasser-2.png);
	}
}

/** Hauptgewinn **/
#gewinnspiel_main_price_container
{
	display:block;
	position:relative;
	margin:0 auto 0 auto;
	text-align:center;
	padding:40px 0 40px 0;
}
#gewinnspiel_main_price_container span
{
	display:block;
	position:relative;
	color:#0A2C48;
	font-family: 'FuturaBT-Heavy';
}
#gewinnspiel_main_price_container span:nth-child(1),
#gewinnspiel_main_price_container span:nth-child(3)
{
	font-size:40px;
	line-height:48px;
}
#gewinnspiel_main_price_container span:nth-child(2)
{
	font-size:100px;
	line-height:110px;
}
#gewinnspiel_main_price_container span:nth-child(4)
{
	font-size:36px;
	line-height:44px;
	font-family: 'FuturaBT-Heavy';
}
label.gewinnspiel_main_price_label
{
	display:block;
	position:relative;
	cursor:pointer;
	margin:20px 0 0 0;
}
input#gewinnspiel_detail_expl_25_years
{
	display:none;
}
#gewinnspiel_main_price_container label.gewinnspiel_main_price_label span,
#gewinnspiel_main_price_container label.gewinnspiel_main_price_label span:nth-child(1),
#gewinnspiel_main_price_container label.gewinnspiel_main_price_label span:nth-child(2),
label.gewinnspiel_main_price_label span,
label.gewinnspiel_main_price_label span:nth-child(1),
label.gewinnspiel_main_price_label span:nth-child(2)
{
	font-size:22px;
	line-height:30px;
	text-transform:uppercase;
	color:#009FE3;
}
label.gewinnspiel_main_price_label span:nth-child(2),
input#gewinnspiel_detail_expl_25_years:checked ~ label.gewinnspiel_main_price_label span:nth-child(1)
{
	display:none !important;
}
input#gewinnspiel_detail_expl_25_years:checked ~ label.gewinnspiel_main_price_label span:nth-child(2)
{
	display:block !important;
}
#gewinnspiel_detail_expl_25_years_info
{
	display:none;
	position:relative;
	max-width:800px;
	margin:0 auto 0 auto;
	color:#0A2C48;
	font-family:'FuturaBT-Book';
	font-size:24px;
	line-height:34px;
	text-decoration:none;
	padding:0 20px;
}
input#gewinnspiel_detail_expl_25_years:checked ~ #gewinnspiel_detail_expl_25_years_info
{
	display:block;
}
@media (max-width: 500px)
{
	#gewinnspiel_main_price_container span:nth-child(1),
	#gewinnspiel_main_price_container span:nth-child(3)
	{
		font-size:30px;
		line-height:38px;
	}
	#gewinnspiel_main_price_container span:nth-child(2)
	{
		font-size:70px;
		line-height:80px;
	}
	#gewinnspiel_main_price_container span:nth-child(4)
	{
		font-size:26px;
		line-height:34px;
	}
	#gewinnspiel_detail_expl_25_years_info
	{
		font-size:20px;
		line-height:30px;
	}
	#gewinnspiel_main_price_container label.gewinnspiel_main_price_label span,
	#gewinnspiel_main_price_container label.gewinnspiel_main_price_label span:nth-child(1),
	#gewinnspiel_main_price_container label.gewinnspiel_main_price_label span:nth-child(2),
	label.gewinnspiel_main_price_label span,
	label.gewinnspiel_main_price_label span:nth-child(1),
	label.gewinnspiel_main_price_label span:nth-child(2)
	{
		font-size:18px;
		line-height:30px;
	}
}
@media (max-width: 350px)
{
	#gewinnspiel_main_price_container span:nth-child(1),
	#gewinnspiel_main_price_container span:nth-child(3)
	{
		font-size:26px;
		line-height:34px;
	}
	#gewinnspiel_main_price_container span:nth-child(2)
	{
		font-size:60px;
		line-height:70px;
	}
	#gewinnspiel_main_price_container span:nth-child(4)
	{
		font-size:22px;
		line-height:30px;
	}
}


/** weitere Preise **/
.gewinnspiel_pricelist_container
{
	display:flex;
	position:relative;
	max-width:800px;
	margin:0 auto;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	align-content:strech;
	padding:0 0 140px 0;
}
.gewinnspiel_price_container
{
	flex:0 0 50%;
	display:flex;
	position:relative;
	flex-direction:column;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	align-content:center;
	padding:30px 10px;
	box-sizing:border-box;
	text-align:center;
}
.gewinnspiel_price_container span
{
	display:flex;
	position:relative;
	color:#0A2C48;
	font-family: 'FuturaBT-Heavy';
	flex-direction:column;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.gewinnspiel_price_container span:nth-child(1)
{
	font-size:18px;
	line-height:20px;
	width:80px;
	height:80px;
	border-radius:40px;
	background-color:#0A2C48;
	background-color:#009FE3;
	background-color:rgba(255,255,255,0.6);
	color:#0A2C48;
	margin:0 auto 20px auto;
}
.gewinnspiel_price_container span:nth-child(2)
{
	font-size:22px;
	line-height:30px;
}
@media (max-width: 750px)
{
	.gewinnspiel_pricelist_container
	{
		flex-direction:column;
	}
}

/**
* Inhaltsbereiche
**/
.gewinnspiel_content_section
{
	padding:140px 0 50px 0;
	display: flex;
	position:relative;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.gewinnspiel_content_section .gewinnspiel_container
{
	display:block;
	position:relative;
	margin:10px;
}
.gewinnspiel_content_section .gewinnspiel_container .gewinnspiel_container-title
{
	display:block;
	position:relative;
	margin:0 auto 80px auto;
	padding:0 20px;
}
.gewinnspiel_content_section .gewinnspiel_container .gewinnspiel_container-title *
{
	text-align:center;
	color:#fff;
}
/** Teilnahmebedingungen **/
.gewinnspiel_large-text-container
{
	display:block;
	position:relative;
	max-width:800px;
	padding:0 20px;
	margin:0 auto 0 auto;
}
.gewinnspiel_large-text-container,
.gewinnspiel_large-text-container *,
.gewinnspiel_large-text-container *:hover
{
	color:#fff;
	font-family:'FuturaBT-Book';
	font-size:24px;
	line-height:34px;
	text-decoration:none;
}
.gewinnspiel_large-text-container h2
{
	font-family:'FuturaBT-Bold';
}
.gewinnspiel_large-text-container a
{
	text-decoration:underline;
}
@media (max-width: 500px)
{
	.gewinnspiel_large-text-container,
	.gewinnspiel_large-text-container *,
	.gewinnspiel_large-text-container *:hover
	{
		font-size:20px;
		line-height:30px;
	}
}
/** footer **/
#gewinnspiel_footer_container
{
	display:block;
	position:absolute;
	width:100%;
	bottom:0px;
	left:0px;
}
#gewinnspiel_footer
{
	display:flex;
	position:relative;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:stretch;
	align-items:stretch;
	align-content:stretch;
	background-color:#ccc;
}
#gewinnspiel_footer_container #gewinnspiel_wellcard-footer
{
	display:block;
	position:absolute;
	width:200px;
	left:50%;
	margin-left:-100px;
	bottom:0px;
}
a.gewinnspiel_bttn_c2a,
a:hover.gewinnspiel_bttn_c2a
{
	flex:1 1 auto;
	display:flex;
	position:relative;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
}
a.gewinnspiel_bttn_c2a.kaufen
{
	background-color:#E6007E;
	padding:30px 110px 30px 10px;
}
a.gewinnspiel_bttn_c2a.aufladen
{
	background-color:#009FE3;
	padding:30px 10px 30px 110px;
}
a.gewinnspiel_bttn_c2a span,
a:hover.gewinnspiel_bttn_c2a span
{
	flex:0 0 auto;
	display:block; 
	position:relative;
	color:rgba(255,255,255,0.8);
	font-family: 'FuturaBT-Book';
	line-height:30px;
	margin:0 3px;
}
a.gewinnspiel_bttn_c2a span.pre,
a:hover.gewinnspiel_bttn_c2a span.pre
{
	font-size:20px;
}
a.gewinnspiel_bttn_c2a span.main,
a:hover.gewinnspiel_bttn_c2a span.main
{
	display:flex;
	position:relative;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	align-content:center;
	flex-wrap:nowrap;
}
a.gewinnspiel_bttn_c2a span.main span,
a:hover.gewinnspiel_bttn_c2a span.main
{
	font-size:34px;
	color:rgba(255,255,255,1);
}
a.gewinnspiel_bttn_c2a span.main span:nth-child(1),
a:hover.gewinnspiel_bttn_c2a span.main span:nth-child(1)
{
	margin-left:5px;
}
a.gewinnspiel_bttn_c2a span.main span:nth-child(2),
a:hover.gewinnspiel_bttn_c2a span.main span:nth-child(2)
{
	margin-right:5px;
}
a.gewinnspiel_bttn_c2a span:nth-child(3),
a:hover.gewinnspiel_bttn_c2a span:nth-child(3)
{
	font-size:20px;
}
a.gewinnspiel_bttn_c2a span:nth-child(4),
a:hover.gewinnspiel_bttn_c2a span:nth-child(4)
{
	font-size:20px;
}
@media (max-width: 1320px)
{
	a.gewinnspiel_bttn_c2a span.pre,
	a:hover.gewinnspiel_bttn_c2a span.pre
	{
		display:none
	}
}
@media (max-width: 1016px)
{
	a.gewinnspiel_bttn_c2a span.main,
	a:hover.gewinnspiel_bttn_c2a span.main
	{
		width:100%;
	}
}
@media (max-width: 800px)
{
	a.gewinnspiel_bttn_c2a span.main span,
	a:hover.gewinnspiel_bttn_c2a span.main
	{
		font-size:28px;
	}
	a.gewinnspiel_bttn_c2a span.main span:nth-child(1),
	a:hover.gewinnspiel_bttn_c2a span.main span:nth-child(1)
	{
		margin-left:0;
	}
	a.gewinnspiel_bttn_c2a span.main span:nth-child(2),
	a:hover.gewinnspiel_bttn_c2a span.main span:nth-child(2)
	{
		margin-right:0;
	}
}
@media (max-width: 690px)
{
	#gewinnspiel_footer_container #gewinnspiel_wellcard-footer
	{
		width:100px;
		left:50%;
		margin-left:-50px;
		bottom:80px;
	}
	a.gewinnspiel_bttn_c2a.kaufen,
	a.gewinnspiel_bttn_c2a.aufladen
	{
		padding:20px 0;
	}
}
@media (max-width: 470px)
{
	a.gewinnspiel_bttn_c2a span.main span,
	a:hover.gewinnspiel_bttn_c2a span.main
	{
		font-size:22px;
		line-height:24px;
	}
}
@media (max-width: 360px)
{
	a.gewinnspiel_bttn_c2a span.main span,
	a:hover.gewinnspiel_bttn_c2a span.main
	{
		font-size:18px;
		line-height:22px;
	}
}
