@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*------------------------------- RESET ----------------------------------------*/

body *{
	box-sizing: border-box;
}

body{
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.overlay{
	overflow: hidden;
	position: fixed;
}


html,body {
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

/*------------------------------- HEADER ----------------------------------------*/

header{
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 117px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	z-index: 200;
}

header .headerWrapper{
	display: flex;
	height: 100%;
	margin: auto;
	position: relative;
	width: 1343px;
}

header .headerWrapper > div{
	flex-grow: 0;
}

header .headerWrapper .logo {
	background-repeat:  no-repeat;
	background-position: left top;
	background-size: 194px 65px;
	height: 65px;
	margin: auto 0;
	width: 194px;
	flex-grow: 1;
	transition: all 0.3s ease-in-out;
}

header .headerWrapper .logo a{
	background-repeat: inherit;
	background-size: auto 100%;
	display: block;
	height: 100%;
	width: auto;
}

header .socials{
	height: auto;
	margin: auto;
}

header .donate{
	display: flex;
	position: relative;
	text-align: right;
	transition: opacity 0.3s ease-in-out 0.3s, margin ease-in-out 0.3s, width ease-in-out 0.3s;
	width: auto;
	margin-right: 20px;
}

header .donate .button {
	font-size: 20px;
	font-weight: 600;
	padding-top: 18px;
}

section{
	display: flex;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease-in-out;
}

section .productsHolder{
	position: relative;
	max-width: 1343px;
	width: 100%;
	display: flex;
	justify-content: center;
}

section .productsHolder > .br{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	width: 100%;
}

section .productsHolder .header{
	color: #fff;
	display: inline-block;
	left: 125px;
	margin: 60px 0 30px;
	position: relative;
	width: 480px;
	transition: all ease-in-out 0.3s;
}

section .productsHolder .header h3{
	font-size: 55px;
	font-weight: 600;
	line-height: 63px;
	margin: 0 0 15px;
	transition: all 0.3s ease-in-out 0s;
}

section .productsHolder .header p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-align: justify;
	transition: all 0.3s ease-in-out 0s;
}

section .productsHolder .shop{
	background: #fff none repeat scroll 0 0;
	margin: 0 0 35px;
	position: relative;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	width: calc(100% - 210px);
}

section .productsHolder .products{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	max-width: 1135px;
}

section .productsHolder .products .product{
	border-radius: 10px;
	box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.04);
	margin: 0 15px 15px 15px;
	padding: 1rem;
	display: flex;
	cursor: pointer;
	min-width: 180px;
	flex-direction: column;
	position: relative;
	flex: 1;
	word-break: break-word;
	align-content: center;
	justify-content: center;
}

section .productsHolder .products .product.selected{
	border: 5px solid #eb003c;
}

