.partners {
  display: flex;
  padding: 20px 0;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.partners > img {
  position: relative;
  display: none;
  margin: 15px 20px;
  width: 300px;
  height: auto;
}

.partners a > img {
  width: 180px;
  height: auto;
  margin: 15px 20px;
}

table.jobs {
	width: 100%;
}

table.jobs p, table.jobs img, table.jobs h4 {
	margin: 10px 0;
}

table.jobs td {
	border-top: 1px solid #ccc;
	padding: 10px 25px 10px 0;
	vertical-align: top;
}

table.jobs tr:last-child td {
	border-bottom: 1px solid #ccc;
}

@media(max-width: 767px) {
	table.jobs {
		border-top: 1px solid #ccc;
		margin: 15px 0 20px;
	}

	table.jobs tr:first-child {
		display: none;
	}

	table.jobs td {
		display: block;
		border-top: 0;
		padding: 3px 0;
	}

	table.jobs tr:last-child td {
		border-bottom: 0;
	}

	table.jobs td:last-child {
		border-bottom: 1px solid #ccc !important;
	}
}

.zizou .slider.index .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 767px) {
.news .newsitem {
    background-color: white;
}
}


.jobs-button {
	position: relative;
	display: inline-block;
    text-align: center;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 10px auto;
	background-color: #c01;
	color: white;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 34px;
	border-radius: 34px;
	transition: 0.3s ease;
	box-shadow: 0 0 0 5px rgba(204, 0, 17, 0);
}

.jobs-button span {
	display: block;
}

.jobs-button span + span {
	font-weight: 400;
        font-size: 0.9em;
}

.jobs-button span:first-child {
        text-transform: uppercase;
}

.jobs-button:hover {
	color: white;
	box-shadow: 0 0 0 10px rgba(204, 0, 17, 0.25);
}

@media(max-width: 767px) {
	.jobs-button {
		margin: 2px 0 20px;
		text-transform: none;
	}
}
.p-teaser {
    position: relative;
    display: block;
    width: 468px;
    max-width: calc(100% - 30px);
    margin: 20px auto 60px;
}
.p-teaser img {
    width: 100%;
    height: auto;
    display: block;
}

