/* CSS Document */


p {
	line-height: 1.5;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 32px;
}

@font-face {
   font-family:'Outfit';
   font-style: normal;
   font-weight: 600;
   src: local('Outfit-Bold'), local('Outfit-Bold'),
   url("../fonts/Outfit-Bold.woff2") format('woff2'),
   url("../fonts/Outfit-Bold.woff") format('woff'),
   url("../fonts/Outfit-Bold.ttf")format('tff')
}


@font-face {
   font-family:'Nunito';
   font-style: normal;
   font-weight: 400;
   src: local('Nunito-Regular'), local('Nunito-Regular'),
   url("../fonts/Nunito-Regular.woff2") format('woff2'),
   url("../fonts/Nunito-Regular.woff") format('woff'),
   url("../fonts/Nunito-Regular.ttf") format('tff')
}

.button {
	font-family: 'Nunito';
}


/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {
	
		h2 {
			font-size: 32px;
		}

		h3 {
			font-size: 24px;
		}

}

.bg-sparhandy {
	background: #9fcdd6;
}

.color-xiaomi13tpro-black 	{ background-color: #121118; }
.color-xiaomi13tpro-green   { background-color: #a0b7b1; }



/* Mainteaser Presale */

.mainteaser {
	position: relative;
}

.mainteaser-presale .content {
    height: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 650px auto;
    max-width: 100%;
    align-items: stretch;
	margin-bottom: 20px;
	justify-items: end;
}

.mainteaser-presale .image {
	position: relative;
	width: 88%;
}


.mainteaser-presale .image img {
    transform: translate(0%,0%);
    width: 100%;
	padding: 20px;
	
}

.mainteaser.hasstoerer .image .stoerer {
    position: absolute;
    width: 300px;
    height: 300px;
   left: 2%;
    top: 43%;
    animation: LoopSize 1s ease-in-out infinite;
	z-index: 99;
}

.mainteaser-presale .copy {
    display: flex;
    flex-flow: column;
   	padding: 20px 70px 70px 70px;
    position: relative;
    justify-content: center;
    max-height: 100%;
}


.mainteaser .superline {	
	max-width: max-content;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background: #fa702a;
    padding: 0.05em 0.4em;
    width: -moz-fit-content;
    width: fit-content;
	font-family: 'Nunito';
	margin-bottom: 10px;
}

.mainteaser .subline b {
	font-weight: 400;
	opacity: .5;
}

.mainteaser .highline {
    display: block;
    color: #fff;
    font-size: 64px;
	line-height: 1;
    text-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
	font-family: 'Outfit';
	margin-bottom: 15px;
}

.mainteaser .subline {
    display: block;
    font-size: 24px;
    color: #fff;
	font-family: 'Nunito';
}

.mainteaser .scrollr {
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	color: #fff713;
	transform: translateY(40px);
}

.mainteaser .scrollr svg {
	width: 100%;
	max-width: 42px;
	animation: MoveUpDown 1s ease-in-out infinite;
}



@keyframes MoveUpDown {
	0%, 100% {
		transform: translateY(-4px);
	}
	50% {
		transform: translateY(4px);
	}
}

.mainteaser .ico-scrollr {
	fill: #fff713;
}




/* MAX: 1024px
------------------------------- */
@media all and (max-width: 1024px) {
	
	.mainteaser.hasstoerer .image .stoerer {
		width: 250px;
		height: 250px;
		bottom: 0px;
	}

	.mainteaser-presale .copy {
		padding: 20px 40px 20px 50px;
	}
	
	.mainteaser-presale .copy:before {
		left: -9%;
		top: 50%;
	}
	
	.mainteaser .superline {
		font-size: 20px;
	}
	
	.mainteaser .highline {
		font-size: 42px;
	}
	
	.mainteaser .subline {
		font-size: 20px;
	}
	.mainteaser-presale .image img {
		width: 90%;
	}
	.mainteaser-presale .content {
		grid-template-columns: 520px auto;
	}
	
}





/* MAX: 768px
------------------------------- */
@media all and (max-width: 768px) {	

	.mainteaser-presale .content {
		display: grid;
		grid-template-columns: auto;
		justify-items: center;
	}
	
	.mainteaser.hasstoerer .image .stoerer {
		width: 300px;
		height: 180px;
		left: 2%;
		bottom: 0;
	}
	
	.mainteaser .highline {
		font-size: 32px;
	}

	.mainteaser .subline {
		display: block;
		font-size: 15px;
		color: #fff;
		margin: 10px auto 0;
	}
	
	.mainteaser-presale .copy:before {
		display: none;
	}
	
	.mainteaser .scrollr svg {
		margin: 0 auto;
	}
	
	.mainteaser-presale .copy {
		text-align: center;
	}
	
	.mainteaser .superline {
    	margin: 0 auto 15px;
		font-size: 15px;
	}

	
	.mainteaser-presale .image {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

/* MAX: 425px
------------------------------- */
@media all and (max-width: 450px) {	

	.mainteaser-presale .copy {
		padding: 40px 20px 60px 20px;
	}
	.mainteaser.hasstoerer .image .stoerer {
		width: 200px;
	}
	
}

/* --------------------------------------------
	Deal
-------------------------------------------- */

.deal {
	position: relative;
}

.owl-dots {
	display: none !important;
}


/* Deal - Device
------------------- */

.deal .device {
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.deal .device .background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 400%;
	background-repeat: no-repeat;
	background-position: 63% 40%;
	z-index: -1;
	filter: blur(32px);	
	transform: scale(1.2);
	background: #f4f4f4 !important;
	
}





/* Alter */

.deal .alert {
	position: absolute;
	width: 130px;
	height: 130px;
	top: -20px;
	right: 10px;
	border-radius: 50vh;
	background: #d42535;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-family:'Outfit';
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.2em;
}

.deal .alert span {
    font-size: 0.5em;
    vertical-align: 0.65em;
    margin-left: -0.35em;
}

.deal .alert::before {
	content: "\ea70";
	font-family: 'Sparhandy-Icons';
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	right: 0;
	border-radius: 50vh;
	background: #d42535;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #fff;
	text-align: center;
}



.deal .alert .price .pricecut {
	position: relative;
    font-size: 20px;
    width: fit-content;
	width: -moz-fit-content;
    margin: 0 auto;
	display: none;
}

.deal .alert .price .pricecut:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-52%, -40%) rotate(-15deg);
    height: 0.2em;
    width: 100%;
    background: rgba(20, 195, 181,0.85);
    border-radius: 2px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 10%);
}

.deal .alert .price .priceend {
	font-size: 32px;
    display: block;
    margin-top: 12px;
	color: #fff !important;
}

/* Teaser */

.deal .device .teaser {
	max-width: 60%;
	display: grid;
	grid-template-columns: 40px auto;
	align-items: center;
	grid-gap: 10px;
}

.deal .device .teaser .name {
	font-size: 24px;
	font-family: 'Outfit';
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1em;
}

.deal .device .teaser .name div {
	font-size: 18px;
}

/* Offer */

.deal .device .combi {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	max-width: 600px;
	margin: 20px auto;
}

/* */

.deal .device .combi .image  {
	overflow: hidden;
}

.deal .device .combi .image img {
	max-width: 140px;
}

/* */

.deal .device .details {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding-left: 60px;
}

.deal .device .details:before {
	content:"+";
	position: absolute;
	font-size: 80px;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
}

.deal .device .details .data {
font-family: 'Outfit';
	font-weight: 500;
	letter-spacing: 0.03em;
	display: flex;
}

.deal .device .details .data-gb {
	font-size: 48px;
	line-height: 1;
}

.deal .device .details .data-con {
	font-size: 16px;
	margin-left: 5px;
	margin-top: 10px;
	line-height: 1;
}

.deal .device .details p {
	margin: 0 0 0 0;
	text-align: center;
	line-height: 2em;
}

.deal .device .details.hide {
	display: none;
}

/* Deal - Offer
-------------------------------------------- */

.deal .offer {
	background: #fff;
}

/* Offertabs */

.offertabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.offertab {
	display: block;
	text-decoration: none;
	padding: 20px 20px 12px 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	transition: all ease .25s;
	color: #828282;
}

.offertab:hover {
	color: #282828;
}

.offertab:after {
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #eaeaeb;
	bottom: 0;
	left: 0;
	transition: all ease .25s;
}

.offertab.active {
	cursor: default;
	color: #282828;
}

.offertab.active:after {
	height: 4px;
	background: #14C3B5;
}


.offercontent.config {
	display: block;
}

.offercontent.tariff {
	display: none;
}

.offercontent,
.offerfooter {
	max-width: 375px;
	margin: 0 auto;
}



/* Colorsize */

.deal .offer .colorsize {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}



/* Colors */

.deal .offer .colors {
	padding-right: 20px;
	display: flex;
	justify-content: flex-end;
}

.deal .offer .colors ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	width: 100%;
}

