
#sliderWrapper{
	height: 580px;
	background-image: url('../images/slider/1.png');
	background-size: 100% auto;
	background-position: center;
}

#hexaImg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/slider/hexa.png');
	background-size: 100% auto;
	background-position: center;
}

#sliderWrapper h1,
#sliderWrapper h3{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

#sliderWrapper h1{
	font-size: 80px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

#sliderWrapper h1 > b{
	color: #0872ba;
}

#sliderWrapper h3{
	font-size: 30px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
}

#cardHolder{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}

.carousel-image{
	width: 100%;
	object-fit: cover;
	max-height: 100%;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .6} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .6} 
    to {opacity: 1}
  }

.card{
	position: relative;
	display: inline-block;
	/*min-height: 510px;*/
	margin: 0 auto; 
	background-color: #fff;
	padding-bottom: 80px;
	margin-left: 25px;
}

.card > img{
	position: relative;
	display: block;
	width: 195px;
	margin: 0 auto;
	margin-top: 45px;

}

.card > p{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 19px;
	text-align: center;
	margin-top: 20px;
	line-height: 25px;
}

#IsoStandard.card > img{  /* Dodato zbog poravnjenja */
	position: relative;
	display: block;
	width: 195px;
	margin: 0 auto;
	margin-top: 45px;
	padding-top:45px;
}

#IsoStandard.card > p{ /* Dodato zbog poravnjenja */
	margin-left: 40px;
	margin-right: 40px;
	font-size: 19px;
	text-align: center;
	margin-top: 20px;
	line-height: 25px;
	padding-top:33px;
}

@media screen and (max-width: 380px){
#sliderWrapper{
	height: 180px;
	background-size: auto 100%;
}

#hexaImg{
	background-size: auto 100%;
}
	
#sliderWrapper h1{
	font-size: 36px;
}

#sliderWrapper h1.german{
	font-size: 28px;
}

#sliderWrapper h3{
	font-size: 18px;
}

#cardHolder{
	display: block;
}

.card{
	display: block;
	height: auto;
}	

}

@media screen and (min-width: 380px) and (max-width: 480px){
#sliderWrapper{
	height: 400px;
	background-size: auto 100%;
}

#hexaImg{
	background-size: auto 100%;
}
	
#sliderWrapper h1{
	font-size: 45px;
}

#sliderWrapper h1.german{
	font-size: 35px;
}

#sliderWrapper h3{
	font-size: 20px;
}

#cardHolder{
	display: block;
}

.card{
	display: block;
	height: auto;
}	

}

@media screen and (min-width: 350px)  and (max-width: 800px){

#cardHolder{
	display: block;
}

.card{
	display: block;
	height: auto;
}	

#sliderWrapper{
	height: 200px
}

#sliderWrapper h1{
	font-size: 35px;
}

#sliderWrapper h1.german{
	font-size: 45px;
}

#sliderWrapper h3{
	font-size: 20px;
}

}

@media screen and (min-width: 800px) and (max-width: 1200px){
	.card{
		height: auto;
	}
	
	.card > p{
		text-align: center;
		font-size: 17px;
	}

	#sliderWrapper{
		height: 430px;
	}
}

@media screen and (min-width: 1200px){
	.card{
		width: 350px;
		margin-top: 70px;
		border: 1px solid #efefef;
		-webkit-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.35);
	}
	
	.card > p{
		
	}
}



























