/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v29-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v29-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v29-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

/* lato-300 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-regular - latin */
  @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }  

.parallax {
  /* The image used */
  background-image: url("../img/dateing.webp");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax1 {
  /* The image used */
  background-image: url("../img/paralax2.webp");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallaxMobile{
	display: none;
}

.parallaxMobile img{
	width: 100%;
}

.heroImg{
	margin-top: 50px;
	border-radius: 20px 20px 20px 20px;
}

.section2ordernow{
	margin-top: 30px;
	margin-bottom:50px;
}	

.underline {
    text-decoration: underline;
    color: #ba1a11 !important;
}

.productCard{
    border-radius: 20px;
	padding: 20px;
	box-shadow: 9px 0px 22px 15px #eee;
	cursor: pointer;
}

.productCard h3{
	background-color: #ba1a11;
	padding: 10px;
	color: white;
	font-weight: 600;
}

.productCard h4{
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 600;
}

.productCard img{
	width: 100% !important;
	border-radius: 15px;
}

.productCard p{
	text-align: left;
	font-size: 18px;
	min-height: 200px;
}

.productCard .btn{
	width: 100%;
	border-radius: 15px;
}

#wasIstSpicy{
	text-align:center;
}

#wasIstSpicy img{
	width: 50%;
}

#howAllBegan img{
	width: 50%;
}

#bigadvantage{
	text-align:center;
	margin-top: 75px;
}	

#bigadvantage img{
	width: 50%;
}	

#androIos img{
	width: 15%;
	filter: grayscale();
}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 21px;
}	

.nav{
	font-size: initial !important;
	padding-top: 5px;
    padding-bottom: 5px;
}	

.navbar img{
	width: 30px !important;
}	

.navbar-header img{
	width: 35% !important;
	margin-top: 10px;
	margin-left: 20px;
}	

.navbar-default {
    border-color: #ba1a11;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #b91b11;
}

.navbar .dropdown-menu{
	min-width: 76px !important;
}	

.highlightBtn{
	border: 1px solid #000;
}	

.highlightBtn:hover{
	background-color: #000;
	color: #fff !important;
}

.highlightBtn a:hover{
	color: #fff !important;
}

#contentStore{
	margin-top: 50px;
}	

.topMargMiddle{
	margin-top: 50px;
}

.section1{
	margin-bottom: 140px;
}

#arrowContainer {
	width: 20%;
    height: 100px;
    margin-left: 40%;
    z-index: 998;
    text-align: center;
    margin-top: -80px;
}

#arrowContainer img{
	width: 60px;
}	

h1{
	font-size: 50px;
	font-weight: 400;
}	

h2{
	font-size: 34px;
	font-weight: 500;
	color: #b91b11;
}

.btn-primary{
	background-color: #ba1a11 !important;
	border-color: #ba1a11 !important;
	color: #fff;
}	


	

.container-fluid img{
	width: 100%;
}


#navigation{
	background-color: #f3f3f3;
	height: 60px;
}	


.navLogo img{
	margin-left: 20px;
}	


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}



#language{
    font-size: 18px;
    margin-top: 18px;	
	text-align: right;
}	

#language a{
	color: #344955 !important;	
}	

.dropdown-menu{
	left: initial !important;
    right: 0 !important;	
}	

.topMarg{
	margin-top: 60px;
}

.topMargMedium{
	margin-top: 30px;
}


.container-fluid button{
	font-size: 30px;
	font-weight: 300;
}

.container-fluid .btn{
	font-size: 20px;
	font-weight: 400;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;	
}

#logo{
	width: 45%;
	margin-top: 50px;
}	

.alignCenter{
	text-align: center;
}	

.section2{
	font-size: 21px;
	margin-bottom: 100px;
}	

.miniLogoAndroid{
	text-align: right;
	
}

.miniLogoApple{
	text-align: left;
}	

.miniLogoAndroid img{
	width: 20%;
	
}

.miniLogoApple img{
	 width: 20%;
}	  

.navbar-inverse .navbar-nav>li>a{
	text-align: right;
	padding-right: 30px !important;
}

.btnMagazin{
	text-align: center;
}

.section8 ul{
	list-style-type: none;
}	

.section8 img{
	width: 100% !important;
}	

.section8 a{
	font-size: 25px !important;
	font-weight: 300;
}	

.section8 li{
	margin-bottom: 15px;
}

#packagingImg{
	transform: rotate(3deg);
}

.section9{
	font-size: 26px !important;
	margin-top: 30px;
	
}	

.section9 .glyphicon{
	cursor: pointer;
}	

.section9 .col-lg-10{
	border-bottom: 1px solid #ba1a11;
}

.section9 .col-lg-1{
	text-align: right;
}

.section10 a{
	color: #000 !important
}

.section10 .btn{
	color: #fff !important;
}

.askSpicy{
	text-align: center;
}

.question{
	
	margin-bottom: 20px;
}


.littleText{
	font-size: 26px;
}	

.section7{
	margin-bottom: 82px;
}	


#maxReached{
	display: none;
	color:#ba1a11;
}

#footer{
	font-size: 18px;
	margin-bottom: 120px;
	margin-top: 120px;
}	

#footer img{
	width: 20%;
	margin-bottom: 30px;
}	

.hideRespMdLg{
	display: none;
}	

.testimonial_subtitle{
    color: #ba1a11;
    font-size: 14px;
}

.testimonial_para{
   font-size: 24px;
}	