.deal .offer .colors ul li {
	width: 32px;
	height: 32px;
	margin: 0 0 0 10px;
	border-radius: 50vh;
	border: 2px solid #eaeaeb;
	position: relative;
	cursor: pointer;
}

.deal .offer .colors ul li.active {	
	border: 2px solid #14C3B5;
}

.deal .offer .colors ul li.active:after {	
	content:"";
	border: 2px solid #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50vh;
	top: 0;
	left: 0;
}

/* Size */

.deal .offer .size {
	padding-left: 10px;
	border-left: 1px solid #eaeaeb;
}

.deal .offer .size .speichergroesse {
	border: 1px solid #14C3B5;
    color: #14C3B5;
    border-radius: 50vh;
	padding: 8px 20px 8px 40px;
}

.deal .offer .size span {
    margin: 0 2px;
    padding: 8px 10px 8px 10px;
    border: 1px solid #e6e6e6;
    color: #282828;
    border-radius: 50vh;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.deal .offer .size span.active {
    border: 1px solid #14C3B5;
    color: #14C3B5;
    padding: 8px 10px 8px 32px;
}



.deal .offer .size span.active:before {
    content: "\eaf2";
    font-size: 12px;
    font-family: 'Sparhandy-Icons';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/* MAX: 1024px
------------------------------- */
@media all and (max-width: 1024px) {
	.deal .device .details:before {
		left: 24px;
	}

	
}


/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {

	.deal .offer .colorsize {
		flex-flow: column;
	}
	
	.deal .offer .colors {
		padding-right: 0;
	}
	
	.deal .offer .colors ul li {
		margin: 0 5px;
	}
	
	.deal .offer .size {
		padding-left: 0;
		border-left: none;
		margin-top: 20px;
	}
	
	.deal .offer .size span {
		padding: 6px 12px 6px 32px;
		font-size: 14px;
	}
	
	
	.deal .offer .size span:before {
		left: 16px;
	}
	
	.deal .device .details {
		padding: 20px;
	}
	
	
}




/* How2 */

#page-how {
	margin: 20px auto;
}

.page-how2 {
	margin-top: 20px;
}

.how2 {
	display: grid;
	grid-template-columns: auto 33%;
	margin: 0 auto;
}

#page-howto .how2 {
	display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
}

