/* ================== BODY BASIS ================== */
body {
	font-family: 'basic-sans', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	color: #000000;
}

section.topbar{
	background: url('img/headermob.png');
	background-repeat: no-repeat;
	background-position: top center;
	height: 485px;
}
section.topbar img.logo{
	max-width: 72px;
	width:100%;
	height: auto;
	display:block;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:20px;
}
section.topbar div.contentdesk p.subtxt{
	font-size:25px;
	line-height: 25px;
	color:#ffffff;
	font-weight:600;
	text-align: center;
	margin-bottom:10px;
}
section.topbar div.contentdesk p.headtxt{
	font-size:28px;
	line-height: 30px;
	color:#ffffff;
	font-weight:700;
	text-align: center;
	margin-bottom:25px;
}
section.topbar div.contentdesk img.arrowdown {
    max-width: 55px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(calc(-50% + 135px));
    top: 280px;
}
section.topbar img.package{
	max-width: 245px;
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
section.topbar img.package_ek{
	max-width: 360px;
	width: 100%;
	height: auto;
	display: block;
	margin:0 auto;
}
section.question div.question{
	background-color:#ffffff;
	margin-top:15px;
}
section.question div.question p.subtxt{
	font-size:20px;
	line-height: 20px;
	color:#414042;
	font-weight:600;
	display: block;
	text-align: center;
}
section.question div.question p.headtxt{
	font-size:30px;
	line-height: 30px;
	color:#414042;
	font-weight:700;
	display: block;
	text-align: center;
	margin-top:15px;
	margin-bottom:30px;
}
section.question div.question a.cta{
    max-width: 330px;
    width: 100%;
    height: 55px;
    padding-top: 9px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    border: 0;
    outline: 0;
    background-color: #b41412;
    background-image: url(img/arrowwhite.png);
    background-size: 6px 11px;
    background-repeat: no-repeat;
    background-position: right 40% top 23px;
    border: 2px solid #b41412;
    cursor: pointer;
    font-size:25px;
    margin-bottom:10px;
}
section.question div.question a.cta:hover{
    background-position: right 38% top 23px;
	background-image: url(img/arrowred.png);
	background-color: #ffffff;
	color: #b41412;
	border: 2px solid #b41412;
}
section.info p.headtxt{
	font-size:37px;
	line-height: 37px;
	display: block;
	margin:0 auto;
	font-weight:700;
	color:#414042;
	text-align: left;
	margin-top:45px;
	margin-bottom:25px;
}
section.info p.bodytxt{
	font-size:20px;
	line-height: 25px;
	text-align: left;
	color:#6e6e6e;
}
section.bgimage{
	background-image: url('img/bgmob.png');
	height: 240px;
	background-position: top right;
	margin-top:40px;
}
section.bgimagecenter{
	background-image: url('img/bgmobcenter.png');
	height: 240px;
	background-position: top center;
	margin-top:50px;
	margin-bottom:50px;
}
section.infotwo img.orange{
	display: block;
	margin-bottom:30px;
	font-size:20px;
}
section.infotwo img.de{
	display: block;
	margin-bottom:30px;
	font-size:20px;
}
section.infotwo p.bodytxt{
	font-size:20px;
	line-height: 25px;
	text-align: left;
	color:#6e6e6e;
	margin-bottom:30px;
}
section.infotwo hr{
	border-top: 1px solid #d5d5d5;
    margin-bottom: 50px;s
    margin-top: 50px;
}
section.infotwo img.celebrate{
	width: 100%;
}
section.playbutton{
	margin-top:55px;
	margin-bottom:55px;
}
section.playbutton a img {
    width: 50px;
    height: auto;
    margin-bottom: 15px!important;
    display: block;
    margin:0 auto;
}
section.playbutton p.bodytxt{
	font-size:20px;
	line-height: 25px;
	text-align: center;
	color:#b41412;
	margin-bottom:30px;
	font-weight:600;
	text-decoration: underline;
}
@media (min-width: 576px) {
	section.info p.headtxt{
		text-align: center;
	}
	section.info p.bodytxt{
		text-align: center;
	}
}

@media (min-width: 768px) {
	
} 

@media (min-width: 992px) {
	section.topbar{
		background: url('img/headerdesk.png');
		height: 570px;
		background-repeat: no-repeat;
		background-position: top center;
	}
	section.topbar img.logo{
		max-width: 115px;
		margin-top:20px;
	}
	section.topbar div.contentdesk p.subtxt{
		text-align: left;
	}
	section.topbar div.contentdesk{
		display: block;
		margin-left:35px;
	}
	section.topbar div.contentdesk p.headtxt{
		font-size:45px;
		line-height: 45px;
		text-align: left;
	}
	section.topbar div.contentdesk span.twv{
		font-size:28px;
	}
	section.topbar div.contentdesk img.arrowdown {
		position: absolute;
        left: unset;
        transform: unset;
        top: 220px;
        right: 40px;
        max-width: 89px;
        z-index: 999;
	}
	section.topbar img.package{
		max-width: 285px;
		margin:unset;
		margin-top:150px;
		z-index:999;
		position: relative;
		left:-20px;
	}
	section.topbar img.package_ek{
		max-width: 543px;
		margin:unset;
		margin-top:150px;
		z-index:999;
		position: relative;
		left:-20px;
	}
	section.question{
		margin-top:-100px;
	}
	section.question div.question{
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		width: 940px;
		display: block;
		margin:0 auto;
		padding-top:50px;
		padding-bottom:50px;
	}
	section.question div.question p.subtxt{
		font-size:25px;
		line-height: 25px;
	}
	section.question div.question p.headtxt{
		font-size:36px;
		line-height: 36px;
		margin-top:35px;
	}
	section.question div.question div.centerbtn{
		display: block;
		margin:0 auto;
		width: 500px;
	}
	section.question div.question a.cta{
	    max-width: 235px;
	    width: 100%;
	    background-position: right 33% top 23px;
	    display: inline-block;
	    margin-right:20px;
	}
	section.question div.question a.cta:hover{
	    background-position: right 31% top 23px;
	}
	section.question div.question a.nomarg{
		margin-right:unset
	}
	section.info p.headtxt{
		margin-top:65px;
		margin-bottom:25px;
	}

}

@media (min-width: 1200px) {
	section.topbar div.contentdesk{
		margin-left:70px;
	}
	section.topbar div.contentdesk p.headtxt{
		font-size:50px;
		line-height: 50px;
	}
	section.topbar div.contentdesk span.twv{
		font-size:33px;
	}
	section.topbar img.package{
		max-width: 328px;
		left:unset;
	}
	section.topbar img.package_ek{
		max-width: 583px;
		left:unset;
	}
	section.topbar div.contentdesk img.arrowdown {
        top: 220px;
        right: 150px;
	}
	section.info p.bodytxt{
		margin-bottom:65px;
	}
}	