
.swiper {
  width: 100%;
  height: 600px;
}

.swiper1, .swiper2, .swiper3, .swiper4 {
  width: 100%;
  height: 370px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.slider-stanga {
	margin-left: 100px;
    margin-right: 100px;
	text-align: left;
}

a.slider {
	font-size: larger;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.vert36 {
	position: absolute;
	top: 36%;
}

.slogan {
	display: inline-block;
    font-family: PT Sans Caption, sans-serif;
    font-weight: 400;
    font-size: 45px;
    background: #063d76;
    color: #fff;
}

.slogan_paint {
	display: inline-block;
    font-family: PT Sans Caption, sans-serif;
    font-weight: 400;
    font-size: 45px;
    background: #e1bf0d;
    color: #000;
}

.teaser-text {
	display: inline-block;
	font-family: PT Sans Caption, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;	
	margin-top: 0px;
    padding-top: 8px;
    padding-left: 5px;
	padding-bottom: 10px;
    background: #063d76;
    color: #fff;
}

.teaser-text_paint {
	display: inline-block;
	font-family: PT Sans Caption, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;	
	margin-top: 0px;
    padding-top: 8px;
    padding-left: 5px;
	padding-bottom: 10px;
    background: #e1bf0d;
    color: #000;
}

