@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);
	}
}

html{
	/*position: fixed;*/
}

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

body{
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	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%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

header{
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 25px 8px rgba(0, 0, 0, 0.2);
	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: 280px;
}

main{
	overflow: hidden;
	display: block;
	margin: 25px auto 0;
	position: relative;
	width: 1343px;
	transition: all 0.3s ease-in-out;
}

main #swiper-container{
	display: block;
	height: 531px;
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.3s ease-in-out;
}

main .swiper-wrapper .swiper-slide .text {
	color: #fff;
	left: 11%;
	position: absolute;
	top: 16%;
	width: 34%;
	z-index: 10;
	transition: all 0.3s ease-in-out;
}

main .swiper-wrapper .swiper-slide .text h2{
	font-size: 55px;
	font-weight: 400;
	line-height: 65px;
	margin: 0 0 30px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

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

main .swiper-wrapper .swiper-slide .brImage {
	display: block;
	height: 100%;
	width: 100%;
}

main .swiper-wrapper .swiper-slide .brImage .fade{
	background: rgba(0, 0, 0, 0) url("images/swiper/swiper_overlay_fade.png") no-repeat scroll center left / auto 533px;

	background: -moz-linear-gradient(to right, rgba(167, 167, 167, 1) 33%, rgba(167, 167, 167, 0.77) 45%, rgba(255, 255, 255, 0) 58%);
	background: -webkit-linear-gradient(to right, rgba(167, 167, 167, 1) 33%, rgba(167, 167, 167, 0.77) 45%, rgba(255, 255, 255, 0) 58%);
	background: -o-linear-gradient(to right, rgba(167, 167, 167, 1) 33%, rgba(167, 167, 167, 0.77) 45%, rgba(255, 255, 255, 0) 58%);
	background: -ms-linear-gradient(to right, rgba(167, 167, 167, 1) 33%, rgba(167, 167, 167, 0.77) 45%, rgba(255, 255, 255, 0) 58%);
	background: linear-gradient(to right, rgba(167, 167, 167, 1) 33%, rgba(167, 167, 167, 0.77) 45%, rgba(255, 255, 255, 0) 58%);
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

main .swiper-wrapper .swiper-slide .brImage .img{
	height: 100%;
	position: relative;
	width: 100%;
}

main .swiper-wrapper .swiper-slide.swipe1 .brImage .img{
	background: url("images/swiper/weihnachtstrucker_geschenke.jpg") no-repeat center right;
}

main .swiper-wrapper .swiper-slide.swipe2 .brImage .img{
	background: url("images/swiper/weihnachtstrucker_geschenke.jpg") no-repeat center right;
}

main .swiper-wrapper .swiper-slide.swipe3 .brImage .img{
	background: url("images/swiper/weihnachtstrucker_geschenke.jpg") no-repeat center right;
}

main .swiper-wrapper .swiper-slide.swipe4 .brImage .img{
	background: url("images/swiper/weihnachtstrucker_geschenke.jpg") no-repeat center right;
}

main #swiper-container .swiper-button-next,
main #swiper-container .swiper-button-prev{

	display: block;
	height: 216px;
	margin: auto;
	opacity: 0.75;
	padding: 0;
	position: absolute;
	top: calc(50% - 108px);
	width: 45px;
	z-index: 20;
	background-size: 42px 216px;
	transition: all ease-in-out 0.3s;
}

main #swiper-container .swiper-button-next:hover,
main #swiper-container .swiper-button-prev:hover{
	opacity: 0.9;
}

main #swiper-container .swiper-button-disabled{
	visibility: hidden;
	opacity: 0;
}

main #swiper-container .swiper-button-prev{
	background: url("images/swiper/swiper_arrow_left.png") no-repeat center center;
	left: 50px;
}

main #swiper-container .swiper-button-next {
	background: url("images/swiper/swiper_arrow_right.png") no-repeat center center;
	right: 50px;
}

main #swiper-container .swiper-pagination .swiper-pagination-bullet{
	background: #fff none repeat scroll 0 0;
	height: 14px;
	opacity: 1;
	width: 14px;
	transition: all ease-in-out 0.3s;
}

main #swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #9f3c39 none repeat scroll 0 0;
}