#page-howto .how2 .action {
	padding: 40px;
}

.how2 .action {
	padding: 20px 40px;
}

.how2 .budsbild {
	padding: 0;
	background: #f5f5f5;
}

/* Action Steps */

.how2 .action-steps {
	background: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.how2 .action-steps h2 {
	font-size: 24px;
	font-family: 'Outfit';
	    text-transform: none;
}

.how2 .action-steps .steps {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 14px;
	counter-reset: countSteps;
	font-family: 'Nunito';
}

#page-howto .how2 .action-steps .steps {
	width: 90%;
}

#page-howto .cta {
	width: 60%;
	margin-top: 25px;
}

.how2 .action-steps .step {
	padding: 0 30px;
	position: relative;
	counter-increment: countSteps;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.how2 .action-steps .step:last-of-type {
	margin-bottom: 0;
}

.how2 .action-steps .step:before {
	content: counter(countSteps) ".";
	position: absolute;
	left: 0;
	top: 0;
	background: #fa702a;
	color: #fff;
	font-family: 'Outfit';
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
	text-align: center;
}


.how2 .action-steps .step a {
	font-weight: 600;
    color: #71bdce;
	text-decoration: underline;
}


/* Action Teaser */


.how2 .action-teaser .image img {
	max-width: 180px;
}

.how2 .action-teaser .copy {
	margin: 20px 0 0 0;
}


.how2 .action-teaser .copy h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.how2 .action-teaser .copy > span {
	display: block;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1em;
	font-size: 20px;
	padding-bottom: 6px;
}

.how2 .action-teaser .copy a {
	color: #fff;
}

#page-howto .how2 .action-teaser .copy p {
	line-height: 1.5;
	font-size:14px;
}


