#contentwrapper {
  background: #f5f8e9;
	color: #575757;
}
p > img {
    display: block;
}
.single-job p > img:only-child {
    margin: 0;
}
.single-job p:has(> img:only-child) {
    display: contents; /* oder padding/margin auf 0 */
}
h2 {
	font-size: 19px;
}
.single-job h2 + p, .job-row div, .single-job p:first-child {
  margin: 0 !important;
}
table {
  margin-top: 20px;
}
td img {
  width: 26px;
  margin-right: 11px;
  margin-bottom: -5px;
  margin-top: 4px;
}
#content {
  min-height: inherit;
}
#content p, .job-box {
hyphens: auto;
}
#content li {
	list-style: square;
}
#content li::marker {
	color: #88973e;
}
.mycontent {
  width: 100%;
  max-width: 920px;
  margin: auto;
}
.mycontent p:first-child {
  margin-top: 0 !important;
}
.full-width-container {
  background: #e1e8be;
  padding-bottom: 30px;
}
.full-width-container-content {
	  width: 100%;
  max-width: 920px;
  margin: auto;
}
.full-width-container-content h3 {
  font-weight: 400;
  color: #88973e;
  font-size: 31px;
  line-height: 1.2em;
	padding: 38px 0 32px;
}
.vorteile-wrapper {
  display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
}
.vorteile-wrapper div {
  text-align: center;
	width: 170px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.vorteile-wrapper img {
  width: 55px;
  background: #88973e;
  padding: 10px;
  border-radius: 50%;
}
.job-row {
  display: flex;
}
@media only screen and (max-width: 599px) {
	h1 {
		font-size: 26px;
	}
.job-row {
  flex-direction: column;
}
	.job-box {
  padding: 0 30px;
}
}
.job-box-solid {
  background: #88973e;
  color: white;
  padding: 15px 30px 20px;
  flex-shrink: 0;
}
.job-box-solid a {
  color: white !important;
  display: block;
}
.job-box-solid a:hover {
	text-decoration: none !important
}
@media only screen and (min-width: 600px) {
.job-box-solid {
  width: 345px;
}
}
.job-box {
  padding: 0 30px;
}
.headerbild {
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-bottom: 8px solid white;
	position:relative;
}
.headerbild p {
  margin-bottom: -8px;
}
.headerbild img {
  width: 100%;
  min-width: 1000px;
}
.headertext {
  position: absolute;
  background-color: #88973eb8;
	color: white;
  padding: 3.5vw;
  font-size: 3.5vw;
  line-height: 1.5em;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
	white-space: nowrap;
}
.headertext em {
  font-size: 4.5vw;
}
@media only screen and (min-width: 600px) {
	.headertext {
	  padding: 2.5vw;
    font-size: 2.5vw;
    line-height: 1.5em;
	}	
	.headertext em {
  font-size: 3.5vw;
}
}
@media only screen and (min-width: 1000px) {
	.headertext {
	  padding: 1.5vw;
    font-size: 1.5vw;
    line-height: 1.5em;
	}	
	.headertext em {
  font-size: 2vw;
}
}
.single-job tr td:first-child {
  min-width: 34px;
  vertical-align: top;
}
.single-job h2 + p {
  margin-top: 0 !important;
}
.job-img-wrapper {
  width: 90%;
  margin: auto;
	margin-top: 30px;
}
.page-karriere .wp-video, .single-job  .wp-video {
  margin-top: 30px;
}
@media only screen and (min-width: 750px) {
.job-img-wrapper, .page-karriere .wp-video, .single-job  .wp-video{
  float: left;
  width: 60%;
  max-width: 525px;
  margin-right: 30px;
  
}
.image-with-list img {
  width: 121%;
  height: fit-content;
  max-width: 525px;
  margin-right: 30px;
}
	.image-with-text img {
  width: 100%;
  height: fit-content;
  max-width: 525px;
  margin-right: 30px;
		flex-shrink: 0.6;
}
#move {
  margin-top: 16px;
  /*margin-bottom: 16px;*/
}
	#move-top-0 {
		 margin-top: 0px;
	}
.page-karriere .wp-video, .single-job  .wp-video {
  width: 60% !important;
}
.image-with-list, .image-with-text {
		display: flex;
}
}
/*.page-karriere .wp-video, .single-job  .wp-video, .single-job #content img:not(table img) {
  box-shadow: 10px 10px 20px gray;
  border: 3px solid #88973e;
}*/
.page-karriere .wp-video, .single-job  .wp-video, #content img:not(table img) {
  box-shadow: 10px 10px 20px gray;
  border: 3px solid #88973e;
}
.fg-item.fg-type-image.fg-loaded {
  box-shadow: 5px 5px 20px gray;
}
.job-portrait-wrapper {
  float: right;
  margin-top: 8px;
	margin-left: 15px;
}
.image-with-list, .image-with-text {
    margin-top: 30px;
  }
@media only screen and (max-width: 749px) {
.job-portrait-wrapper {
  width: 100px;
}
	.image-with-list, .image-with-text {
		text-align: center;
	}
	.list-wrapper {
		text-align: left;
		margin-top: 20px;
	}
		.image-with-list img, .image-with-text img {
		width: 90%;
	}
}
.job-portrait-wrapper img {
  border: 3px solid #88973e;
  box-shadow: 5px 5px 10px gray;
}
/*end neu*/
.n2-section-smartslider {border-bottom:7px solid white;}
.vorteile #content ul {max-width: 440px;}
.fg-item.fg-type-image.fg-loaded {
  margin-bottom: 10px;
}
@media only screen and (min-width : 550px){
	.foogallery-container {
		margin-right: 10px;
	}
	.foogallery-container {
		display:inline-block !important;
		width: 212px;
	}	
	#footermid {
	top: 0;
}
}
.wrapper-for-text-and-icon {
  display: flex;
  gap: 30px;
}
.insta-link img {
  width: 40px;
	margin-top: 4px;
}

@media only screen and (min-width: 750px) {
.page-jobs .wp-video {
  width: 50% !important;
  max-width: 412px !important;
  float: right;
	margin: 30px 0 15px 15px;
}
	.img-bewerben {
  margin-top: -100px;
}
.img-azubi {
  margin-top: 40px;
}
	.page-jobs #content p, .page-jobs #content li {
  width: 50%;
}
/*	.list-wrapper p {
  margin-top: -30px !important;
}*/
}
.wp-video:not(:hover) .mejs-container .mejs-controls {
    visibility: hidden;opacity: 0;
}
.mejs-overlay-button {
  display: none;
}