main .row.trucks{
	background: #000548 none repeat scroll 0 0;
	position: relative;
	display: flex;
	/*height: 635px;*/
	margin: 50px 0;
	width: 100%;
	justify-content: space-between;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.map > div{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.map > div.active{
	opacity: 1;
}

main .row.trucks .col.map > div .info{
	height: 100%;
	position: absolute;
	width: 100%;
}

main .row.trucks .col.map > div .info .target{
	height: 100%;
	position: absolute;
	width: 100%;
}


main .row.trucks .col.map > div .info p{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin: 0px;
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease-in-out 0.3s;
}

main .row.trucks .col.map > div .info.active p{
	opacity: 1;
	z-index: 10;
}

main .row.trucks .col.map > div .point{
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	display: flex;
	height: 0px;
	position: relative;
	width: 0px;
	opacity: 0;
	transition: height 0.3s ease-in-out 0.3s, width 0.3s ease-in-out 0.3s, border ease-in-out 0.3s, opacity ease-in-out 0.3s;
	transform: translate(-50%, -50%);
}

main .row.trucks .col.map > div .info.active .point{
	height: 20px;
	width: 20px;
	opacity: 1;
	border-width: 2px;
}

main .row.trucks .col.map > div .point span{
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 10px;
	margin: auto;
	width: 10px;
}

main .row.trucks .col.map > div .info .route {
	height: 100%;
	left: 18%;
	position: absolute;
	top: 24.5%;
	width: 100%;
}

main .row.trucks .col.map > div .info .route .track{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}

main .row.trucks .col.map > div .info .route .track span{
	display: block;
	position: relative;
	transition: all linear 1.5s;
}

main .row.trucks .col.map > div .info .route .truck{
	background: rgba(0, 0, 0, 0) url("images/trucker/truck_new.png") no-repeat scroll left top / 100% auto;
	display: block;
	position: absolute;
	/*width: 12%;
	height: 35px;
	*/
	width: 0%;
	height: 0%;
	z-index: 100;
	opacity: 0;
	transition: all 0.3s ease-in-out 0.3s;
}

main .row.trucks .col.map > div .info .route.active .truck{
	opacity: 1;
	width: 10%;
	height: 5.8%;
	transition: all 0.3s ease-in-out 0.3s;
}


main .row.trucks .col.map > div.landshut .info p{
	color: #616161;
	right: 84.3%;
	position: absolute;
	top: 22.8%;
}

main .row.trucks .col.map > div.landshut .point{
	background: rgba(151, 151, 151, 0.3) none repeat scroll 0 0;
	border: 2px solid #979797;
	left: 18%;
	top: 24.5%;
}

main .row.trucks .col.map > div.landshut .point span {
	background: #979797 none repeat scroll 0 0;
}

main .row.trucks .col.map > div.albanien{
	background: rgba(0, 0, 0, 0) url("images/trucker/europe_albanien_full.png") no-repeat scroll left top / contain;
}

main .row.trucks .col.map > div.albanien .info p{
	color: #fff;
	right: 57%;
	top: 65%;
}

main .row.trucks .col.map > div.albanien .info .point{
	left: 45.5%;
	top: 67%;
}

main .row.trucks .col.map > div.albanien{
	background: rgba(0, 0, 0, 0) url("images/trucker/europe_albanien_full.png") no-repeat scroll left top / contain;
}


main .row.trucks .col.map > div.albanien .info .route .track span{
	background: rgba(0, 0, 0, 0) url("images/trucker/path_albanien_full.png") no-repeat scroll left top / 100% auto;
	height: 0%;
	width: 27%;
	transform: translate(0px, 11px);
}

main .row.trucks .col.map > div.albanien .info .route .truck{
	left: 0;
	top: 0;
	transform: translate(-62%, -25%) rotate(78deg);
}


main .row.trucks .col.map > div.albanien .info .route.active.step1 .truck{
	transform: translate(-16%, 213%) rotate(20deg);
	transition: transform 1.5s linear 0s;
}

main .row.trucks .col.map > div.albanien .info .route.active.step2 .truck{
	transform: translate(129%, 492%) rotate(25deg);
	transition: transform 2s linear 0s;
}

main .row.trucks .col.map > div.albanien .info .route.active.step3 .truck{
	transform: translate(185%, 567%) rotate(46deg);
	transition: transform 1.2s ease-out 0s;
}

main .row.trucks .col.map > div.albanien .info .route.step1 .track span{
	height: 12%;
	transition: all 1.5s ease-out 0s;
}

main .row.trucks .col.map > div.albanien .info .route.step2 .track span{
	height: 30%;
	transition: all 2s linear 0s;
}

main .row.trucks .col.map > div.albanien .info .route.step3 .track span{
	height: 40%;
	transition: all 1.2s ease-out 0s;
}

main .row.trucks .col.map > div.bosnien{
	background: rgba(0, 0, 0, 0) url("images/trucker/europe_bosnien_full.png") no-repeat scroll left top / contain;
}

main .row.trucks .col.map > div.bosnien .info .route .track span{
	background: rgba(0, 0, 0, 0) url("images/trucker/path_bosnien_full.png") no-repeat scroll left top / 100% auto;
	height: 0%;
	width: 19.5%;
	transform: translate(3px, 10px);
}

main .row.trucks .col.map > div.bosnien .info .route .truck{
	left: 0;
	top: 0;
	transform: translate(-60%, -50%) rotate(75deg);
}

main .row.trucks .col.map > div.bosnien .info .route.active.step1 .truck{
	transform: translate(-13%, 110%) rotate(20deg);
	transition: transform 1s linear 0s;

}

main .row.trucks .col.map > div.bosnien .info .route.active.step2 .truck{
	transform: translate(50%, 220%) rotate(46deg);
	transition: transform 0.75s linear 0s;
}

main .row.trucks .col.map > div.bosnien .info .route.active.step3 .truck{
	transform: translate(100%, 370%) rotate(23deg);
	transition: transform 1.5s ease-out 0s;
}

main .row.trucks .col.map > div.bosnien .info .route.step1 .track span{
	height: 8%;
	transition: all 1s linear 0s;
}

main .row.trucks .col.map > div.bosnien .info .route.step2 .track span{
	height: 15%;

}

main .row.trucks .col.map > div.bosnien .info .route.step3 .track span{
	height: 20%;
}

main .row.trucks .col.map > div.bosnien .info p{
	color: #616161;
	left: 41%;
	text-align: left;
	top: 52.5%;
	width: 100px;
	line-height: 15px;

}

main .row.trucks .col.map > div.bosnien .info .point{
	left: 39.5%;
	top: 51.3%;
}

main .row.trucks .col.map > div.bulgarien{
	background: rgba(0, 0, 0, 0) url("images/trucker/europe_bulgarien_full.png") no-repeat scroll left top / contain;
}

main .row.trucks .col.map > div.bulgarien .info .route .track span{
	background: rgba(0, 0, 0, 0) url("images/trucker/path_bulagarien_full.png") no-repeat scroll left top / auto 100%;
	height: 28%;
	width: 0%;
	transform: translate(7px, 8px);
}

main .row.trucks .col.map > div.bulgarien .info .route .truck{
	left: 0;
	top: 0;
	transform: translate(-70%, -42%) rotate(40deg);
}

main .row.trucks .col.map > div.bulgarien .info .route.active.step1 .truck{
	transform: translate(20%, 110%) rotate(24deg);
	transition: transform 1s linear 0s;
}

main .row.trucks .col.map > div.bulgarien .info .route.active.step2 .truck{
	transform: translate(100%, 165%) rotate(-4deg);
	transition: transform 0.75s linear 0s;
}

main .row.trucks .col.map > div.bulgarien .info .route.active.step3 .truck{
	transform: translate(210%, 345%) rotate(50deg);
	transition: transform 1.8s ease-out 0s;
}

main .row.trucks .col.map > div.bulgarien .info .route.active.step4 .truck{
	transform: translate(281%, 440%) rotate(12deg);
	transition: transform 2s ease-out 0s;
}


main .row.trucks .col.map > div.bulgarien .info .route.step1 .track span{
	width: 8%;
}

main .row.trucks .col.map > div.bulgarien .info .route.step2 .track span{
	width: 16%;
	transition: all 0.8s linear 0s;
}

main .row.trucks .col.map > div.bulgarien .info .route.step3 .track span{
	width: 28%;
	transition: all 1.5s linear 0s;
}

main .row.trucks .col.map > div.bulgarien .info .route.step4 .track span{
	width: 38%;
	transition: all 2s linear 0s;
}

main .row.trucks .col.map > div.bulgarien .info p{
	color: #fff;
	left: 57.5%;
	text-align: center;
	top: 52%;
	width: 100px;
}

main .row.trucks .col.map > div.bulgarien .info .point{
	left: 57.5%;
	top: 53.5%;
}

main .row.trucks .col.map > div.ukraine{
	background: rgba(0, 0, 0, 0) url("images/trucker/europe_ukraine_full.png") no-repeat scroll left top / contain;
}

main .row.trucks .col.map > div.ukraine .info .route .track span{
	background: rgba(0, 0, 0, 0) url("images/trucker/path_ukraine_full.png") no-repeat scroll left top / auto 100%;
	height: 18.5%;
	width: 0%;
	transform: translate(2.5%, -79%);
}

main .row.trucks .col.map > div.ukraine .info .route .truck{
	left: 0;
	top: 0;
	transform: translate(-73%, -15%) rotate(-15deg);
}

main .row.trucks .col.map > div.ukraine .info .route.active.step1 .truck{
	transform: translate(55%, -70%) rotate(-5deg);
	transition: transform 1s linear 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.active.step2 .truck{
	transform: translate(167%, 20%) rotate(22deg);
	transition: transform 1s linear 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.active.step3 .truck{
	transform: translate(260%, -15%) rotate(-23deg);
	transition: transform 1.3s linear 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.active.step4 .truck{
	transform: translate(361%, -178%) rotate(-40deg);
	transition: transform 1.8s ease-out 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.active.step5 .truck{
	transform: translate(444%, -274%) rotate(-5deg);
	transition: transform 1.5s ease-out 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.step1 .track span{
	width: 12%;
}

main .row.trucks .col.map > div.ukraine .info .route.step2 .track span{
	width: 24%;
	transition: all 0.8s linear 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.step3 .track span{
	width: 32%;
	transition: all 1.7s linear 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.step4 .track span{
	width: 42%;
	transition: all 1.3s linear 0s;
}

main .row.trucks .col.map > div.ukraine .info .route.step5 .track span{
	width: 54%;
	transition: all 1.7s ease-out 0s;
}

main .row.trucks .col.map > div.ukraine .info p{
	color: #fff;
	left: 73%;
	text-align: center;
	top: 7.5%;
	width: 100px;
}

main .row.trucks .col.map > div.ukraine .info .point{
	left: 73.5%;
	top: 9%;
}

main .row.trucks .col.map > div.rumaenien{
	background: rgba(0, 0, 0, 0) url("images/trucker/europe_rumaenien_full.png") no-repeat scroll left top / contain;
}

main .row.trucks .col.map > div.rumaenien .info.nord .route .track span{
	background: rgba(0, 0, 0, 0) url("images/trucker/path_rumaenien_nord_full.png") no-repeat scroll left top / auto 100%;
	height: 12.3%;
	width: 0%;
	transform: translate(12px);
}


main .row.trucks .col.map > div.rumaenien .info.nord .route .truck{
	left: 0;
	top: 0;
	/*transform: translate(-35%, -35%) rotate(35deg);*/
	transform: translate(-50%, -20%) rotate(15deg);
}

main .row.trucks .col.map > div.rumaenien .info.nord .route.step1 .track span{
	width: 13%;
}
main .row.trucks .col.map > div.rumaenien .info.nord .route.step2 .track span{
	width: 22%;
	transition: all 1.0s linear 0s;
}
main .row.trucks .col.map > div.rumaenien .info.nord .route.step3 .track span{
	width: 30%;
	transition: all 1.5s linear 0s;
}

main .row.trucks .col.map > div.rumaenien .info.nord .route.step4 .track span{
	width: 47%;
	transition: all 2s ease-out 0s;
}

main .row.trucks .col.map > div.rumaenien .info.nord .route.active .truck,
main .row.trucks .col.map > div.rumaenien .info.central .route.active .truck,
main .row.trucks .col.map > div.bosnien .info .route.active .truck,
main .row.trucks .col.map > div.albanien .info .route.active .truck,
main .row.trucks .col.map > div.bulgarien .info .route.active .truck,
main .row.trucks .col.map > div.ukraine .info .route.active .truck{
	transition: transform 1.5s linear 0s, opacity 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s, height 0.3s ease-in-out 0s;
}

main .row.trucks .col.map > div.rumaenien .info.nord .route.active.step1 .truck{
	transform: translate(50%, 0%) rotate(15deg);
}

main .row.trucks .col.map > div.rumaenien .info.nord .route.active.step2 .truck{
	transform: translate(141%, 57%) rotate(26deg);
	transition: transform 1.0s linear 0s;
}

main .row.trucks .col.map > div.rumaenien .info.nord .route.active.step3 .truck{
	transform: translate(235%, 140%) rotate(30deg);
	transition: transform 1.5s linear 0s;
}

main .row.trucks .col.map > div.rumaenien .info.nord .route.active.step4 .truck{
	transform: translate(376%, 118%) rotate(-30deg);
	transition: transform 2s ease-out 0s;
}


main .row.trucks .col.map > div.rumaenien .info.central .route .track span{
	background: rgba(0, 0, 0, 0) url("images/trucker/path_rumaenien_central_full.png") no-repeat scroll left top / auto 100%;
	height: 15.2%;
	transform: translate(9px, 4px);
	width: 0%;
}

main .row.trucks .col.map > div.rumaenien .info.central .route .truck{
	left: 0;
	top: 0;
	transform: translate(-69%, -50%) rotate(30deg);
}

main .row.trucks .col.map > div.rumaenien .info.central .route.active.step1 .truck{
	transform: translate(64%, 85%) rotate(9deg);
}

main .row.trucks .col.map > div.rumaenien .info.central .route.active.step2 .truck{
	transform: translate(169%, 170%) rotate(50deg);
	transition: transform 1.2s linear 0s;
}

main .row.trucks .col.map > div.rumaenien .info.central .route.active.step3 .truck{
	transform: translate(216%, 215%) rotate(4deg);
	transition: transform 2s ease-out 0s;
}

main .row.trucks .col.map > div.rumaenien .info.central .route.step1 .track span{
	width: 14%;
}

main .row.trucks .col.map > div.rumaenien .info.central .route.step2 .track span{
	width: 24%;
	transition: all 1.2s linear 0s;
}

main .row.trucks .col.map > div.rumaenien .info.central .route.step3 .track span{
	width: 32%;
	transition: all 2s ease-out 0s;
}

main .row.trucks .col.map > div.rumaenien .info.nord p{
	right: 37.2%;
	text-align: center;
	top: 26.8%;
}

main .row.trucks .col.map > div.rumaenien .info.nord .point{
	left: 65.3%;
	top: 28.5%;
}

main .row.trucks .col.map > div.rumaenien .info.central p{
	left: 53%;
	text-align: center;
	top: 38.4%;
}

main .row.trucks .col.map > div.rumaenien .info.central .point{
	left: 51%;
	top: 40%;
}

main .row.trucks .col.map{
	background: rgba(0, 0, 0, 0) url("images/trucker/europe_full.png") no-repeat scroll left top / contain;
	height: 635px;
	width: 826px;
	position: relative;
}

main .row.trucks .col.right{
	color: #fff;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	height: 100%;
	margin: auto 40px auto 0;
	flex-grow: 1;
}

main .row.trucks .col.right h3{
	font-size: 55px;
	font-weight: 600;
	line-height: 63px;
	margin: 0 auto 80px;
	max-width: 400px;
	text-align: center;
	transition: all ease-in-out 0.3s;
	width: 100%;
}

main .row.trucks .col.right h3.status1{
	max-width: 510px;
}

main .row.trucks .col.right .counterHolder{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin: 0 auto 80px;
	width: 480px;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.right .counterHolder .counter{
	font-size: 100px;
	font-weight: 600;
	line-height: 100px;
	margin: 0;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.right .counterHolder .text{
	display: flex;
	font-size: 100px;
	font-weight: 600;
	margin: 3px 0 0 20px;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.right .counterHolder .text p{
	font-size: 35px;
	font-weight: 600;
	line-height: 47px;
	margin: auto 0;
	text-align: left;
	width: 250px;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.right .counterHolder.status3 .text p {
	width: 335px;
}

main .row.trucks .col.right .counterHolder.status1 .text p {
	width: 195px;
}

main .row.trucks .col.right .counterBarHolder{
	margin: 0 auto;
	max-width: 480px;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	width: calc(100% - 50px);
	border-radius: 15px;
	overflow: hidden;
}

main .row.trucks .col.right .counterBarHolder .counterBar{
	background: #b3b3b3 none repeat scroll 0 0;
	border-radius: 15px;
	height: 50px;
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.right .counterBarHolder .counterBar .toGo{
	font-size: 21px;
	font-weight: 200;
	height: auto;
	line-height: 50px;
	margin: auto 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 30;
	transition: all ease-in-out 0.3s;
}

main .row.trucks .col.right .counterBarHolder .counterBar .bar{
	border-color: #ff3131 transparent transparent #ff3131;
	border-style: solid;
	border-width: 56px 20px 0 0;
	height: 0;
	left: 0;
	position: static;
	width: 0%;
}

main .row.trucks .col.right .counterBarHolder .counterBar .bar.active{
transition: width 3.5s ease-in-out 0s;
}

main .row.trucks .col.right .counterBarHolder small{
	display: block;
	font-size: 18px;
	font-weight: 200;
	margin: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}


main .row.productsHolder{
	background: #000;
	position: relative;
	width: 100%;
}

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

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

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

main .row.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;
}

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

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

main .row.productsHolder .products .product{
	border-radius: 10px;
	height: 178px;
	margin: 0 30px 15px 0;
	transition: all 0.3s ease-in-out 0s;
	width: 156px;
	cursor: pointer;
}

main .row.productsHolder .products .product.selected{
	background: #f0f0f0;
}

main .row.productsHolder .products .product.active{
	background: #ab0b0b;
}

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

main .row.productsHolder .products .product:last-child{
	margin: 0px;
}

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

main .row.productsHolder .products .product.active .br{
	margin: 5px auto 0;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .product .br .norm,
main .row.productsHolder .products .product .br .over{
	content: "";
	display: inline-block;
	height: 80px;
	margin: 0 auto;
	width: 95px;
	transition: background-size 0.5s ease-in-out 0.3s;
	position: absolute;
}

main .row.productsHolder .products .product.active .br .norm{
}

main .row.productsHolder .products .product.active .br .norm,
main .row.productsHolder .products .product .br .over{
	opacity: 0;
}

main .row.productsHolder .products .product .br .norm,
main .row.productsHolder .products .product.active .br .over {
	opacity: 1;
}

main .row.productsHolder .products .product[data-product="fivePakete"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/5Pakete.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="fivePakete"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/5Pakete_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="tenPakete"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/10Pakete.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="tenPakete"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/10Pakete_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="hygieneset"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/hygieneset.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="hygieneset"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/hygieneset_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="komplettpaket"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/komplettpaket.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="komplettpaket"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/komplettpaket_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="tenGeschenke"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/10Geschenke.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="tenGeschenke"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/10Geschenke_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="schokolade"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/schokolade.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="schokolade"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/schokolade_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="maut"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/maut.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="maut"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/maut_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="versicherung"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/versicherung.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="versicherung"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/versicherung_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="transport"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/transport.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="transport"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/transport_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="geldbetrag"] .br .norm{
	background: rgba(0, 0, 0, 0) url("images/products/geldbetrag.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product[data-product="geldbetrag"] .br .over{
	background: rgba(0, 0, 0, 0) url("images/products/geldbetrag_selected.png") no-repeat scroll center center;
}

main .row.productsHolder .products .product .select{
	height: 0;
	margin-top: 8px;
	opacity: 0;
	text-align: center;
	transition: height 0.3s ease-in-out 0.3s, opacity ease-in-out 0.3s
}

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

main .row.productsHolder .products .product .select p{
	color: #fff;
	display: inline-flex;
	flex-flow: row nowrap;
	font-size: 12px;
	font-weight: 200;
	height: 20px;
	line-height: 20px;
	margin: auto;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .product .select p span{
	background: rgba(0, 0, 0, 0) url("images/products/selected.png") no-repeat scroll center center / 13px 13px;
	display: block;
	height: 20px;
	width: 13px;
	margin: 0 5px 0 0;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .product p.title{
	color: #ab0b0b;
	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;
}

main .row.productsHolder .products .product.active p.title{
	color: #fff;
	margin: 5px 5px 0;
	transition: all ease-in-out 0.3s;
}


main .row.productsHolder .products .detailBox.building{
	padding: 0px 30px;
	margin: 0px;
	opacity: 0;
	border-width: 0px;
	height: 0px;
}

main .row.productsHolder .products .detailBox{
	background: #f0f0f0 none repeat scroll 0 0;
	border-width: 1px;
	border-color: #979797;
	border-style: solid;
	border-radius: 10px;
	margin-bottom: 15px;
	padding: 20px 30px;
	position: relative;
	width: 100%;
	opacity: 1;
	height: 167px;
	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;
}

main .row.productsHolder .products .detailBox.building .detailWrapper {
	opacity: 0;
}

main .row.productsHolder .products .detailBox .detailWrapper {
	display: flex;
	flex-flow: row nowrap;
	height: 100%;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .detailWrapper.fade {
	opacity: 0;
	transition: all ease-in-out 0.3s;
}


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


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

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


main .row.productsHolder .products .detailBox.building .close {
	opacity: 0;
}

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

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

main .row.productsHolder .products .detailBox .left{
	width: auto;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .left h4{
	color: #b5090c;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .left p{
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	margin: 15px 0 0;
	width: 365px;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .left p.wide{
	width: 530px;
}

main .row.productsHolder .products .detailBox .right{
	width: auto;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .right .price{
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .right .price p{
	font-size: 30px;
	font-weight: 200;
	line-height: 37px;
	margin: auto 0 15px;
	text-align: center;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .right .price p span.pWrap{
	position: relative;
	bottom: 1px;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .products .detailBox .right .price p span:not(.pWrap){
	color: #b5090c;
	font-size: 40px;
	font-weight: 600;
	line-height: 41px;
	margin-left: 5px;
	transition: all ease-in-out 0.3s;
}

.button.inCart.disabled{
	background: #aaaaaa;
}

main .row.productsHolder .products .detailBox .right .price p span b{

}

main .row.productsHolder .products .detailBox .right .price p span b input{
	border: medium none;
	border-radius: 10px;
	bottom: 6px;
	display: inline-block;
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 400;
	height: 40px;
	margin: 0 7px 0 5px;
	padding: 0 5px;
	position: relative;
	text-align: center;
	width: 100px;
}

main .row.productsHolder .payment{
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
	height: 0;
	opacity: 0;
	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;

}

main .row.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;
}


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

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

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

main .row.productsHolder .payment .price {
	min-width: 300px;
	transition: all ease-in-out 0.3s;
}
main .row.productsHolder .payment .price .total{
	font-size: 30px;
	font-weight: 200;
	line-height: 41px;
	text-align: center;
	color: #9b9b9b;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .payment .price .total p{
	margin: 0px;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .payment .price .total p span{
	color: #000;
	font-weight: 600;
}

main .row.productsHolder .payment .price .reset{
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	transition: all ease-in-out 0.3s;
}

main .row.productsHolder .payment .price .reset p{
	display: inline-block;
	font-weight: 600;
	margin: 0;
	width: auto;
	color: #bb2b2c;
	cursor: pointer;
	transition: all ease-in-out 0.3s;
}

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

.button.inCart{
	min-width: 361px;
}

.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("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: 0px;
	padding: 12px 36px;
	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("images/johanniter_logo_only.png") no-repeat scroll center center / contain;
	margin-right: 20px;
}

footer .info .icon{
	background: rgba(0, 0, 0, 0) url("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("images/dzl_siegel.jpg") no-repeat scroll center center / contain;
	float: right;
	height: 46px;
    width: 46px;
}

.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;
}

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

main .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;
}

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

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

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

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

main .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;
}

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

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

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

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

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

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

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

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

main .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;
}

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

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

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

main .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.active {
	background-image: url("images/socialmedia/facebook-activate-black.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

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

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

.lightbox .iFrameHolder .close {
	opacity: 0;
	transition: all 0.5s ease-in-out 0.3s;
}

.lightbox.active .iFrameHolder .close {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #979797;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(12px, -12px);
    width: 28px;
	z-index: 3000;
}

.lightbox.active .iFrameHolder .close span{
   background: rgba(0, 0, 0, 0) url("images/close.png") no-repeat scroll center center / 13px 13px;
    display: block;
    height: 100%;
    margin: auto;
    width: 100%;
	transition: all ease-in-out 0.3s;
}



/*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;
	}

	main {
		width: auto;
		margin: 0px;
	}

	main #swiper-container{
		height: 337px;
	}

	main .swiper-wrapper .swiper-slide .text h2{
		font-size: 30px;
		line-height: 34px;
	}

	main .swiper-wrapper .swiper-slide .text p{
		font-size: 13px;
		line-height: 18px;
		transition: none;
	}

	main #swiper-container .swiper-button-next,
	main #swiper-container .swiper-button-prev{
		background-size: 24px 120px;
		height: 120px;
		top: calc(50% - 60px);
	}

	main #swiper-container .swiper-button-next{
		right: 20px;
	}

	main #swiper-container .swiper-button-prev{
		left: 20px;
	}

	main #swiper-container .swiper-pagination .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}

	main .row.trucks{
	/*	width: auto;
		height: 554px;
		margin: 25px 0;*/
	}

	main .row.trucks .col.right h3{
		font-size: 40px;
		font-weight: 400;
		line-height: 51px;
		margin: 0 auto 35px;
		max-width: 300px;
	}

	main .row.trucks .col.right h3.status1{
		max-width: 415px;
	}

	main .row.trucks .col.right .counterHolder{
		max-width: 360px;
	}

	main .row.trucks .col.right .counterHolder .counter{
		font-size: 70px;
		font-weight: 400;
		line-height: 96px;
	}

	main .row.trucks .col.right .counterHolder .text{
		width: 170px;
		margin-left: 15px;
	}


	main .row.trucks .col.right .counterHolder.status3 .text {
		width: 225px;
	}

	main .row.trucks .col.right .counterHolder .text p{
		font-size: 25px;
		font-weight: 400;
		line-height: 34px;
	}

	main .row.trucks .col.right .counterBarHolder .counterBar{
		height: 28px;
	}

	main .row.trucks .col.right .counterBarHolder .counterBar .toGo{
		font-size: 20px;
		line-height: 28px;
	}

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

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


	footer{
		width: auto;
	}
}
	
@media screen and (max-device-width: 1800px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 1800px) and (min-resolution: 192dpi),
screen and (max-device-width: 1800px) and (min-resolution: 2dppx) {
	.lightbox .iFrameHolder .ifWrapp{
		/*display: inline-flex;*/
	}
	
	.lightbox .iFrameHolder .iFrameContent{
		overflow-y: scroll;
	}
}




/*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;
	}

	main {
		width: auto;
		margin: 0px;
	}


	main .row.trucks{
		width: auto;
		margin: 50px 0;
	}
	
	main .row.trucks .col.right .counterBarHolder .counterBar{
		height: 56px;
	}



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

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

	footer{
		width: auto;
	}
}
*/


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

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

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


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

	main .row.productsHolder .products .detailBox .left {
		flex-grow: 0;
		width: 100%;
	}

	main .row.productsHolder .products .detailBox .left h4{
		font-size: 18px;
		line-height: 22px;
	}

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

	main .row.productsHolder .products .detailBox .left p{
		font-size: 14px;
		line-height: 18px;
		width: auto;
	}

	main .row.productsHolder .products .detailBox .left p.wide{
		margin: 10px 0 0;
		width: auto;
		max-width: inherit;
	}

	main .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) {
	main .row.productsHolder .products{
		justify-content: space-around;
	}

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

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


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

	main .row.productsHolder .products .detailBox .left {
		flex-grow: 0;
		width: 100%;
	}

	main .row.productsHolder .products .detailBox .left h4{
		font-size: 36px;
		line-height: 44px;
	}

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

	main .row.productsHolder .products .detailBox .left p{
		font-size: 28px;
		line-height: 36px;
		width: auto;
	}

	main .row.productsHolder .products .detailBox .left p.wide{
		margin: 20px 0 0;
		width: auto;
		max-width: inherit;
	}

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


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

	main .row.trucks .col.map > div.rumaenien .info.nord p {

	}

	main .row.trucks .col.map > div.rumaenien .info.central p {

	}

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

	main .row.productsHolder .products .detailBox .right .price {
		display: flex;
		flex-flow: column wrap;
		height: 100%;
	}

	main .row.productsHolder .products .detailBox .right .price .inCart p {
		font-size: 20px;
		font-weight: 200;
		line-height: 19px;
		margin: 0;
	}

	main .row.productsHolder .payment.active{
		height: 60px;
		margin-bottom: 15px;
		transition: all ease-in-out 0.3s;
	}

	main .row.productsHolder .payment .price{
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		min-width: 250px;
	}

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

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

	main .row.productsHolder .payment .price .total{
		font-size: 25px;
		line-height: 30px;
	}

	main .row.productsHolder .payment .price .reset{
		font-size: 16px;
		line-height: 18px;
	}

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

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


}

/*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) {
	main .row.productsHolder .products {
		justify-content: space-around;
	}

	main .row.trucks .col.map > div.rumaenien .info.nord p {
		top: 10%;
	}

	main .row.trucks .col.map > div.rumaenien .info.central p {
		top: 27%;
	}

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

	main .row.productsHolder .products .detailBox .right .price {
		display: flex;
		flex-flow: column wrap;
		height: 100%;
	}

	main .row.productsHolder .products .detailBox .right .price .inCart p {
		font-size: 40px;
		font-weight: 200;
		line-height: 38px;
		margin: 0;
	}

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

	main .row.productsHolder .payment .price{
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		min-width: 500px;
	}

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

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

	main .row.productsHolder .payment .price .total{
		font-size: 50px;
		line-height: 60px;
	}

	main .row.productsHolder .payment .price .reset{
		font-size: 38px;
		line-height: 38px;
	}

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

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


@media all and (max-width: 960px) {
	main .row.trucks {
		height: auto;
		padding-bottom: 5px;
	}

	main .row.productsHolder .header{
		left: 40px;
	}

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

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

	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		height: 93px;
		margin: 0 35px 10px;
		width: 93px;
	}

	main .row.productsHolder .products .product .br{
		height: 39px;
		width: 39px;
	}

	main .row.productsHolder .products .product .br .norm,
	main .row.productsHolder .products .product .br .over{
		background-size: contain !important;
		height: 39px;
		width: 39px;
	}

	main .row.productsHolder .products .product p.title{
		font-size: 12px;
		line-height: 15px;
		margin: 3px 4px 0;
	}

	main .row.productsHolder .products .detailBox .right {
		/*margin-left: 0px;*/
	}

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

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

	main .row.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;
	}

	main .row.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;
	}

	main .row.productsHolder .products .detailBox .pointer {
		background: rgba(0, 0, 0, 0) url("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;
	}

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

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

	main .row.productsHolder .products .product .select p{
		font-size: 10px;
	}

	main .row.productsHolder .products .product .select p span {
		background-size: 10px 10px;
	}

	main .row.productsHolder .products .product.active .br{
		margin-top: 0px;
	}

	main .row.productsHolder .products .product.active p.title {
		line-height: 13px;
		margin: 3px 5px 0;
		font-size: 12px;
	}

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

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

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

	main .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) {
	main .row.trucks {
		height: auto;
		padding-bottom: 10px;
	}

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

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

	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		height: 186px;
		margin: 0 70px 20px;
		width: 186px;
	}

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

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

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

	main .row.productsHolder .products .detailBox .right {
		/*margin-left: 0px;*/
	}

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

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

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

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

	main .row.productsHolder .products .product .select p span {
		background-size: 13px 13px;
		margin-top: 2px
	}

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

	main .row.productsHolder .products .product.active p.title {
		line-height: 26px;
		margin: 6px 10px 0;
		font-size: 24px;
	}

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

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

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

	main .success .content .text .box{
		padding: 30px 70px;
	}
	
	.lightbox .iFrameHolder{
		height: 95%;
		margin: auto;
		max-height: 100%;
		max-width: 90%;
		position: relative;
		width: 98%;
	}

	main .row.productsHolder .products .product.active .br{
		margin-top: 10px;
	}
	
	main .row.productsHolder .products .product.active p.title{
		margin: 10px 5px;
	}

}

@media all and (max-width: 920px){
	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		margin: 0 25px 10px;
	}

	main .row.trucks .col.right .counterHolder{
		margin: 0 auto 40px;
	}

	main .row.trucks .col.map > div.ukraine .info p{
		color: #fff;
		left: 72%;
		text-align: center;
		top: 6.5%;
		width: 100px;
	}

	main .row.trucks .col.map > div.rumaenien .info.nord p {
		top: 25.8%;
	}

	main .row.trucks .col.map > div.rumaenien .info.central p {
		left: 53.5%;
		top: 37.4%;
	}

	main .row.trucks .col.map > div.bulgarien .info p {
		top: 51%;
	}

	main .row.trucks .col.map > div.bosnien .info p {
		left: 41.5%;
		top: 52%;
	}

	main .row.trucks .col.map > div.albanien .info p {
		top: 64%;
	}

	main .row.trucks .col.map > div.landshut .info p {
		right: 80.5%;
		top: 16.5%;
	}

	main .row.trucks .col.right h3 {
		margin: 0 auto 10px;
	}

	main .row.trucks .col.map > div .info.active .point {
		height: 15px;
		width: 15px;
		border-width: 1px;
	}

	main .row.trucks .col.map > div .point span {
		height: 7px;
		width: 7px;
	}

	main .row.trucks .col.right .counterHolder {
		max-width: 380px;
	}

	main .row.trucks .col.right {
		margin: auto 20px auto 0;
	}

}

/*RETINA*/
@media screen and (max-device-width: 920px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-device-width: 920px) and (min-resolution: 192dpi),
screen and (max-device-width: 920px) and (min-resolution: 2dppx) {
	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		margin: 0 50px 20px;
	}

}


@media all and (max-width: 820px){
	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		margin: 0 15px 10px;
	}

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

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

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

	main .row.trucks {
		flex-flow: column nowrap;
		margin: 0;
		width: 100%;
		height: auto;
	}

	main .row.trucks .col.right h3{
		font-size: 35px;
		line-height: 42px;
		margin: 30px auto 25px;
		max-width: 250px;
		width: 100%;
	}

	main .row.trucks .col.right h3.status1{
		max-width: 375px;
	}

	main .row.trucks .col.right .counterHolder {
		margin: 0 auto 35px;
		width: 100%;
	}

	main .row.trucks .col.right .counterHolder .counter{
		font-size: 60px;
		line-height: 80px;
	}



	main .row.trucks .col.right .counterHolder .text p{
		font-size: 21px;
		line-height: 28px;
		width: 142px;
	}

	main .row.trucks .col.right .counterHolder.status3 .text {
		width: auto;
	}

	main .row.trucks .col.right .counterHolder.status3 .text p{
		width: 190px;
	}

	main .row.trucks .col.right .counterBarHolder {
		box-sizing: content-box;
		margin: 0 auto 30px;
		max-width: 400px;
		width: calc(100% - 50px);
	}

	main .row.trucks .col.right .counterBarHolder .counterBar {
		height: 37px;
	}

	main .row.trucks .col.right .counterBarHolder .counterBar .toGo {
		font-size: 18px;
		line-height: 37px;
	}

	main .row.trucks .col.right .counterBarHolder small {
		font-size: 16px;
		font-weight: 200;
		line-height: 20px;
		margin: 3px 0 0;
	}

	main .row.trucks .col.map > div.landshut .info p {
		right: 83.5%;
		top: 22.8%;
	}

	main .row.trucks .col.map > div .info.active .point {
		height: 20px;
		width: 20px;
		border-width: 2px;
	}

	main .row.trucks .col.map > div .point span {
		height: 10px;
		width: 10px;
	}

	main .row.trucks .col.map > div.ukraine .info p {
		left: 73%;
		top: 7.3%;
	}

	main .row.trucks .col.map > div.rumaenien .info.nord p {
		top: 27%;
		right: 37%;
	}

	main .row.trucks .col.map > div.rumaenien .info.central p {
		left: 53%;
		top: 38.4%;
	}

	main .row.trucks .col.map > div.bulgarien .info p {
		top: 52%;
	}

	main .row.trucks .col.map > div.bosnien .info p {
		left: 41.2%;
		top: 52%;
	}

	main .row.trucks .col.map > div.albanien .info p {
		top: 65%;
		right: 56.5%;
	}

	main .row.trucks .col.map{
		width: 100%;
	}

	main .row.trucks .col.right {
		margin: auto 0px;
	}
}


/*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) {
	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		margin: 0 30px 20px;
	}

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

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

	main .row.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 .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;
		/*transition: opacity 0.3s ease-in-out 0.3s, margin ease-in-out 0.3s, width ease-in-out 0.3s;*/
	}

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

	header .fbHeaderWrapper.active {
		height: 30px;
	}

	main #swiper-container{
		height: 300px;
	}

	main .swiper-wrapper .swiper-slide .text{
		left: 45px;
		width: 50%;
		/*width: calc(100% - 70px);*/
	}

	main #swiper-container .swiper-button-next,
	main #swiper-container .swiper-button-prev{
		background-size: 8px 40px;
		height: 40px;
		width: 8px;
		top: calc(50% - 20px);
	}

	main #swiper-container .swiper-button-next{
		right: 10px;
	}

	main #swiper-container .swiper-button-prev{
		left: 10px;
	}

	main .swiper-wrapper .swiper-slide .text h2{
		font-size: 30px;
		line-height: 34px;
	}

	main .swiper-wrapper .swiper-slide .text p{
		font-size: 12px;
		line-height: 17px;
	}

	main .swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 5px;
	}



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

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

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


	main .row.productsHolder .products .detailBox{
		height: 180px;
		margin-bottom: 10px;
		padding: 10px 15px;
	}

	main .row.productsHolder .products .detailBox .close{
		border: 2px solid #979797;
		height: 23px;
		right: 7px;
		top: 1px;
		width: 23px;
	}
	
	main .row.productsHolder .products .detailBox .close span{
		background-size: 20px;
	}

	main .row.productsHolder .products .detailBox .detailWrapper{
		flex-flow: column wrap;
		height: 100%;
		justify-content: space-around;
		position: relative;
	}

	main .row.productsHolder .products .detailBox .left h4{
		font-size: 16px;
		font-weight: 400;
		line-height: 21px;
	}

	main .row.productsHolder .products .detailBox .left p{
		font-size: 12px;
		line-height: 15px;
		margin: 5px 0 10px;
		width: 100%;
	}

	main .row.productsHolder .products .detailBox .left p.wide{
		margin: 5px 0 0;
		width: auto;
	}

	main .row.productsHolder .products .detailBox .right .price p{
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 7px;
	}

	main .row.productsHolder .products .detailBox .right .price p span:not(.pWrap){
		font-size: 20px;
		line-height: 27px;
	}

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

	main .row.productsHolder .products .detailBox .right {
		margin: 0px;
	}



	main .row.productsHolder .products .detailBox .right .price p{
		font-size: 20px;
		line-height: 27px;
		margin: auto 0 5px;
		padding: 0;
	}

	main .row.productsHolder .products .detailBox .right .price .inCart p{
		display: inline-block;
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		margin: auto;
		text-align: center;
		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 .headerWrapper .socials .verticalAlignWrapper .fbHeaderWrapper.active{
		background-size: 30px;
	}
	
	header .headerWrapper .socials .verticalAlignWrapper .fbHeaderWrapper.active p{
		font-size: 14px;
		line-height: 16px;
		margin: 0;
		padding-right: 40px;
	}
	
	header .verticalAlignWrapper{
		padding-right: 0px;
	}

}



/*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;
	}
	
	main #swiper-container {
		height: 450px;
	}

	main .swiper-wrapper .swiper-slide .text {
		left: 90px;
    	width: 50%;
    	top: 10%;
	}

	main #swiper-container .swiper-button-next,
	main #swiper-container .swiper-button-prev {
		background-size: 16px 80px;
		height: 80px;
		width: 16px;
		top: calc(50% - 40px);
	}

	main #swiper-container .swiper-button-next {
		right: 20px;
	}

	main #swiper-container .swiper-button-prev {
		left: 20px;
	}

	main .swiper-wrapper .swiper-slide .text h2 {
		font-size: 50px;
    	line-height: 58px;
	}

	main .swiper-wrapper .swiper-slide .text p {
		font-size: 23px;
		line-height: 28px;
		transition: none;
	}

	main .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 10px;
	}

	main .row.trucks {
		/*flex-flow: column nowrap;*/
		margin: 0;
		width: 100%;
		height: auto;
	}
	
	main .row.trucks .col.map{
		/*width: 100%;
		max-width: 596px;*/
	}
	
	main .row.trucks .col.right{
		width: 50%;
	}

	main .row.trucks .col.right h3 {
		font-size: 50px;
		line-height: 54px;
		margin: 60px auto 50px;
		max-width: 500px;
		padding: 0px 40px
	}

	main .row.trucks .col.right h3.status1{
		max-width: 510px;
		font-size: 46px;
	}

	main .row.trucks .col.right .counterHolder {
		margin: 0 auto 70px;
		width: auto;
		max-width: 100%;
	}

	main .row.trucks .col.right .counterHolder .counter {
		font-size: 90px;
		line-height: 90px;
	}

	main .row.trucks .col.right .counterHolder .text p {
		font-size: 32px;
		line-height: 36px;
		width: 284px;
	}

	main .row.trucks .col.right .counterBarHolder {
		box-sizing: content-box;
   		margin: 0 auto 50px;
   		max-width: 800px;
    	width: calc(100% - 50px);
	}

	main .row.trucks .col.right .counterBarHolder .counterBar {
		height: 50px;
	}

	main .row.trucks .col.right .counterBarHolder .counterBar .toGo {
		font-size: 24px;
		line-height: 50px;
	}

	main .row.trucks .col.right .counterHolder .text {
		width: 220px;
		margin-left: 15px;
	}

	main .row.trucks .col.right .counterHolder.status1 .text {
		width: 185px;
	}

	main .row.trucks .col.right .counterHolder.status3 .text {
		width: 295px;
	}

	main .row.trucks .col.right .counterBarHolder small {
		font-size: 22px;
    	font-weight: 200;
    	line-height: 26px;
    	margin: 6px 0 0; 
	}

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

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

	main .row.productsHolder .header p {
		font-size: 23px;
		line-height: 29px;
		margin: 40px 0 0;
		text-align: left;
	}
	
	main .row.productsHolder .products{
		padding-bottom: 20px;
	}
	
	main .row.productsHolder .payment.active > div {
		width: 100%;
		margin-bottom: 20px;
	}
	
	main .row.productsHolder .payment .price .reset {
		font-size: 21px;
		line-height: 28px;
	}
	
	main .row.productsHolder .payment .price .total {
		font-size: 40px;
    	line-height: 50px;
	}
	
	main .row.productsHolder .payment > div.button {
		min-width: 530px;
		width: calc(100% - 100px);
		margin: 0px auto;
		 height: 75px;
	}
	
	main .row.productsHolder .payment > div.button p {
    	font-size: 36px;
	}
	
	.button.cart p span {
    	background-size: 15px auto;
	}

	main .row.productsHolder .products .detailBox {
		height: 340px;
		margin-bottom: 20px;
		padding: 20px 30px;
	}

	main .row.productsHolder .products .detailBox .close {
		border: 4px solid #979797;
    	height: 46px;
    	right: 14px;
    	top: 0px;
   	 	width: 46px;
    	background-size: 20px;
    	transform: translate(23px, -23px);
	}
	
	main .row.productsHolder .products .detailBox .right .price p span b input{
		font-size: 25px;
	    height: 50px;
		width: 150px;
	}
	
	main .row.productsHolder .products .detailBox .close span{
		background-size: 20px;
	}

	main .row.productsHolder .products .detailBox .detailWrapper {
		flex-flow: column wrap;
		height: 100%;
		justify-content: space-around;
		position: relative;
	}

	main .row.productsHolder .products .detailBox .left h4 {
		font-size: 32px;
		font-weight: 400;
		line-height: 42px;
	}

	main .row.productsHolder .products .detailBox .left p {
		font-size: 24px;
		line-height: 30px;
		margin: 10px 0 20px;
		width: 100%;
	}

	main .row.productsHolder .products .detailBox .left p.wide {
		margin: 10px 0 0;
		width: auto;
	}

	main .row.productsHolder .products .detailBox .right .price p {
		font-size: 40px;
		line-height: 54px;
		margin-bottom: 14px;
	}

	main .row.productsHolder .products .detailBox .right .price p span:not(.pWrap) {
		font-size: 40px;
		line-height: 54px;
	}

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

	main .row.productsHolder .products .detailBox .right {
		margin: 0px;
	}

	main .row.productsHolder .products .detailBox .right .price p {
		font-size: 40px;
		line-height: 54px;
		margin: auto 0 10px;
		padding: 0;
	}

	main .row.productsHolder .products .detailBox .right .price .inCart p {
		display: inline-block;
		font-size: 36px;
		font-weight: 400;
		line-height: 75px;
		margin: auto;
		text-align: center;
		width: 100%;
	}
	
	.button.inCart {
    	height: 75px;
	}
	
	main .row.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;
	}
	
	header .headerWrapper .socials .verticalAlignWrapper .fbHeaderWrapper.active{
		background-size: 40px;
	}
	
	header .headerWrapper .socials .verticalAlignWrapper .fbHeaderWrapper.active::before{
		font-size: 24px;
		line-height: 28px;
		margin: 0;
		padding-right: 80px;
		width: 200px;
	}

}




@media all and (max-width: 720px) {
	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		margin: 0 5px 10px;
	}



	main .success h4{
		font-size: 60px;
		margin-bottom: 60px;
		margin-top: 60px;
	}

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

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

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

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

	main .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)  {
	main .row.productsHolder .products .product,
	main .row.productsHolder .products .product:nth-child(5),
	main .row.productsHolder .products div.product:last-of-type{
		margin: 0 10px 20px;
	}

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

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

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

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

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

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


@media all and (max-width: 600px) {
	main .swiper-wrapper .swiper-slide .brImage .fade{
		background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	}

	main .swiper-wrapper .swiper-slide .text{
		width: calc(100% - 70px);
		top: 30px;
		left: 35px;
	}

	main #swiper-container .swiper-pagination .swiper-pagination-bullet {
		height: 9px;
		width: 9px;
		border: 1px solid #fff;
	}

	main .row.trucks .col.map,
	main .row.trucks .col.map > div.rumaenien,
	main .row.trucks .col.map > div.albanien,
	main .row.trucks .col.map > div.bosnien{
		background-size: contain;
		width: 100%;
	}

	main .row.trucks .col.map > div.rumaenien .info.nord p {
		top: 26%;
	}

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

	main .row.trucks .col.map > div .point span {
		height: 7px;
		width: 7px;
	}

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

	main .row.trucks .col.map > div .info.active .point {
		height: 15px;
		width: 15px;
		border-width: 1px;
	}

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

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

	main .row.productsHolder .payment .price .total {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 3px;
	}

	main .row.productsHolder .payment .price .reset {
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 5px;
	}

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

	main .row.trucks .col.map > div.rumaenien .info.central p {
		top: 37.8%;
	}

	main .row.trucks .col.map > div.ukraine .info p {
		left: 75%;
		top: 6.8%;
		text-align: left;
	}

	main .row.trucks .col.map > div.bulgarien .info p {
		top: 51.3%;
		text-align: left;
		left: 59.3%;
	}

	main .row.trucks .col.map > div.bosnien .info p {
		left: 41.2%;
		top: 51%;
	}

	main .row.trucks .col.map > div.albanien .info p {
		top: 64.5%;
	}

	main .row.trucks .col.map > div.landshut .info p {
		right: 84.3%;
		top: 22%;
	}
}


/*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) {
	
	main .swiper-wrapper .swiper-slide .brImage .fade{
		background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	}

	main .swiper-wrapper .swiper-slide .text{
		width: calc(100% - 140px);
		top: 60px;
		left: 70px;
	}

	main #swiper-container .swiper-pagination .swiper-pagination-bullet {
		height: 18px;
		width: 18px;
		border: 2px solid #fff;
	}

	main .row.trucks{
		flex-flow: column nowrap;
	}
	
	main .row.trucks .col.map{
		background-size: contain;
		width: 95%;
	}
	
	main .row.trucks .col.right {
		width: 100%;
	}
	
	main .row.trucks .col.right h3{
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 35px;
	}
	
	main .row.trucks .col.right .counterHolder .counter {
		font-size: 100px;
		line-height: 100px;
	}
	
	main .row.trucks .col.right .counterHolder {
		margin: 0 auto 50px;
	}
	
	main .row.trucks .col.right .counterHolder .text {
		width: 250px;
	}

	main .row.trucks .col.right .counterHolder.status1 .text {
		width: 185px;
	}
	
	main .row.trucks .col.right .counterHolder .text p {
		font-size: 32px;
		line-height: 36px;
		width: 400px;
	}
	
	main .row.trucks .col.right .counterBarHolder .counterBar {
		height: 75px;
	}
	
	main .row.trucks .col.right .counterBarHolder .counterBar .bar {
		border-width: 75px 20px 0 0;
	}
	
	main .row.trucks .col.right .counterBarHolder small {
		font-size: 28px;
		font-weight: 200;
		line-height: 34px;
		margin: 15px 0 0 0;
	}
	
	main .row.trucks .col.right .counterBarHolder .counterBar .toGo {
		font-size: 34px;
		line-height: 75px;
	}
	
	main .row.trucks .col.map > div.rumaenien,
	main .row.trucks .col.map > div.albanien,
	main .row.trucks .col.map > div.bosnien{
		background-size: contain;
		width: 100%;
	}

	main .row.trucks .col.map > div.rumaenien .info.nord p {
		left: 80%;
		text-align: right;
		top: 10%;
	}

	main .row.productsHolder .payment.active{
		flex-flow: column nowrap;
		height: 220px;
		margin-bottom: 50px;
		padding: 0 50px;
	}

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

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

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

	main .row.productsHolder .payment .price .total {
		font-size: 44px;
		line-height: 54px;
		margin-bottom: 6px;
	}

	main .row.productsHolder .payment .price .reset {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 10px;
	}

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

}


@media all and (max-width: 500px){
	main .row.productsHolder .products .detailBox {
		height: 200px;
	}

	main .success h4 {
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 40px;
	}

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

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

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

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

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

	main .success p.disclaimer {
		font-size: 12px;
		margin: 20px 25px;
	}
	
	.lightbox.active .iFrameHolder .close{
		width: 25px;
		height: 25px;
	}
	
	.lightbox.active .iFrameHolder .close span{
		background-size: 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) {
	main .row.productsHolder .products .detailBox {
		height: 400px;
	}

	main .success h4 {
		font-size: 80px;
		margin-bottom: 60px;
		margin-top: 80px;
	}

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

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

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

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

	main .success p.disclaimer {
		font-size: 24px;
		margin: 40px 50px;
	}
	
	.lightbox.active .iFrameHolder .close{
		width: 50px;
		height: 50px;
	}
	
	.lightbox.active .iFrameHolder .close span{
		background-size: 25px;
	}
	
	header .verticalAlignCell{
		padding-right: 20px;
	}
	
	header .headerWrapper .socials .verticalAlignWrapper .fbHeaderWrapper.active::before{
		width: 200px;
		font-weight: 600;
		font-size: 22px;
		line-height: 28px
	}
}



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

	main .row.trucks .col.map > div .info p {
		font-size: 12px;
		line-height: 15px;
	}

	main .row.productsHolder .products {
		padding: 10px;
	}

	main .row.trucks .col.map > div.bosnien .info p {
		left: 28%;
		top: 45%;
		width: 130px;
	}

	main .row.trucks .col.map > div.rumaenien .info.central p {
		left: 53%;
		text-align: left;
		top: 37.5%;
		width: 110px;
	}

	main .row.trucks .col.map > div.rumaenien .info.nord p {
		right: 36%;
		top: 26.2%;
		width: 100px;
	}

	main .row.trucks .col.map > div .info.active .point {
		border-width: 2px;
		height: 11px;
		opacity: 1;
		width: 11px;
	}

	main .row.trucks .col.map > div .point span{
		width: 3px;
		height: 3px;
	}

	main .row.productsHolder .products .detailBox .left p.wide {
		max-width: 340px;
	}

	main .row.productsHolder .products .detailBox {
		height: 220px;
	}

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

	main .row.trucks .col.map > div.landshut .point {
		left: 18.5%;
		top: 25.5%;
	}

	main .row.trucks .col.map > div.landshut .info p {
		right: 83.5%;
		top: 23%;
	}

}

/*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) {
	
	

	main .row.trucks .col.map > div .info p {
		font-size: 24px;
		line-height: 30px;
	}

	main .row.productsHolder .products {
		padding: 20px;
	}

	main .row.trucks .col.map > div.bosnien .info p {
		left: 44%;
		top: 41%;
		width: 160px;
	}

	main .row.trucks .col.map > div.rumaenien .info.central p {
		left: 72%;
		text-align: center;
		top: 27%;
		width: 120px;
	}

	main .row.trucks .col.map > div.rumaenien .info.nord p {
		left: 77%;
		text-align: right;
		top: 10%;
		width: 120px;
	}

	main .row.trucks .col.map > div .info.active .point {
		border-width: 4px;
		height: 22px;
		opacity: 1;
		width: 22px;
	}

	main .row.trucks .col.map > div .point span{
		width: 6px;
		height: 6px;
	}

	main .row.productsHolder .products .detailBox .left p.wide {
		max-width: 680px;
	}

	main .row.productsHolder .products .detailBox {
		height: 350px;
	}

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

}


@media all and (max-width: 350px){
	main .swiper-wrapper .swiper-slide .text h2 {
		font-size: 20px;
		line-height: 22px;
		margin: 0 0 20px;
	}

	main .swiper-wrapper .swiper-slide .text p {
		font-size: 11px;
		line-height: 12px;
	}

	main .row.trucks .col.right h3 {
		font-size: 30px;
		line-height: 32px;
	}

	main .row.productsHolder .header h3 {
		line-height: 30px;
		font-size: 28px;
	}

	main .row.productsHolder .products .detailBox{
		height: 200px;
	}

	main .row.productsHolder .products .detailBox .left h4{
		font-size: 14px;
		line-height: 16px;
	}

	main .row.productsHolder .products .detailBox p{
		font-size: 12px;
		line-height: 14px;
	}

	main .row.productsHolder .products .detailBox .right .price .inCart p{
		font-size: 16px;
		line-height: 18px;
		margin: 4px auto;
	}

	.lightbox .iFrameHolder{
		height: 95%;
		margin: auto;
		max-height: 100%;
		max-width: 90%;
		position: relative;
		width: 98%;
	}

}


@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 {
		opacity: 0;
		width: 0;
		margin: 0px;
		transition: opacity 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s, width 0.3s ease-in-out 0.3s;
	}
}