.how2 .action-teaser {
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.example .col {
	font-weight: 700;
	color: #d42536;
}

 .example .priceend {
		justify-items: center;
		font-weight: 500;
		letter-spacing: 0.02em;
		font-size: 24px;
		margin-top: 10px;
		color: #d42536;
	}

.button {
	font-size: 16px;
}


/* MAX: 960px
------------------------------- */
@media all and (max-width: 960px) {

	.how2 .action {
		padding: 50px;
	}
	
	.how2 {
		display: grid;
		grid-template-columns: 1fr;

	}

}

/* MAX: 768px
------------------------------- */
@media all and (max-width: 768px) {
	
	
	.how2 .action-teaser .image {
    margin-bottom: 20px;
}

	#page-howto .cta {
		width: auto;
	}
	
	#page-howto .how2 .action {
		padding: 30px;
	}
	
	#page-howto .how2 .action-steps .steps {
		width: auto;
	}
			.how2 .action {
		padding: 30px;
	}
	.how2 .action.budsbild {
		padding: 20px;
	}
	

	
}
 


/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {
	
	.how2 {
		margin: 0;
	}
	
}

/* MAX: 450px
------------------------------- */
@media all and (max-width: 450px) {
	
	.how2 .action-steps h2 {
		font-size: 24px;
	}
	
}

@media only screen and (min-width: 1200px) {
	
	.button {
    font-size: 16px !important;
}

	
}




/* ------------------------------------------------------
	AREA-ACTION
------------------------------------------------------ */

.area-action {
	padding: 10px;
	border: 1px solid #eaeaeb;
	display: grid;
	grid-template-columns: 75px auto;
	align-items: center;
	margin: 10px 0 20px;
}

.area-action > span {
    font-size: 12px;
    color: #828282;
    display: block;
    padding: 0 4px;
}

.area-action .copy {
	font-size: 12px;
}

.area-action .copy .inactive {
	display: grid;
    grid-template-columns: 80px auto;
	grid-gap: 10px;
	align-items: center;
}

.area-action .copy .inactive img {
	width: 80px;
	height: auto;
}

.area-action .copy .active {
	display: grid;
    grid-template-columns: 80px auto;
	grid-gap: 10px;
	align-items: center;
}

.area-action .copy .active img {
	width: 80px;
	height: auto;
}

.area-action .copy .extra {
   font-family: 'Outfit';
    font-weight: 500;
    font-size: 14px;

}

.area-action .copy .extra span {
font-family: 'Nunito';
    font-size: 12px;
}


/* ------------------------------------------------------
	Switch
------------------------------------------------------ */


.deal .switch {
	transition: all ease .25s;
}

.deal .switch:hover {
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}

/* Copy */

.deal .switch .copy {
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
    padding: 0 0 0 30px;
    font-size: 12px;
}



.deal .switch .copy span {
	display: block;
	font-weight: 600;
	font-size: 12px;
}

.deal .switch .copy span .extra {
	font-size: 12px;
	font-weight: 400;
}

.deal .switch .copy .under-18 {
	display: none;
}

.deal .switch.active .copy .under-18 {
	display: block;
}

.deal .switch.active .copy .over-18 {
	display: none;
}

.deal .switch .copy .over-18 {
	display: block;
}





/* Toggle */

.deal .switch .switch-toggle {
	display: grid;
	grid-template-columns: 20px 60px auto;
	grid-gap: 15px;
	cursor: pointer;
	padding: 16px 20px;
}

.deal .switch .switch-input {
	display: none;
}

