.container .top-menu, 
.container .header, 
.container .footer {
	display: none !important;
}

.breadcrumbs, .content .infobox-column,
.main .content .menu.side-menu,
.text .article-info {
  	display: none;
}

#container .main .content .text h1 {
  position: inherit;
  color: inherit;
  font-size: 25pt;
  font-weight: 400;
  text-align: center;
}

.heider-logo-container {
  background-image:url(../img/heider-energie-logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 100pt;
  width: 100%;
}

#container .flex-full-width-row {
	width: auto;
  	min-width: auto;
}

.container .main .content {
  width: 40%;
  max-width: 700pt;
  font-size: 120%;
  font-weight: 300;
  margin-bottom: 100pt;
}

.stellenangebot-header {
 display: flex;
  justify-content: center;
  gap: 50pt;
  margin-top: 30pt;
  margin-bottom: 30pt;
  font-weight: 400;
}

.stellenangebot-header div {
}

.stellenangebot-header div::before {
  padding-right: 12px;
  font-family: FontAwesome;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  font-size: 14pt !important;
  position: relative;
}

.stellenangebot-header .dienstOrt::before {
  content: "\f041";
}

.stellenangebot-header .beschaeftigungsVerhaeltniss::before {
  content: "\f017";
}

.stellenangebot-header .arbeitsBeginn::before {
  content: "\f073";
}