
/* * * fonts
 *
 * * * * * * * * * * * * * * * * * * * * * * */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);


/**
 * global reset
 *
 * @section reset
 */

h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	color: #59564f;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	}	

h1 { margin: 0 0 30px; }

h2 { 
	margin: 0 0 20px;
	font-size: 24px;
	}

h3 { 
	margin: 0 0 35px;
	}

h4 { 
	margin: 0 0 30px;
	font-size: 20px;
	}

h5 { 
	margin: 0 0 5px;
	font-size: 16px;
	}		

p { 
	margin: 0 0 50px;
	font-size: 24px;
	line-height: 30px;
	}	

a,
a:focus {
	color: #1c1a19;
	text-decoration: none;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	outline: none;
	}
a:hover { 
	color: #000;
	text-decoration: none;
	}		
a:focus { 
	outline: none;
	text-decoration: none;
	}	

img { vertical-align: top; }

b, strong { font-weight: normal; }		

.btn.btn-default,
.btn.btn-default:focus,
.btn.btn-default:active { 
	margin: 0;
	padding: 0 15px;
	height: 54px;
	color: #fff;
	font: 22px 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 54px;
	border: 0;
	background: #b50000;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
	}
.btn.btn-default:hover { background: #d10404; }

.btn.color-black { background: #282b2e; }
.btn.color-black:hover { background: #000; }

.btn.b-s-m { min-width: 220px; }				      		

/**
 * body basic formatting
 *
 * font-size, main color, links (hover, visited etc.)
 *
 * @section basic formatting
 */

/* body
   ---------------------------------------- */
body {
	color: #848484;
	font: 24px 'Lato', sans-serif;
	font-weight: 700;
	line-height: 26px;
	background: #ebebeb;

	-webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
	}	

/* wrapper
   ---------------------------------------- */
.wrapper { min-width: 320px; }

/* header
   ---------------------------------------- */
.header { 
	position: relative;
	background: #282b2e;
	}

.logo { 
	float: left;
	margin: 0;
	padding: 20px 0;
	}

.logo a { 
	display: block;
	width: 287px;
	height: 50px;
	font: 0px/0 a;
	background: url(../img/bg/logo.png) 0 0 no-repeat;
	background-size: 287px 50px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.logo a { 
	background-image: url(../img/bg/logo_x2.png);
	}

}	

.main-navi { float: right; }

.main-navi-bt { 
	display: none;
	padding: 7px;
	border: 1px solid #b50000;
	cursor: pointer;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
	}

.main-navi-bt .fa { 
	vertical-align: top;
	color: #fff;
	font-size: 42px;
	line-height: 32px;
	cursor: pointer;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	}

.main-navi-bt:hover,
.main-navi.open .main-navi-bt { background: #b50000; }
.main-navi-bt:hover .fa,
.main-navi.open .main-navi-bt .fa { color: #fff; }	

.main-navi ul { 
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	vertical-align: top;
	}

.main-navi li { 
	float: left;
	margin: 0 0 0 40px;
	font-size: 20px;
	text-transform: uppercase;
	list-style-type: none;
	}
.main-navi li:first-child { margin: 0; }		

.main-navi a { 
	position: relative;
	display: block;
	padding: 0 10px;
	color: #fff;
	line-height: 90px;
	}
.main-navi a:before { 
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
	opacity: 0;
	background: #b50000;
	content: "";
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
	}

.main-navi a:hover:before,
.main-navi .selected a:before { opacity: 1; }		

.main-navi a:hover,
.main-navi .selected a { 
	color: #b50000;
	}

/* promo
   ---------------------------------------- */
.promo { 
	padding: 170px 0 260px;
	color: #fff;
	background: url(../img/bg/promo-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	}

.promo.second { background: url(../img/bg/promo2-bg.jpg) 50% 50% no-repeat; }	

.promo.third { background: url(../img/bg/promo3-bg.jpg) 50% 50% no-repeat; }

.promo.fourth { background: url(../img/bg/promo4-bg.jpg) 50% 50% no-repeat; }	

.promo small { 
	display: block;
	margin: 0 0 5px;
	font-size: 24px;
	}

.promo h2 { 
	margin: 0 0 50px;
	color: #fff;
	font-size: 48px;
	}

/* page
   ---------------------------------------- */
.page h2 { font-size: 36px; }

.white-bg { background: #fff; }	

.section { padding: 100px 0; }

.section .container { overflow: hidden; }

.info-list { 
	margin: 0 -30px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.info-list li { 
	display: inline-block;
	margin: 0 0 60px;
	padding: 0 30px;
	width: 33.333%;
	vertical-align: top;
	font-size: 18px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	} 

.info-list h3 { 
	margin: 0 0 20px;
	font-size: 22px;
	}

.info-list p { 
	margin: 0;
	font-size: 18px;
	}	

.info-list__icon { 
	display: inline-block;
	margin: 0 0 40px;
	width: 90px;
	height: 90px;
	vertical-align: top;
	}

.responsive { 
	background: url(../img/bg/responsive.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.responsive { 
	background-image: url(../img/bg/responsive_x2.png);
	}

}

.battle { 
	background: url(../img/bg/battle.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.battle { 
	background-image: url(../img/bg/battle_x2.png);
	}

}	

.gift { 
	background: url(../img/bg/gift.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.gift { 
	background-image: url(../img/bg/gift_x2.png);
	}

}

.community { 
	background: url(../img/bg/community.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.community { 
	background-image: url(../img/bg/community_x2.png);
	}

}

.plug_play { 
	background: url(../img/bg/plug_play.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.plug_play { 
	background-image: url(../img/bg/plug_play_x2.png);
	}

}	

.multilanguage { 
	background: url(../img/bg/multilanguage.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.multilanguage { 
	background-image: url(../img/bg/multilanguage_x2.png);
	}

}

.share { 
	background: url(../img/bg/share.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.share { 
	background-image: url(../img/bg/share_x2.png);
	}

}

.share { 
	background: url(../img/bg/share.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.share { 
	background-image: url(../img/bg/share_x2.png);
	}

}

.banner { 
	background: url(../img/bg/banner.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.banner { 
	background-image: url(../img/bg/banner_x2.png);
	}

}

.mitspieler { 
	background: url(../img/bg/mitspieler.png) 0 0 no-repeat;
	background-size: 90px 90px;
	}	

@media not all, only screen and (min-resolution: 144dpi), not all, (min-resolution: 144dppx) {

.mitspieler { 
	background-image: url(../img/bg/mitspieler_x2.png);
	}

}	

.info { 
	padding: 40px 0 55px;
	color: #fff;
	background: #6c685c;
	}

.info__in { 
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	}

.info__right-col { 
	float: right;
	}

.info__left-col { 
	padding: 0 370px 0 0;
	overflow: hidden;
	}

.info h2 { 
	margin: 0 0 40px;
	color: #fff;
	}

.info p { margin: 0; }

.info .btn { 
	position: absolute;
	right: 0;
	bottom: 0;
	}	

.marken { 
	margin: 0 -40px;
	padding: 40px 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	}

.marken li { 
	display: inline-block;
	padding: 0 40px;
	width: 16.666%;
	vertical-align: middle;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	list-style-type: none;
	}

.marken img { 
	width: 100%;
	opacity: 0.7;
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
	}

.marken a:hover img { opacity: 1; }

.paket-list { 
	display: inline-block;
	margin: 0 0 100px;
	padding: 50px 0 0;
	width: 100%;
	vertical-align: top;
	}

.paket-list > li { 
	float: left;
	width: 25%;
	list-style-type: none;
	}	

.paket { text-align: center; }	

.paket-list .paket { margin: 0 -1px; }	

.paket.featured { 
	position: relative;
	margin: -24px 0 0;
	z-index: 2px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3)
	}

.paket dt { 
	color: #fff;
	border: 1px solid #888e97;
	background: #ccd1d9;
	}

.paket.featured dt { border: 0; }	

.paket dt small { 
	display: block;
	font-size: 18px;
	line-height: 46px;
	border-bottom: 1px solid #d6dae1;
	background: #a3a7ae;
	}	

.paket.second dt small { 
	background: #888e97;
	border-color: #bbc1ca;
	}	

.paket.third dt small { 
	background: #7b797b;
	border-color: #7b797b;
	}	

.paket.featured dt small { 
	line-height: 70px;
	background: url(../img/bg/featured.png) -1px -1px no-repeat #7b797b;
	border-color: #7b797b;
	}	

.paket.fourth dt small { 
	background: #515760;
	border-color: #7f858d;
	}	

.paket dt span { 
	display: block;
	font-size: 36px;
	line-height: 120px;
	}

.paket.second dt span { background: #aab2bd; }

.paket.third dt span,
.paket.featured dt span { background: #59564f; }	

.paket.featured dt span { line-height: 122px; }	

.paket.fourth dt span { background: #616973; }

.paket ul { 
	margin: 0;
	padding: 0;
	border: 1px solid #e8e8e8;
	border-top: 0;
	}

.paket li { 
	padding: 15px 0;
	color: #59564f;
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
	background: #eee;
	}

.paket .big-indent { padding: 22px 15px; }	

.paket li:nth-last-child(2n+1) { background: #fff; }	

.paket .i { 
	color: #e74a4a;
	font-size: 22px;
	font-weight: 900;
	line-height: 20px;
	text-shadow: 0 1px 0 #a6a6a6;
	vertical-align: top;
	}	

.paket__btn { 
	display: inline-block;
	padding: 7px 15px 9px;
	vertical-align: top;
	color: #fff;
	line-height: 14px;
	background: #5a564f;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
	}	
.paket__btn:hover { 
	color: #fff;
	background: #43413e;
	}			

.faq-list { 
	margin: 0;
	padding: 0;
	}

.faq-list li { 
	padding: 30px 0 0;
	list-style-type: none;
	}
.faq-list li:first-child { padding: 0; }	

.faq-list h3 { 
	margin: 0;
	color: #222;
	font-size: 22px;
	}

.faq-list p { 
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	}	

.top-pos { display: none !important; }	

fieldset { margin: 0 0 10px; }
fieldset:last-child { 
	margin: 0;
	padding: 10px 0 0;
	}

form ul { 
	margin: -10px -5px 0;
	padding: 0;
	}

form li { 
	float: left;
	margin: 10px 0 0;
	padding: 0 5px;
	width: 50%;
	list-style-type: none;
	}		

.select { 
    margin: 0;
    padding: 0;
    width: 100%;
    height: 56px;
    background: url(../img/bg/select-arrow.png) no-repeat right center #fff;
    overflow: hidden;
    }  

.select select {
    margin: 0;
    padding: 0 60px 0 17px;
    width: 100%; 
    height: 56px;
    color: #afafaf;
	font: 16px 'Lato', sans-serif;
	font-weight: 700;
    border: 0;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    -o-appearance:none !important;
    }

input[type='text'],
input[type='email'],
input[type='password'] {
	margin: 0;
	padding: 0 20px;
	width: 100%;
	height: 56px;
	color: #afafaf;
	font: 16px 'Lato', sans-serif;
	font-weight: 700;
	vertical-align: top;
	border: 0;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
	}

input[type='text']:-webkit-autofill,
input[type='email']:-webkit-autofill,
input[type='password']:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #afafaf !important;
    color: #afafaf !important;
	}

input[type='text']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='password']::-moz-placeholder {
    color: #afafaf;
    opacity: 1;
    }
input[type='text']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder {
    color: #afafaf;
    opacity: 1;
    }	

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus { 
	background: #f7f7f7;
	}    

label.error { 
	display: block;
	padding: 10px 0 0;
	color: #b50000;
	font-size: 14px;
	}

input[type='text'].error,
input[type='email'].error,
input[type='password'].error,
textarea.error { 
	box-shadow: 0 0 0 1px #b50000 inset !important;
	}		

textarea {
 	margin: 0;
	padding: 15px 20px;
	width: 100%;
	height: 200px;
	color: #afafaf;
	font: 16px 'Lato', sans-serif;
	font-weight: 700;
	vertical-align: top;
	border: 0;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	overflow: auto;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
	}
textarea::-moz-placeholder {
    color: #afafaf;
    opacity: 1;
    }
textarea::-webkit-input-placeholder {
    color: #afafaf;
    opacity: 1;
    }

button[type='submit'] { 
	display: inline-block;
	margin: 0;
	padding: 0 25px;
	height: 52px;
	vertical-align: top;
	color: #fff;
	font: 16px 'Lato', sans-serif;
	font-weight: 700;
	border: 0;
	background: #b50000;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
	}
button[type='submit']:hover { background: #d30202; }	

.captcha { 
	width: 185px;
	height: 50px;
	overflow: hidden;
	}	

.captcha__in { margin: -12px 0 0 -1px; }

.max-w { 
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
	}    

.alert-danger,
.alert-success { font-size: 14px; }	

/* footer
   ---------------------------------------- */
.footer { 
	position: relative;
	padding: 25px 0;
	background: #6c685c;
	}	

.footer p { 
	margin: 0;
	color: #282b2e;
	font-size: 14px;
	line-height: 16px;
	}

.footer__list { 
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 30px;
	}

.footer__list li { 
	float: left;
	margin: 0 0 0 10px;
	list-style-type: none;
	}

.footer__list a { 
	display: block;
	width: 46px;
	height: 46px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #282b2e;
	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
	}
.footer__list a:hover { background: #000; }	

.footer__list span { display: none; }

.footer__list .fa { 
	vertical-align: top;
	line-height: 44px;
	}

.footer__list .to-top a { 
	font-size: 18px;
	background: #36393e;
	}	
.footer__list .to-top a:hover { background: #2d2e2e; }

@media only screen and (max-width: 1199px) { 
	
.main-navi li { 
	margin: 0 0 0 20px;
	font-size: 18px;
	}

.main-navi li a { padding: 0; }	

.paket-list { 
	margin: 0 0 50px;
	padding: 0;
	}

.paket li { font-size: 11px; }

.paket dt span { font-size: 24px; }

.paket dt small { font-size: 14px; }

p br { display: none; }

.marken { margin: 0 -20px; }

.marken li { padding: 0 20px; }

}

@media only screen and (max-width: 991px) {

.main-navi-bt { 
	position: absolute;
	display: inline-block;
	top: 21px;
	right: 15px;
	vertical-align: top;
	}	

.main-navi ul { 
	position: absolute;
	padding: 0 0 18px;
	display: none;
	width: 100%;
	top: 89px;
	left: 0;
	background: #282b2e;
	}

.main-navi.open ul { display: block; }

.main-navi li,
.main-navi li:first-child { 
	float: none;
	margin: 0 15px;
	padding: 7px 0;
	}

.main-navi li a { 
	padding: 15px;
	line-height: normal;
	border-top: 1px solid #b50000;
	border-bottom: 1px solid #b50000;
	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	}
.main-navi li a:before { display: none; }

.main-navi li a:hover,
.main-navi .selected a { 
	color: #fff;
	background: #b50000;
	}

.promo h2 { font-size: 40px; }

.section { padding: 50px 0; }

.page h2 { font-size: 30px; }

.info-list li { width: 50%; }

p { 
	font-size: 18px;
	line-height: 24px;
	}	

.info-list { margin: 0; }

.info-list p { font-size: 16px; }

.info__left-col { 
	padding: 0 0 80px;
	text-align: center;
	}

.info__right-col { 
	float: none;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	}

.info .btn { position: static; }

.paket-list > li { width: 50%; }

.paket.featured { margin: 0; }	

.paket.featured dt span { line-height: 98px; }

.marken { 
	margin: 0 -20px;
	padding: 0;
	}

.marken li { 
	padding: 15px 20px;
	width: 33.333%;
	}	

.footer p { padding: 0 100px 0 0; }	

.footer p br { display: none; }		

}

@media only screen and (max-width: 760px) {

.promo h2 { 
	margin: 0 0 30px;
	font-size: 30px;
	}

.promo h2 br { display: none; }	

.promo small { font-size: 18px; }

.promo { padding: 100px 0; }

.btn.btn-default, 
.btn.btn-default:focus, 
.btn.btn-default:active {
	height: 48px; 
	font-size: 18px;
	line-height: 48px;
	}

.faq-list h3 { margin: 0 0 15px; }		

.footer p { 
	padding: 0;
	width: 400px;
	}		

}

@media only screen and (max-width: 650px) { 

.page h2 { font-size: 24px; }

.page h2 br { display: none; }	

.info-list li { 
	padding: 0;
	width: 100%;
	}

form .text-right { text-align: center; }	

}

@media only screen and (max-width: 600px) { 

.paket-list { margin: 0 0 20px; }	

.paket-list > li { 
	margin: 0 0 30px;
	width: 100%;
	}

form li { width: 100%; }	

.footer p { width: 300px; }

}

@media only screen and (max-width: 480px) { 

.promo { padding: 50px 0; }	

.info-list li { margin: 0 0 30px; }

}

@media only screen and (max-width: 479px) {	

.logo { padding: 27.5px 0; }		

.logo a { 
	width: 200px;
	height: 35px;
	background-size: 200px 35px;
	}

.promo h2 { 
	font-size: 24px;
	line-height: 30px;
	}

.footer { padding: 60px 0 25px; }	

.footer__list { 
	right: 0;
	width: 100%;
	text-align: center;
	}

.footer__list li { 
	float: none;
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	}

.footer p { 
	width: 100%;
	text-align: center;
	}	

}						 		  						