.deal .switch .switch-check .check {
	display: block;
	position: relative;
	line-height: 1;
	font-size: 18px;	
	opacity: 1;
	z-index: 100;
	width: 20px;
	height: 20px;
	border: 2px solid #828282;
	border-radius: 2px;
	top: 50%;
	transform: translateY(-50%);
	
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.deal .switch .switch-input:checked ~ .check {
	background: #d42535;
	border: 2px solid #d42535;
}

.deal .switch .switch-input:checked ~ .check:before {
	content:"\eaf2";
	font-family: 'Sparhandy-Icons';
	position: absolute;
	color: #fff;
	font-size: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.deal .switch .image {
	display: flex;
    justify-content: center;
    align-items: center;
}


/* Goodies */

.deal .goodies {
	width: 100%;
	display: grid;
	grid-gap: 4px;
	margin-top: 4px;
	grid-template-columns: 1fr;
}

.deal .goodies > span {
	font-size: 12px;
	color: #828282;
	display: block;
	padding: 0 4px;
}

.deal .goodies .goodie {
	border: 1px solid #eaeaeb;
	display: grid;
	grid-template-columns: 20px auto;
	grid-gap: 20px;
	padding: 16px 20px;
	border: 1px solid #eaeaeb;
}

.deal .goodies .goodie .check {
	display: block;
	position: relative;
	line-height: 1;
	font-size: 18px;	
	opacity: 1;
	z-index: 100;
	width: 20px;
	height: 20px;
	background: #eaeaeb;
	border-radius: 2px;
	top: 50%;
	transform: translateY(-50%);

}

.deal .goodies .goodie .check:before {
	content:"\eaf2";
	font-family: 'Sparhandy-Icons';
	position: absolute;
	color: #fff;
	font-size: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.deal .goodies .goodie .copy {
	font-weight: 600;
	font-size: 14px;
}

.deal .goodies .goodie .copy .extra {
	display: block;
	font-size: 12px;
	font-weight: 400;
}


/* Specials */

.deal .specials {
	width: 100%;
	display: grid;
	grid-gap: 4px;
	margin-top: 4px;
	grid-template-columns: 1fr;
	position: relative;
}

.deal .specials > span {
	font-size: 12px;
	color: #828282;
	display: block;
	padding: 0 4px;
	font-family: 'Nunito';
}

.deal .specials .special {
	border: 1px solid #eaeaeb;
	display: grid;
	grid-template-columns: 60px auto;
	grid-gap: 20px;
	padding: 16px 20px;
	border: 1px solid #eaeaeb;
	align-items: center;
}

.deal .specials .special .image img {
	width: 75px;
}


.deal .specials .copy {
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative;
    padding: 0 0 0 30px;
    font-size: 12px;
	font-weight: 600;
	font-family: 'Outfit';
}



.deal .specials .special .copy .extra {
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Nunito';
	margin-top: 5px;
}


/* Infolinks */

.deal .stock {
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	color: #4cc448;
	font-family: 'Nunito';
}

/* Infolinks */

.deal .links {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	font-family: 'Nunito';
}

.deal .links a {
	font-size: 12px;
	margin: 0 10px;
}


/* Pricing */

.deal .pricing {
	margin-top: 20px;
}

.deal .pricing .prices {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	justify-items: center;
	font-family: 'Outfit';
	font-weight: 500;
	letter-spacing: 0.02em;
	font-size: 14px;
}

.deal .pricing .price {
	display: flex;
	align-items: baseline;
	line-height: 20px;
}

.deal .pricing .pricecut {
	position: relative;
	font-size: 20px;
	margin-right: 10px;
	display: none;
}

.deal .pricing .pricecut:after {
	content:"";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-52%, -40%) rotate(-15deg);
	height: 0.2em;
	width: 100%;
	background: rgba(213,28,45,0.85);
	border-radius: 2px;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.1);
}

.deal .pricing .pricecut .cents {
	font-size: 0.5em;
	vertical-align: 0.75em;
	margin-left: -0.35em;
}

.deal .pricing .priceend {
	position: relative;
	font-size: 32px;
}

.deal .pricing .priceend .cents {
	font-size: 0.5em;
	vertical-align: 0.65em;
	margin-left: -0.35em;
}

.deal .pricing .price-ag {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	color: #828282;
	font-family: 'Nunito';
}

/* CTA */

.deal .cta {
	padding: 20px 0 20px 0;
}

.deal .cta .button {
	font-size: 16px;
}


 .all {
    text-align: center;
	     padding-bottom: 20px;
}

 .all a {
	color: #d42535;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

 .all .allcta {
font-family: 'Nunito';
}




/* Tariff Highlights */

.deal .highlights {
	padding: 40px 20px;
	line-height: 1.2em;
	height: 320px;
}

.deal .highlights ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.deal .highlights ul li {
	font-size: 16px;
	font-weight: 600;
	color: #282828;
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}

.deal .highlights ul li span {
	font-size: 16px;
	font-weight: 400;
	color: #828282;
	display: block;
}

.deal .highlights ul li:before {
	content:"\eaf2";
	font-family: 'Sparhandy-Icons';
	position: absolute;
	left: 0;
	top: 0;
}

.deal .highlights ul li:last-of-type {
	margin-bottom: 0;
}


/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {
	
	.deal .switch .switch-toggle {
		grid-template-columns: 30% auto;
	}
	
	.deal .switch .switch-toggle .image {
		grid-column: 1 / 2;
	}
	
	.deal .switch .switch-toggle .copy {
		grid-column: 2 / 3;
	}

	.deal .pricing .prices {
		grid-gap: 10px;
		grid-template-columns: auto auto;
	}
	
}





/* --------------------------------------------
	Deal Grids
-------------------------------------------- */

.page-deals {
	margin-top: 40px;
}

.tmpl-D2-T1-M1 {
	display: flex;
	grid-template-columns: 1fr;
	grid-gap: 40px;
}

.tmpl-D3-T1-M1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}


/* MAX: 1024px
------------------------------- */
@media all and (max-width: 1024px) {

	.tmpl-D2-T1-M1 .deal .device {
		
		padding: 40px 20px 20px;
	}

}

/* MAX: 960px
------------------------------- */
@media all and (max-width: 960px) {

	.tmpl-D2-T1-M1,
	.tmpl-D3-T1-M1 {
		grid-template-columns: 1fr;
		grid-gap: 20px;
		padding: 0 40px;
		display: grid;
	}
}


/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {

	.page-deals {
		margin-top: 0;
	}
	
	.tmpl-D2-T1-M1,
	.tmpl-D3-T1-M1 {
		padding: 0;
	}
}




/* ------------------------------------------------------
	Template Hacks
------------------------------------------------------ */

.tmpl-D2-T1-M1 .offercontent,
.tmpl-D2-T1-M1 .offerfooter {
	max-width: 470px;
	margin: 0 auto;
}

#deal-Xiaomi13tproMobileMPromo .offerfooter {
	min-height: 404px;
}