.highlightPaysection{
	border: 2px dashed #ba1a11;
	border-radius: 20px;
	padding-bottom: 20px;
	margin-top: 30px;
}


#myPayPalModal label{
	font-size: 16px;
}

#smart-button-container{
	display: none;
}

#shippingData{
	display: none;
}

#agreeAgbs{
	display: none;
}

#spicyNotAvailable{
	display: none;
}	

#paymentSuccessful{
	display: none;
}

#paymentOptions{
	display: none;
	margin-bottom: 30px;
	cursor: pointer;
}

#paymentOptions img{
	width: 100%;
}


#nextStepPaymemt1, #nextStepPayment2, #nextStepPayment3, #backBtn{
	display: none;
}

#nextStepPaymemt1, #nextStepPayment2{
	text-align: right;
}

.littleText span{
	font-size: 21px;
}

#faq1, #faq2, #faq3, #faq4, #faq5, #faq6, #faq7, #faq8, #faq9, #faq10, #faq11, #faq12, #faq13, #faq14, #faq15, #faq16, #faq17, #faq18{
	font-size: 21px;
}

#footer a{
	color: #000 !important;
}

#cart img{
	width: 69%;
}

.cartImgStyle{
	text-align: right;
}

.progress{
	color: #fff !important;
}

.mobileNav li a{
	height: 48px;
}

.ribbon {
    position: absolute;
    top: -1px;
    right: 14px;
    width: 135px;
    height: 150px;
    overflow: hidden;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 150px;
    padding: 10px 0;
    background-color: #ffd700; /* Gold/Gelb für Aufmerksamkeit */
    color: #000;
    text-align: center;
    font-weight: bold;
    transform: rotate(45deg) translate(25px, -15px);
}


/* Responsive Design */
@media screen and (max-width: 1852px) {
	.section1 h1 {
		margin-top: 50px;
		font-size: 50px;
	}
	
}	

/* Responsive Design */
@media screen and (max-width: 1639px) {
	.section1 h1 {
		font-size: 43px;
	}
	
}


@media screen and (max-width: 1470px) {
	#language{
		font-size: 16px;
	}	
	
}	

@media screen and (max-width: 1450px) {
	h2{
		font-size: 34px;
	}	
	
}

@media screen and (max-width: 1422px) {
	.section1 h1 {
		font-size: 36px;
	}
	
	.container-fluid .btn {
		font-size: 22px;
		font-weight: 300;
	}	
	
}


/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
	.parallax, .parallax1 {
	  /*background-attachment: scroll;*/
	  display: none;
	}

	.parallaxMobile{
		display: block;
	}
	
}

@media screen and (max-width: 1200px) {

	h1{
		font-size: 47px;
	}	

	h2{
		font-size: 30px;
	}

	#androIos h3{
		font-size: 18px;
	}
	
	
	.responsiveMarg{
		margin-top: 60px;
	}	
	
	.hideRespMd{
		display: none;
	}	
	
	.arrowsNotification img {
		width: 85%;
	}
	
	.question{
		font-size: 22px;
	}	
	
	#footer{
		font-size: 20px;
	}	

	.cartImgStyle{
		text-align: center;
	}

}

@media screen and (max-width: 1128px) {
	.section1 p {
		font-size: 24px;
	}
}

@media screen and (max-width: 1100px) {
	.arrowsNotification{
		margin-top: 111px;
	}
}

@media screen and (max-width: 992px) {

	.eupopup-container{
		font-size: 16px !important;
	}

	.eupopup-button{
		font-size: 16px !important;
	}

	.hideRespSm{
		display: none;
	}
	
	.hideRespMdLg{
		display: block;
	}	
	
	.section1{
		text-align: center;
	}	
	
	.topMargRespSm{
		margin-top: 80px;
	}	
	
	.btnResp{
		font-size: 21px !important;
	}	
	
	#footer img{
		width: 50%;
	}		
	
	#faq{
		margin-top: 150px !important;
	}	

	.section8 img{
		width: 80% !important;
	}

	.section8{
		text-align: center;
	}

	#wasIstSpicy img{
		width: 100%;
	}

	#bigadvantage img {
		width: 100%;
	}
	
	#androIos img {
		width: 30%;
	}
	
	#howAllBegan img {
		width: 100%;
	}

}	

@media screen and (max-width: 767px) {

	.section1, .section2{
		margin-bottom: 60px;
	}

	.section8 ul {
    	list-style-type: square; 
	}

	.responsiveCard{
		margin-top: 60px;
	}	

	.askSpicy{
		text-align: center;
	}

	.askSpicyImg img{
		margin-left: 25%;
	}
	
	#logo{
		width: 80%;
	}	
	
	.hideRespXs{
		display: none;
	}	
	
	.section2 h1{
		font-size: 40px;
	}	
	
	.section2 p{
		font-size: 20px;
	}	
	
	#footer img{
		width: 50%;
	}		

	.navLogo img {
		margin-left: 0px;
	}	
	
	.notificationMarg{
		margin-top: 80px;
	}	
	

	#footer{
		margin-bottom: 180px;
	}	
	
	.section8 .littleText{
		text-align: center;
	}	

	.btnResp {
        /* Setzen Sie hier eine Größe, die definitiv passt */
        font-size: 16px !important; 
        /* Oder noch kleiner, falls nötig */
        padding: 10px 15px; /* Reduziert die Polsterung, um Platz zu sparen */
		white-space: normal;
   		word-wrap: break-word;
    }



}	