section .productsHolder .products .product.active{
	background: linear-gradient(27deg, #fffafa -17%, #eecece 121%);
}

section .productsHolder .products .product .br{
	margin: 10px auto 0;
	opacity: 1;
	transition: height 0.3s ease-in-out 0.3s, margin 0.3s ease-in-out 0.3s;
}

section .productsHolder .products .product.active .br{
	transition: all ease-in-out 0.3s;
}

section .productsHolder .products .product .br .norm{
	display: inline-block;
	height: 80px;
	margin: 0 auto;
	width: 95px;
	transition: background-size 0.5s ease-in-out 0.3s;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

section .productsHolder .products .product.active .br .norm,
section .productsHolder .products .product .br .norm{
	opacity: 1;
}

section .productsHolder .products .product .select{
	height: 0;
	opacity: 0;
	text-align: center;

	transition: height 0.3s ease-in-out 0.3s, opacity ease-in-out 0.3s
}

section .productsHolder .products .product.active .select{
	opacity: 1;
	transition: height ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}

section .productsHolder .products .product .select p{
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #eb003c;
	border-radius: 100%;
	height: 40px;
	width: 40px;
	top: -20px;
	right: -20px;
	font-size: 24px;
	margin: auto;
	transition: all ease-in-out 0.3s;
}

section .productsHolder .products .product p.title{
	color: #232121;
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	margin: 10px 5px 0;
	text-align: center;
	transition: margin 0.3s ease-in-out 0.3s, color 0.3s ease-in-out 0s;
}

section .productsHolder .products .product.active p.title{
	color: #232121;
	transition: all ease-in-out 0.3s;
}

section .productsHolder .products .detailBox{
	background-color: #ffffff;
	border: 1px solid #232121;
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	margin: 7px 0 25px;
	width: 100%;
	padding: 20px 30px;
	height: auto;
	display: block;
	transition: opacity ease-in-out 0.1s, height ease-in-out 0.3s, margin ease-in-out 0.3s, padding ease-in-out 0.3s, border-width ease-in-out 0.3s;
}


section .productsHolder .products .detailBox .detailWrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0.3s;
}

section .productsHolder .products .detailBox .close{
	background: #fff none repeat scroll 0 0;
	border: 3px solid #979797;
	border-radius: 50%;
	height: 28px;
	transform: translate(12px, -12px);
	width: 28px;
	cursor: pointer;
	transition: all 0.5s ease-in-out 0.3s;
}

section .productsHolder .products .detailBox .close span{
	background: rgba(0, 0, 0, 0) url("../css/images/close.png") no-repeat scroll center center / 13px 13px;
	display: block;
	height: 100%;
	margin: auto;
	width: 100%;
}

section .productsHolder .products .detailBox .title{
	color: #eb003c;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	transition: all ease-in-out 0.3s;
}

section .productsHolder .products .detailBox .description{
	font-size: 20px;
	font-weight: 200;
	line-height: 22px;
	text-align: center;
	margin: 15px 0;
	transition: all ease-in-out 0.3s;
}

section .productsHolder .payment{
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 0;
	/*opacity: 0;*/
	background-color: #fff2f2;
	visibility: hidden;
	overflow: hidden;
	transition: height 0.3s ease-in-out 0.3s, margin  0.3s ease-in-out 0.3s, opacity ease-in-out 0.3s;
}

section .productsHolder .payment.active{
	visibility: visible;
	height: 70px;
	margin-bottom: 40px;
	opacity: 1;
	transition: height ease-in-out 0.3s, margin ease-in-out 0.3s, opacity 0.3s ease-in-out 0.3s;
}


section .productsHolder .payment > div{
	transition: all ease-in-out 0.3s;
	opacity: 0;
	width: 30%;
	visibility: hidden;
}

section .productsHolder .payment.active > div{
	visibility: visible;
	opacity: 1;
	flex-grow: 0;
}

section .productsHolder .payment > div.button {
	flex-grow: 1;
	min-width: 360px;
}

section .productsHolder .products .detailBox .detailWrapper .detailBoxImage {
	max-height: 250px;
	margin-top: 20px;
	margin-bottom: 5px;
}


.button{
	background: #eb003c;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	padding: 15px 20px;
	margin: auto 0;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}

.button.inCart{
	min-width: 361px;
	padding: 10px 0;
	width: 100%;
	max-width: 300px;
	text-align: center;
}

.button.cart{
	margin-top: 5px;
	transition: all ease-in-out 0.3s;
}

.button.cart p{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 12px 36px 12px 46px;
	text-align: center;
	transition: all ease-in-out 0.3s;
}

.button.cart p span{
	background: rgba(0, 0, 0, 0) url("../css/images/arrow.png") no-repeat scroll center center / 14px auto;
	display: block;
	height: auto;
	margin-left: 10px;
	width: 20px;
	transition: all ease-in-out 0.3s;
}

.button p{
	margin: 0;
	text-align: center;
}

footer{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin: 0 auto;
	width: 1343px;
}

footer > div{
	display: flex;
	margin: 20px;
	flex-grow: 1;
}

footer > div a{
	color: #ab0b0b;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}

footer > div a p{
	margin: auto 0;
	max-width: 175px;
}

footer > div.info.trucker a p{
	margin: auto 0;
	max-width: 160px;
}

footer .info a{
	text-align: left;
}

footer > div .icon{
	display: block;
	height: 100%;
	max-width: 35px;
	width: 46px;
	margin: auto;

}

footer .johanniter .icon{
	background: rgba(0, 0, 0, 0) url("../css/images/johanniter_logo_only.png") no-repeat scroll center center / contain;
	margin-right: 20px;
}

footer .info .icon{
	background: rgba(0, 0, 0, 0) url("../css/images/info_icon.png") no-repeat scroll center center / contain;
	margin-right: 20px;
}

footer .spendensiegel{
	display: flex;
	flex-grow: 0;
	justify-self: flex-end;
	margin: auto 20px;
}

footer .spendensiegel .icon{
	background: rgba(0, 0, 0, 0) url("../css/images/dzl_siegel.jpg") no-repeat scroll center center / contain;
	float: right;
	height: 46px;
	width: 46px;
}

.loader.active{
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	min-height: 50px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
}

.loader.active span{
	margin: auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 3px solid rgba(177, 44, 44, 0.5);
	border-right: 3px solid rgba(177, 44, 44, 0.5);
	border-bottom: 3px solid rgba(177, 44, 44, 0.5);
	border-left: 3px solid rgba(177, 44, 44, 1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	/*transform: translateZ(0);*/
	transform: translate(-50%, -50%);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

section .success:before {
	background-color: rgba(0,0,0,0.5);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}
section .success {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

section .success h4 {
	color: white;
	text-align: center;
	display: block;
	font-size: 80px;
	font-weight: 500;
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
	z-index: 3;
	transition: all ease-in-out 0.3s;
}

section .success .content {
	width: 80%;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 3;
	transition: all ease-in-out 0.3s;
}

section .success .content .socialsWrapper {
	flex: 1;
	margin-right: 25px;
}

section .success .content .socialsWrapper p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	transition: all ease-in-out 0.3s;
}

section .success .content .socialsWrapper .socials {
	display: flex;
	margin-top: 45px;
	margin-bottom: 60px;
}

section .success .content .socialsWrapper .socials a {
	flex: 1;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all ease-in-out 0.3s;
}

section .success .content .socialsWrapper .socials .facebook {
	background-image: url("../css/images/socialmedia/facebook.png");
}

section .success .content .socialsWrapper .socials .twitter {
	background-image: url("../css/images/socialmedia/twitter.png");
}

section .success .content .socialsWrapper .socials .mail {
	background-image: url("../css/images/socialmedia/mail.png");
	background-size: auto 40px;
}

section .success .content .socialsWrapper .socials .pinterest {
	background-image: url("../css/images/socialmedia/pinterest.png");
}

section .success .content .socialsWrapper .socials .instagram {
	background-image: url("../css/images/socialmedia/instagram.png");
}

section .success .content .text {
	flex: 1;
	margin-left: 25px;
	margin-bottom: 80px;
}

section .success .content .text .box {
	padding: 60px;
	border-radius: 20px;
	background-color: #fff;
}

section .success .content .text .box p{
	transition: all ease-in-out;
}

section .success p.disclaimer {
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
	transition: all ease-in-out;
}

section .success .content .facebookLike {
	text-align: center;
	margin-top: 30px;
}

section .success .content .facebookLike.inactive {
	background-image: url("../css/images/socialmedia/facebook-activate.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 40px;
	cursor: pointer;
}

section .success .content .facebookLike.active {
	background: none;
	height: auto;
}

section .success p.disclaimer a {
	color: #fff;
	font-weight: 900;
}


header .verticalAlignWrapper {
	display: inline-flex;
	height: 100%;
	left: 0;
	padding-right: 25px;
	position: relative;
	width: auto;
}

header .verticalAlignCell.smallPadding {
	padding-right: 15px;
}

header .verticalAlignCell {
	display: table;
	height: auto;
	margin: auto 0;
	text-align: right;
}

header .fbHeaderWrapper {
	background-image: url("../css/images/socialmedia/facebook-activate-black.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}

header .fbHeaderWrapper.first.active {
	display: none;
}

header .fbHeaderWrapper.second {
	visibility: hidden;
}

header .fbHeaderWrapper.second.active {
	display: block;
}

header .headerWrapper .socials .verticalAlignWrapper .fbHeaderWrapper{
	background-image: url("../css/images/socialmedia/fb_like.png");
	transition: all ease-in-out 0.3s;
}

header .headerWrapper .socials .verticalAlignWrapper .fbHeaderWrapper p{
	color: #333;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	margin: 5px auto;
	padding-right: 55px;
	transition: all ease-in-out 0.3s;
	vertical-align: middle;
}



.lightbox{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: flex;
	height: 0%;
	position: fixed;
	width: 100%;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out 0.3s;
	top: 0px;
	overflow:auto;
}

.lightbox.active{
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.lightbox .iFrameHolder{
	height: 90%;
	margin: auto;
	max-height: 90%;
	max-width: 665px;
	position: relative;
	width: 80%;

}

.lightbox .iFrameHolder .ifWrapp{
	background: #fff none repeat scroll 0 0;
	border-radius: 15px;
	height: 100%;
	display: initial;
	overflow: hidden;
	width: 100%;
	position: absolute;
	padding: 0 15px;
}

.lightbox .iFrameHolder .ifWrapp::-webkit-scrollbar {
	display: none;
}

.lightbox .iFrameHolder .iFrameContent{
	border-radius: 15px;
	display: inline-flex;
	height: 100%;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.lightbox .iFrameHolder .iFrameContent iframe{
	border: medium none;
	height: 100%;
	width: 100%;
}

.lightbox .loader{
	opacity: 0;
	position: fixed;
	visibility: hidden;
	height: 100%;
	width: 100%;
	margin: auto;
	transition: opacity 0.3s ease-in-out 0s;
}

.lightbox .loader.active{
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	min-height: 50px;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	visibility: visible;
}

.lightbox .loader span,
.lightbox .loader span:after{
	border-radius: 50%;
	display: flex;
	height: 50px;
	width: 50px;
	margin: calc(50% - 25px) auto;
}

.loader.active{
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	min-height: 50px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	box-sizing: border-box;
}

.loader.active span{
	margin: auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 3px solid rgba(177, 44, 44, 0.5);
	border-right: 3px solid rgba(177, 44, 44, 0.5);
	border-bottom: 3px solid rgba(177, 44, 44, 0.5);
	border-left: 3px solid rgba(177, 44, 44, 1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	/*transform: translateZ(0);*/
	transform: translate(-50%, -50%);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

/*FIRST BREAK FOR TABLET*/

@media all and (max-width: 1343px){

	header{
		height: 101px;
	}

	header .headerWrapper{
		width: auto;
	}

	header .headerWrapper .logo{
		margin-left: 15px;
	}

	header .headerWrapper .socials{

	}

	header .donate{
		margin-right: 15px;
	}

	section {
		width: auto;
		margin: 0;
	}

	section .productsHolder .header h3{
		font-size: 45px;
		line-height: 63px;
	}

	section .productsHolder .header p{
		font-size: 14px;
		font-weight: 200;
		line-height: 19px;
	}

	footer{
		width: auto;
	}
}

/*RETINA*/
/*
@media screen and (max-device-width: 1343px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 1343px) and (min-resolution: 192dpi),
screen and (max-device-width: 1343px) and (min-resolution: 2dppx) {


	header .headerWrapper{
		width: auto;
	}

	header .headerWrapper .logo{
		margin-left: 30px;
	}

	header .donate{
		margin-right: 30px;
	}

	section {
		width: auto;
		margin: 0;
	}

	section .productsHolder .header h3{
		font-size: 90px;
		line-height: 126px;
	}

	section .productsHolder .header p{
		font-size: 28px;
		font-weight: 200;
		line-height: 38px;
	}

	footer{
		width: auto;
	}
}
*/

@media all and (max-width: 1175px){
	section .productsHolder .products{
		justify-content: space-around;
	}

	section .productsHolder .products .product{
		margin: 0 15px 15px ;
	}

	section .productsHolder .products .detailBox{
		padding: 15px 20px;
	}

	section .productsHolder .products .detailBox .title{
		font-size: 18px;
		line-height: 22px;
	}

	section .productsHolder .products .detailBox .right {
		flex-grow: 1;
		margin-left: 20px;
		width: 100%;
	}

	section .productsHolder .products .detailBox .description{
		font-size: 14px;
		line-height: 18px;
		width: auto;
	}

	section .success .content{
		width: calc(100% - 100px);
	}
}

/*RETINA*/

/*
@media screen and (max-device-width: 1175px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 1175px) and (min-resolution: 192dpi),
screen and (max-device-width: 1175px) and (min-resolution: 2dppx) {
	section .productsHolder .products{
		justify-content: space-around;
	}

	section .productsHolder .products .product{
		margin: 0 30px 30px ;
	}

	section .productsHolder .products .product:nth-child(5), section .productsHolder .products div.product:last-of-type{
		margin: 0 30px 30px;
	}


	section .productsHolder .products .detailBox{
		padding: 30px 40px;
	}

	section .productsHolder .products .detailBox .title{
		font-size: 36px;
		line-height: 44px;
	}

	section .productsHolder .products .detailBox .right {
		flex-grow: 1;
		margin-left: 40px;
		width: 100%;
	}

	section .productsHolder .products .detailBox .description{
		font-size: 28px;
		line-height: 36px;
		width: auto;
	}

	section .success .content{
		width: calc(100% - 200px);
	}
}
*/

@media all and (max-width: 1100px){
	section .productsHolder .products {
		justify-content: space-around;
	}

	.button.inCart {
		height: auto;
		min-width: inherit;
	}

	.button.cart p span{
		background-size: 10px auto;
	}

	section .productsHolder .payment > div.button{
		min-width: 320px;
	}

	section .productsHolder .payment > div.button{
		height: 55px;
	}

	section .productsHolder .payment > div.button p{
		font-size: 22px;
		padding: 12px 0 12px 10px;
	}

	header .donate{
		opacity: 0;
		width: 0;
		transition: opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s;
	}
}

/*RETINA*/

/*
@media screen and (max-device-width: 1100px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 1100px) and (min-resolution: 192dpi),
screen and (max-device-width: 1100px) and (min-resolution: 2dppx) {
	section .productsHolder .products {
		justify-content: space-around;
	}

	.button.inCart {
		height: auto;
		min-width: inherit;
	}

	section .productsHolder .payment.active{
		height: 120px;
		margin-bottom: 30px;
		transition: all ease-in-out 0.3s;
	}

	.button.cart p span{
		background-size: 20px auto;
	}

	section .productsHolder .payment > div.button{
		min-width: 640px;
	}

	section .productsHolder .payment > div.button{
		height: 110px;
	}

	section .productsHolder .payment > div.button p{
		font-size: 44px;
		padding: 24px 0 24px 20px;
	}
}
*/

@media all and (max-width: 960px) {
	section .productsHolder .header{
		left: 40px;
	}

	section .productsHolder .shop{
		margin: 0 25px 25px;
		width: calc(100% - 50px);
	}

	section .productsHolder .products {
		justify-content: space-around;
		padding: 20px;
	}

	section .productsHolder .products .product p.title{
		margin: 3px 4px 0;
	}

	section .productsHolder .products .detailBox .pointer {
		height: 10px;
	}

	section .productsHolder .products .detailBox .pointer span {
		top: 1px;
	}

	section .productsHolder .products .detailBox .pointer > div {
		border-bottom: 10px solid #979797;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		height: 0;
		position: absolute;
		width: 0;
	}

	section .productsHolder .products .detailBox .pointer > span {
		border-bottom: 9px solid #f0f0f0;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		height: 0;
		left: 1px;
		position: absolute;
		top: 1px;
		width: 0;
	}

	section .productsHolder .products .detailBox .pointer {
		background: rgba(0, 0, 0, 0) url("../css/images/pointer_14x7.png") no-repeat scroll center center / 14px auto;
		height: 7px;
		opacity: 1;
		overflow: hidden;
		position: absolute;
		top: 0;
		transform: translate(0px, -7px);
		transition: all 0.3s ease-in-out 0s;
		width: 28px;
	}

	section .productsHolder .products .detailBox {
		padding: 15px 20px;
	}

	section .productsHolder .products .product.active .select {
		margin-top: 0;
	}

	section .productsHolder .products .product .select p{
		font-size: 12px;
		width: 30px;
		height: 30px;
		top: -15px;
		right: -15px;
	}

	section .productsHolder .products .product.active .br{
		margin-top: 0;
	}

	section .success .content{
		flex-direction: column;
	}

	section .success .content > .socialsWrapper,
	section .success .content > .text{
		margin: 0;
	}

	section .success .content > .socialsWrapper{
		margin-bottom: 50px;
	}

	section .success .content .text .box{
		padding: 15px 35px;
	}

	footer > div a p {
		font-size: 12px;
		line-height: 16px;
	}

	footer .info .icon{
		margin-right: 15px;
	}
}

/*RETINA*/
@media screen and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 960px) and (min-resolution: 192dpi),
screen and (max-device-width: 960px) and (min-resolution: 2dppx) {
	section .productsHolder .shop{
		margin: 0 50px 50px;
		width: calc(100% - 100px);
	}

	section .productsHolder .products {
		justify-content: space-around;
		padding: 40px;
	}

	section .productsHolder .products .product .br{
		height: 78px;
		width: 78px;
	}

	section .productsHolder .products .product .br .norm{
		background-size: contain !important;
		height: 78px;
		width: 78px;
	}

	section .productsHolder .products .product p.title{
		font-size: 24px;
		line-height: 30px;
		margin: 6px 8px 0;
	}

	section .productsHolder .products .detailBox .pointer span {
		top: 5px;
	}

	section .productsHolder .products .detailBox {
		padding: 30px 40px;
	}

	section .productsHolder .products .product.active .select {
		margin-top: 10px;
	}

	section .productsHolder .products .product .select p{
		font-size: 20px;
	}

	section .productsHolder .products .product.active .br{
		margin-top: 5px;
	}

	section .productsHolder .products .product.active p.title {
		line-height: 26px;
		font-size: 24px;
	}

	section .success .content{
		flex-direction: column;
	}

	section .success .content > .socialsWrapper,
	section .success .content > .text{
		margin: 0;
	}

	section .success .content > .socialsWrapper{
		margin-bottom: 100px;
	}

	section .success .content .text .box{
		padding: 30px 70px;
	}

	section .productsHolder .products .product.active .br{
		margin-top: 10px;
	}
}

@media all and (max-width: 820px){
	section .productsHolder .payment.active > div{
		width: 50%;
	}

	section .productsHolder .payment.active > div.empty{
		width: 20px;
	}

	section .productsHolder .payment > div.button {
		min-width: 265px;
	}
}

/*RETINA*/
@media screen and (max-device-width: 820px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 820px) and (min-resolution: 192dpi),
screen and (max-device-width: 820px) and (min-resolution: 2dppx) {

	section .productsHolder .payment.active > div{
		width: 50%;
	}

	section .productsHolder .payment.active > div.empty{
		width: 40px;
	}

	section .productsHolder .payment > div.button {
		min-width: 530px;
	}
}

@media all and (max-width: 770px){
	header{
		height: 68px;
	}

	header .headerWrapper .logo{
		margin-left: 9px;
		height: 38px;
		width: 112px;
		background-size: 112px 38px;
	}

	header .verticalAlignCell {
		padding-right: 5px;
		transition: all .3s ease;
	}

	section .productsHolder .header{
		left: 0;
		margin: 30px 25px 40px;
		width: calc(100% - 50px);
	}

	section .productsHolder .header h3 {
		font-size: 35px;
	}

	section .productsHolder .header p{
		font-size: 12px;
		line-height: 17px;
		margin: 20px 0 0;
		text-align: left;
	}


	section .productsHolder .products .detailBox{
		margin-bottom: 10px;
		padding: 10px 15px;
	}

	section .productsHolder .products .detailBox .close{
		border: 2px solid #979797;
		height: 23px;
		right: 7px;
		top: 1px;
		width: 23px;
	}

	section .productsHolder .products .detailBox .close span{
		background-size: 20px;
	}

	section .productsHolder .products .detailBox .title{
		font-size: 16px;
		font-weight: 400;
		line-height: 21px;
	}

	section .productsHolder .products .detailBox .description{
		font-size: 20px;
		line-height: 1.2;
		margin: 5px 0 10px;
		width: 100%;
	}

	.button.inCart{
		margin: auto;
		width: 100%;
	}

	footer > div {
		margin: 10px;
	}

	footer > div {
		margin: 10px;
	}

	footer .spendensiegel{
		margin: 10px;
	}

	footer .spendensiegel .icon{
		margin-right: 0 !important;
	}


	footer > div.info.trucker a p{
		max-width: 95px;
	}

	footer > div .icon{
		background-size: contain !important;
		height: 25px;
		width: 25px;
		margin: auto;
		margin-right: 8px;
		max-width: 20px;
	}

	footer > div .icon {
		margin-right: 8px !important;
	}

	header .verticalAlignWrapper{
		padding-right: 0;
	}

}

/*RETINA*/
@media screen and (max-device-width: 770px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 770px) and (min-resolution: 192dpi),
screen and (max-device-width: 770px) and (min-resolution: 2dppx) {
	header {
		height: 136px;
	}

	header .headerWrapper .logo {
		margin-left: 18px;
		height: 76px;
		width: 224px;
		background-size: 224px 76px;
	}

	header .headerWrapper .logo {
		margin-left: 18px;
		height: 76px;
		width: 224px;
		background-size: 224px 76px;
	}

	section .productsHolder .header {
		left: 0;
		margin: 50px 50px 60px;
		width: calc(100% - 100px);
	}

	section .productsHolder .header h3 {
		font-size: 60px;
	}

	section .productsHolder .header p {
		font-size: 23px;
		line-height: 29px;
		margin: 40px 0 0;
		text-align: left;
	}

	section .productsHolder .products{
		padding-bottom: 20px;
	}

	section .productsHolder .payment.active > div {
		width: 100%;
		margin-bottom: 20px;
	}

	section .productsHolder .payment > div.button {
		min-width: 530px;
		width: calc(100% - 100px);
		margin: 0 auto;
		height: 75px;
	}

	section .productsHolder .payment > div.button p {
		font-size: 36px;
	}

	.button.cart p span {
		background-size: 15px auto;
	}

	section .productsHolder .products .detailBox {
		margin-bottom: 20px;
		padding: 20px 30px;
	}

	section .productsHolder .products .detailBox .close {
		border: 4px solid #979797;
		height: 46px;
		width: 46px;
		background-size: 20px;
		transform: translate(23px, -23px);
	}

	section .productsHolder .products .detailBox .close span{
		background-size: 20px;
	}

	section .productsHolder .products .detailBox .detailWrapper{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-around;
		position: relative;
	}

	section .productsHolder .products .detailBox .detailWrapper .title{
		font-size: 32px;
		line-height: 42px;
	}

	section .productsHolder .products .detailBox .description{
		font-size: 24px;
		text-align: center;
		line-height: 30px;
		margin: 10px 0 20px;
		width: 100%;
	}

	.button.inCart {
		margin: auto;
		width: 100%;
	}

	section .productsHolder .payment.active{
		flex-flow: column nowrap;
		height: auto;
	}

	footer > div {
		margin: 20px;
	}

	footer > div a {
		font-size: 16px;
		line-height: 22px;
	}

	footer > div .icon {
		background-size: contain !important;
		height: 50px;
		width: 50px;
	}

	footer .johanniter .icon {
		margin-right: 16px;
	}

	footer .info .icon {
		margin-left: 16px;
	}
}

@media all and (max-width: 720px) {
	section .success h4{
		font-size: 60px;
		margin-bottom: 60px;
		margin-top: 60px;
	}

	section .success .content .socialsWrapper .socials{
		margin: 40px 0;
	}

	section .success .content .socialsWrapper p{
		font-size: 16px;
		margin: 0;
	}

	section .success .content .socialsWrapper .like p{
		margin-bottom: 20px;
	}

	section .success .content .text .box p{
		font-size: 14px;
	}

	section .success p.disclaimer{
		font-size: 14px;
		margin: 60px 0 20px;
	}

}

/*RETINA*/
@media screen and (max-device-width: 720px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 720px) and (min-resolution: 192dpi),
screen and (max-device-width: 720px) and (min-resolution: 2dppx)  {

	.header-image-textbox-headline{
		font-size: 48px;
	}

	section .success h4{
		font-size: 120px;
		margin-bottom: 120px;
		margin-top: 120px;
	}

	section .success .content .socialsWrapper .socials{
		margin: 80px 0;
	}

	section .success .content .socialsWrapper p{
		font-size: 32px;
		margin: 0;
	}

	section .success .content .socialsWrapper .like p{
		margin-bottom: 40px;
	}

	section .success .content .text .box p{
		font-size: 28px;
	}

	section .success p.disclaimer{
		font-size: 28px;
		margin: 120px 0 40px;
	}
}


@media all and (max-width: 600px) {
	.header-image-textbox-headline{
		font-size: 42px;
	}

	.header-image-textbox-description{
		font-size: 12px;
	}

	section .productsHolder .payment.active{
		flex-flow: column nowrap;
		height: 110px;
		margin-bottom: 25px;
		padding: 0 25px;
	}

	section .productsHolder .payment.active > div{
		min-width: inherit;
		width: 100%;
	}

	section .productsHolder .payment > div.button{
		flex-grow: 0;
		height: 50px;
		margin-top: 12px;
	}

	section .productsHolder .payment > div.button p{
		font-size: 18px;
	}

	section .success .content{
		width: calc(100% - 50px);
	}
}

/*RETINA*/
@media screen and (max-device-width: 600px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 600px) and (min-resolution: 192dpi),
screen and (max-device-width: 600px) and (min-resolution: 2dppx) {
	section .productsHolder .payment.active{
		flex-flow: column nowrap;
		height: 220px;
		margin-bottom: 50px;
		padding: 0 50px;
	}

	section .productsHolder .payment.active > div{
		min-width: inherit;
		width: 100%;
		flex-flow: column;
		margin-top: 10px;
		display: inline-block;
	}

	section .productsHolder .payment > div.button{
		flex-grow: 0;
		/*margin-top: 24px;*/
	}

	section .productsHolder .payment > div.button p{
		font-size: 36px;
		padding: 0 0 0 10px;
		line-height: 75px;
	}

	section .success .content{
		width: calc(100% - 100px);
	}
}

@media all and (max-width: 500px){
	section .success h4 {
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 40px;
	}

	section .success .content .socialsWrapper p {
		font-size: 14px;
		margin: 0;
	}

	section .success .content .socialsWrapper .socials {
		margin: 20px 0 30px;
	}

	section .success .content .socialsWrapper .socials a{
		height: 25px;
	}

	section .success .content .socialsWrapper .socials .mail {
		background-size: auto 20px;
	}

	section .success .content .text .box {
		padding: 5px 25px;
	}

	section .success p.disclaimer {
		font-size: 12px;
		margin: 20px 25px;
	}
}


/*RETINA*/
@media screen and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 500px) and (min-resolution: 192dpi),
screen and (max-device-width: 500px) and (min-resolution: 2dppx) {
	section .success h4 {
		font-size: 80px;
		margin-bottom: 60px;
		margin-top: 80px;
	}

	section .success .content .socialsWrapper p {
		font-size: 28px;
		margin: 0;
	}

	section .success .content .socialsWrapper .socials {
		margin: 40px 0 60px;
	}

	section .success .content .socialsWrapper .socials a{
		height: 60px;
	}

	section .success .content .text .box {
		padding: 10px 50px;
	}

	section .success p.disclaimer {
		font-size: 24px;
		margin: 40px 50px;
	}

	header .verticalAlignCell{
		padding-right: 20px;
	}
}

@media all and (max-width: 450px){
	section .productsHolder .products {
		padding: 10px;
	}

	section .productsHolder .payment.active {
		margin-bottom: 15px;
		padding: 0 15px;
	}
}

/*RETINA*/
@media screen and (max-device-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 450px) and (min-resolution: 192dpi),
screen and (max-device-width: 450px) and (min-resolution: 2dppx) {
	section .productsHolder .products {
		padding: 20px;
	}

	section .productsHolder .payment.active {
		margin-bottom: 30px;
		padding: 0 30px;
	}

}

@media all and (max-width: 350px){
	section .productsHolder .header h3 {
		line-height: 30px;
		font-size: 28px;
	}

	section .productsHolder .products .detailBox .title{
		font-size: 20px;
		line-height: 1.2;
	}

	section .productsHolder .products .detailBox .description{
		font-size: 20px;
		line-height: 1.2;
		margin: 1em;
	}

}


@media screen and (max-device-width: 350px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 350px) and (min-resolution: 192dpi),
screen and (max-device-width: 350px) and (min-resolution: 2dppx) {

	header .donate {
		display: none;
		transition: opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s;
	}
}


/*----------------------------------------------- NEW STYLES  -----------------------------------------*/

p{
	margin: 0;
	padding: 0;
}

.header-image-container{
	display: flex;
	justify-content: center;
	position: relative;
	align-items: center;
	height: 50vw;
	background-color: #000;
}

.header-image{
	background: url('img/johanniter-weihnachtstrucker-header-image.jpg') no-repeat center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	opacity: 0.7;
}

.header-image-textbox{
	display: flex;
	flex-direction: column;
	position: absolute;
	color: #fff;
	max-width: 1040px;
	margin: 30px;
}

.header-image-textbox-headline{
	font-size: 60px;
	margin: 0 0 20px;
}
^
.header-image-textbox-description{
	font-size: 24px;
	font-weight: 600;
}

.shop-header{
	text-align: center;
}

.shop-headline{
	font-size: 48px;
	font-weight: 600;
	margin: 20px 0 0;
	color: #eb003c;
}

.shop-description{
	font-size: 20px;
	margin: 20px 0 30px;
	color: #000;
}

.payment{
	display: flex;
	justify-content: center;
	background-color: #fff2f2;
}

.payment-donation-box{
	max-width: 1135px;
	width: 100%;
	margin: 0 30px;
}

.payment-donation-box-container{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.payment-donation-box-animation{
	display: flex;
	flex-basis: 65%;
	background-position-x: center;
	background-position-y: bottom;
	border: 2px dashed #ff0000;
}

@media all and (max-width: 414px){
	.payment-donation-box-animation{
		display: none;
	}
}

.payment-donation-box-price-container{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
	width: 100%;
}

.payment-donation-box-price, .payment-donation-packets-price{
	font-size: 72px;
	font-weight: 600;
	color: #eb003c;
}

.payment-donation-box-button{
	background-color: #eb003c;
	color: #fff;
	opacity: 0.5;
	padding: 20px 30px;
	font-size: 24px;
	font-weight: 600;
	border: 0;
}
.payment-donation-box-button.active{
	opacity: 1;
	cursor: pointer;

}
.payment-donation-box-note{
	align-self: flex-start;
	font-size: 18px;
	color: #5a5555;
}

.payment-donation-box-content{
	display: flex;
}

.payment-donation-box-content.active{
	display: flex;
}

.payment-donation-box-headline{
	font-size: 36px;
	color: #232121;
}

.payment-donation-box-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	height: 3em;
	padding: 0 0 0 20px;
}

.payment-donation-box-item-icon{
	background: url(../css/images/minus-icon.svg) no-repeat center center;
	width: 62px;
	height: 100%;
	cursor: pointer;
}

.payment-donation-box-item-name{
	font-size: 21px;
	padding: 0 0 0 20px;
}

.info-box-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 45px 0 35px;
}

.info-box-headline {
	color: #eb003c;
	font-size: 40px;
}

.pointer-container{
	display: flex;
	justify-content: center;
}

.pointer{
	background: rgba(0, 0, 0, 0) url(../css/images/pointer.png) no-repeat scroll center center;
	overflow: hidden;
	position: absolute;
	background-size: contain;
	bottom: -45px;
	display: flex;
	align-items: center;
	text-align: center;
	opacity: 1;
	justify-content: center;
	transform: translate(0px, -17px);
	width: 24px;
	z-index: 2;
	height: 17px;
	transition: all ease-in-out 0.3s;
}

.free-donation-amount-container{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 15px 0;
}

.free-donation-amount-text{
	font-size: 18px;
	position: absolute;
	left: 0;
}

.free-donation-amount-input-text{
	font-size: 27px;
	font-weight: 600;
}

.free-donation-amount-input{
	width: 98px;
	height: 44px;
	margin: 0 10px;
	font-size: 27px;
	font-weight: 600;
	border-radius: 5px;
	border: solid 1px #232121;
	background-color: #ffffff;
	padding: 0 10px;

}
.free-donation-amount-input::placeholder{
	margin: 0 auto;
}

.payment {
	padding: 50px 0;
}