.tmpl-D2-T1-M1 .deal .device {
	padding: 40px 40px 20px 40px;
}

.tmpl-D2-T1-M1 .deal .device .combi .image img {
	max-width: 240px;
}

.tmpl-D2-T1-M1 .deal .device .details .data {
	transform: scale(1.5);
	margin-bottom: 20px;
}


/* MAX: 960px
------------------------------- */
@media all and (max-width: 960px) {
	
#deal-Xiaomi13tproMobileMPromo .offerfooter {
	min-height: unset;
}
	
}


/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {

	
	.tmpl-D2-T1-M1 .deal .device .details .data {
		transform: scale(1);
		margin-bottom: 0;
	}
	
	.tmpl-D2-T1-M1 .deal .device {
		padding: 20px;
	}
	
	.tmpl-D2-T1-M1 .deal .device .combi .image img {
		max-width: 140px;
	}
		
	
	/* Alter */

	.deal .alert {
		top: -10px;
		width: 90px;
		height: 90px;
		font-size: 12px;
		font-family: 'Outfit';
	}

	.deal .alert::before {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}
	
	.deal .alert .price .pricecut {
		font-size: 12px;
	}
	
	.deal .alert .price .priceend {
		font-size: 26px;
		margin-top: 6px;
	}
	
	/* Teaser  */
	
	.deal .device .teaser {
		max-width: 70%;
	}
	
	.deal .device .teaser .name {
		font-size: 20px;
	}

	.deal .device .teaser .name div {
		font-size: 16px;
	}
	
	/* Combi  */
	
	.deal .device .details::before {
		font-size: 40px;
		left: -5px;
	}
	
	/* Offer  */
	
	.offercontent,
	.offerfooter {
		padding: 0 20px;
	}
	
	.offertab {
		padding: 20px 10px 12px 10px;
	}
	
}


/* --------------------------------------------
Footer
-------------------------------------------- */

.page-footerneu {
	margin-top: 20px;
}

.footerneu {
	background: #fff;
	padding: 0 40px;
}

/* Footerinfos */

.footerneu .footerinfos {
	padding: 40px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
	text-align: center;
}

.footerneu .footerinfo {
	display: flex;
	flex-flow: column;
	align-content: center;
	align-items: center;
}

.footerneu .footerinfo .headline {
	font-size: 14px;
	font-weight: 600;
}

/* */

.footerneu .delivery {}

.footerneu .delivery .image {
	overflow: hidden;
	width: 56px;
	border-radius: 4px;
	background: #fecc00;
	padding: 4px;
	margin: 20px 0;
}

.footerneu .delivery small {
	font-size: 10px;
}

/* */

.footerneu .payment {}

.footerneu .payment ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footerneu .payment ul li {
	margin: 0 5px;
	padding: 4px 8px;
	width: 56px;
	border-radius: 4px;
	border: 1px solid #eaeaeb;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	height: 32px;
}

.footerneu .payment ul li img {
	max-height: 20px;
	width: auto;
	max-width: 100%;
}

/* */

.footerneu .trust {}

.footerneu .image {
	display: block;
	text-decoration: none;
	width: 100px;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #eaeaeb;
	margin: 20px 0 0 0;
}



/* MAX: 960px
------------------------------- */
@media all and (max-width: 960px) {
	
	.footerneu .footerinfos {
		grid-gap: 20px;
	}
		
	.footerneu .payment ul {
		flex-flow: row wrap;
	}
	
	.footerneu .payment ul li {
		margin: 5px;
	}
	
}


/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {
	
	.footerneu .footerinfos {
		grid-template-columns: 1fr;
		grid-gap: 0;
		padding: 0 20px;
	}
	
	.footerneu .footerinfo {
		padding: 20px 0;
		border-bottom: 1px solid #eaeaeb;
	}
	
	.footerneu .payment ul li {
		margin: 2px;
	}
	.deal .device .details::before {
		left: 10px;
	}	
	
}


/* Footnotes */

.footnotes {
	padding: 20px 0;
	background: #fff;
	font-size: 12px;
	line-height: 1.5em;
	border-top: 1px solid #eaeaeb;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.toggle-footnotes {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #828282;
	border-radius: 50vh;
	cursor: pointer;
	transition: all ease .25s;
	text-align: center;
}

.toggle-footnotes:hover {
	border: 1px solid #282828;
}

.footnotes .content {
	padding: 20px 0;
	display: none;
}

.footnotes .content p:last-of-type {
	margin-bottom: 0;
}


/* MAX: 960px
------------------------------- */
@media all and (max-width: 960px) {

	.footnotes .content {
		padding: 0;
	}

}

/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {

	.toggle-footnotes {
		display: block;		
	}

}






/* --------------------------------------------
Footerlinks
-------------------------------------------- */

.page-footerlinks {}

.footerlinks {
	background: #282828;
	padding: 20px 40px;
}

.footerlinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.footerlinks ul li {
	margin: 0 10px;
}

.footerlinks ul li a {
	color: #eaeaeb;
	font-size: 12px;
	text-decoration: none;
}




/* ------------------------------------------------------
	Popup Tariff
------------------------------------------------------ */

.popup-tariff {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 9999;
	overflow:scroll;
	padding: 40px 0;
}

.popup-tariff-content {
	position: absolute;
	width: 100%;
	max-width: 480px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 200;
	border-radius: 4px;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.5);
	padding: 20px;
	text-align: left;
	z-index: 9999;
}



/* Exit */

.popup-tariff .exit {
	position: fixed;
	right: -16px;
	top: -16px;
	width: 40px;
	height: 40px;
	border-radius: 50vh;
	background: #fff713;
	cursor: pointer;
	flex-flow: column;
	justify-content: center;
	z-index: 9999;
	display: flex;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}

.popup-tariff .exitbar {
	height: 4px;
	width: 24px;
	border-radius: 50vh;
	background: #000;
	margin: 0 auto;
}

.popup-tariff .exit .exitbar:first-of-type {
	transform: rotate(45deg) translate(1px,1px);
}

.popup-tariff .exit .exitbar:last-of-type {
	transform: rotate(-45deg) translate(1px,-2px);
}

/* Popup Header */

.popup-header {
	padding: 20px;
	text-align: center;
}

.popup-header h4 {
	font-size: 32px;
}

.popup-header p {
	margin: 0;
	font-size: 16px;
	color: #282828;
}

/* Popup Hint */

.popup-hint {
	margin: 0;
	padding: 20px;
	background: #f2f9ff;
	border: 1px solid #e4f2fe;
	color: #2196f3;
	font-size: 12px;
	line-height: 1.5em;
}

.popup-hint span {
	display: block;
	font-weight: 600;
}


/* Popup Accordion */


.popup-accordion {
	font-size: 14px;
}

.popup-accordion .acc-item {
	margin-top: 10px;
	border: 1px solid #f5f5f5;
}

.popup-accordion .acc-tab {
	padding: 16px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	color: #000;
}

.popup-accordion .acc-tab.active {
	border-bottom: 1px solid #f5f5f5;
}

.popup-accordion .acc-content {
	display: none;
	padding: 16px 20px;
	max-height: 300px;
	overflow-y: scroll;
	color: #282828;
}

.popup-accordion .popup-footnotes p {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}


.details-table {}

.details-table tr {}

.details-table tr td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.details-table tr td:first-of-type {
	font-weight: 600;
	padding-right: 10px;
}

.details-table tr:first-of-type td {
	padding-top: 0;
}

.details-table tr:last-of-type td {
	padding-bottom: 15px;
}

.details-table .hint-text {
	font-size: 10px;
	display: block;
}



/* MAX: 680px
------------------------------- */
@media all and (max-width: 680px) {

	.popup-tariff {
		position: fixed;
		width: calc(100% - 20px);
		max-width: 480px;
		left: 10px;
		top: 10px;
		transform: translateX(0);
		background: #fff;
		z-index: 9999;
		border-radius: 4px;
		box-shadow: 0 0 24px 0 rgba(0,0,0,0.5);
		padding: 20px;
		text-align: left;
		height: calc(100vh - 20px);
		overflow-y: scroll;
	}
	
	.popup-tariff .exit {
		right: 10px;
		top: 10px;
	}

}

.case {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;	
}

.deal .offer .size .case128 {
	padding: 8px 10px 8px 30px;
	color: grey;
	border: 1px solid grey;
	border-radius:50vH;
	opacity: 0.3;
}

.deal .offer .size .case128:before {
	content: none;
}

.hide {
	display: none;
}






/* Accordion */

.copy.faq {
	background:#000;
	color:#fff;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	margin: 20px 0;
	font-weight: 600;
}

.copy.faq#configurator {
	position: relative;
	top: 40px;
	padding: 15px 25px;
	font-size: 18px;
}

.page-seo {
	background: #ffffff;
}

.page-seo .seo {
	color: #000000;
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
}

.page-seo .seo .seo-item {
		color: #000000;
		padding: 10px 20px 10px;
		max-width: 860px;
		text-align: left;
		border-bottom: 1px dotted #8b94bc;
		line-height: 1.4em;
}

.page-seo .seo .seo-item:last-of-type {
			border-bottom: none;
}

.page-seo .seo .seo-item .headline {
			font-family: 'Outfit';
			font-size: 24px;
			letter-spacing: 0.02em;
			font-weight: 500;
			margin-bottom: 15px;
			justify-content: center;
			line-height: normal;		
			padding: 0 0 10px 13px;
}

.accordion {
	max-width: 840px;
	margin: 0 auto;
}

.accordion .item {
	background: #fff;
	overflow: hidden;
	border-top: 1px solid #eaeaeb;
}

.accordion .item:last-of-type {
	border-bottom: 1px solid #eaeaeb;
}

.accordion .seo-item {
	margin-top: 30px;
}

.accordion .area-info-item {
	margin-top: 20px;
	justify-content: center;
}

.accordion .text#info-text {
	font-size: 14px;
	font-weight: 300;
	padding: 15px 5px 5px;
	hyphens: auto;
}

.accordion .text#info-text p {
	text-align: center;
	margin-top: 0;
	hyphens: auto;
	font-size: 14px;
}

.accordion .header {
	position: relative;
	cursor: pointer;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}

.accordion .header span {
	display: block;
	width: calc(100% - 40px);
font-family: 'Outfit';
	
}

.accordion .header i {
	transition: transform ease .25s;
}

.accordion .header.active i {
	transform: rotate(180deg);
}


.accordion .text {
	display: none;
	padding: 0 20px 20px;
	line-height: 1.5em;
	font-size: 14px;
	hyphens: auto;
}



.accordion .text li:first-of-type {
	margin-top: 20px;
}


/* Min: 680px
------------------------------- */
@media all and (min-width: 680px) {
	
	
	.accordion .text {
		padding: 0 50px 20px 20px;
		font-size: 16px;
	}
	
	.copy.faq {
	font-size: 20px;
	}
	
	.accordion .text#info-text p {
		font-size: 14px;
	}

	
}

/* MIN: 960px
------------------------------- */
@media (min-width: 960px) {
	
	.accordion .text#info-text p {
		text-align: left;
		hyphens: unset;
	}
	
	.accordion .text {
		hyphens: none;
	}
}



/* MIN: 1024px
------------------------------- */
@media (min-width: 1024px) {
	
	.page-seo .seo .seo-item {
		line-height: 1.6em;
	}
	
	.accordion .text {
		font-size: 18px;
	}
	
	.accordion .text#info-text {
		padding: 0 20px 20px 20px;
	}
	
	.copy.faq#configurator {
		padding: 15px;
		font-size:20px;
	}
}




/* Min: 1400px
------------------------------- */
@media all and (min-width: 1400px) {

	.accordion {
		max-width: 1024px;
	}

}

