.txt-col {
	column-count: 1;
	column-gap: 30px;
	hyphens: auto;
}

.txt-col h1,
.txt-col h2,
.txt-col h3,
.txt-col h4 {
	word-wrap: break-word;
}

.box-intro .custom-image {
  height: 560px;
  background-position: unset;
}

.box-intro h1 {
  z-index: 1;
  color: #000 !important;
}
.box-text .custom-image, .custom-paper .coveto_ansprechpartner_foto--circle, .box-text .custom-cta {
    display: none;
}

.box-text .custom-paper{
  margin: 0;
  padding: 0;
  border: none;
  border-radius: unset;
  box-shadow: unset;
  max-width: unset;
}

.box-text .custom-slogan, .box-text .custom-stellenname h1 {
  text-align: left;
  font-weight: 700;
  padding: 0;
}

.coveto_job_details {
  display: flex;
}

.box-text .custom-paper h2{
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.4em;
}

@media (min-width:1238px){
  .box-text .custom-paper h2 {font-size:1em}
}

@media (max-width: 768px) {
	.txt-col {
		column-count: 1;
	}
}

.job-counter {
	font-size: 50%;
	letter-spacing: 1px;
}

.coveto-form {
	width: 100%;
	display: block;
	border: none;
	min-height: 640px;
	background: none;
}

.job-contact {
	margin-top: 5em;
}

.job-category {
	overflow: hidden;
}

.share-job {
	color: #707070;
	display: block;
	padding-top: 2em;
}

.share-job .share-in {
	font-weight: bold;
	display: inline-block;
	padding-right: 1em;
}

.share-job a {
	color: #707070;
	display: inline-block;
	padding: 0 0.3em;
	font-size: 2em;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: none !important;
}

.share-job a:hover,
.share-job a:active {
	opacity: 0.8;
}

@font-face {
  font-family: 'share-icons';
  src:  url('../Fonts/icomoon.eot?fqvt8g');
  src:  url('../Fonts/icomoon.eot?fqvt8g#iefix') format('embedded-opentype'),
    url('../Fonts/icomoon.ttf?fqvt8g') format('truetype'),
    url('../Fonts/icomoon.woff?fqvt8g') format('woff'),
    url('../Fonts/icomoon.svg?fqvt8g#share-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="share-icon-"], [class*=" share-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'share-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-icon-print:before {
  content: "\e900";
  color: #53565a;
}
.share-icon-facebook:before {
  content: "\e901";
  color: #53565a;
}
.share-icon-linkedin:before {
  content: "\e902";
  color: #53565a;
}
.share-icon-twitter:before {
  content: "\e903";
  color: #53565a;
}
.share-icon-whatsapp:before {
  content: "\e904";
  color: #53565a;
}
.share-icon-xing:before {
  content: "\e905";
  color: #53565a;
}

.box-text .container-text>h2.large-headline,
.box-text .row [class^="col-"]>h2.large-headline {
	font-size: 9em;
	margin: 0;
}

#coveto {
  position: relative;
}

#coveto li {
  list-style-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
  list-style-image: linear-gradient(#000000, #000000);
}

.box-blue#coveto li,
.box-green#coveto li,
.box-red#coveto li,
.box-pink#coveto li,
.box-salmon#coveto li,
.box-gold#coveto li,
.box-yellow#coveto li,
.box-black#coveto li {
  list-style-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  list-style-image: linear-gradient(#ffffff, #ffffff);
}

#coveto li::marker {
  font-size: 1.5em;
}

#coveto .akkordion-button {
	position: relative;
	width: 100%;
	background: unset;
	border: none;
	text-align: left;
}

#coveto .frame-type-akafoetemplates_akkordionpanel.empty .akkordion-button:after {
  display: none;
}

#coveto .frame-type-akafoetemplates_akkordionpanel.empty {
  -webkit-filter: opacity(0.75);
          filter: opacity(0.75);
}

#coveto .frame-type-akafoetemplates_akkordionpanel button:focus {
  background-color: rgba(0,0,0,0.1);
}

#coveto .modal-background {
  display: grid;
  position: absolute;
  place-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}

#coveto .modal-background.show-modal {
  background: #00000050;
  visibility: visible;
  opacity: 1;
}

#coveto .modal-message {
  position: relative;
  background: #ffffff;
  color: #000000;
  padding: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  min-height: 130px;
  text-align: center;
}

@media screen and (max-width: 425px) {
  #coveto .modal-message {
    width: 85%;
  }
}

#coveto .modal-message h1 {
  margin: 0;
  font-size: 17px;
  line-height: 20px;
}

#coveto .modal-message #close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #000000;
  color: #ffffff;
  border: none;
  transform: translate(50%, -50%);
}

#coveto .modal-message #close-modal svg {
  width: 100%;
  height: 100%;
}

#coveto .frame-type-akafoetemplates_akkordionpanel button:focus {
  background-color: rgba(0,0,0,0.1);
}

.jobcount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 2.8rem / 2);
    right: 70px;
    width: 2.8rem;
    height: 2.8rem;
    background: #232323;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.4rem;
}

.box-blue .jobcount,
.box-green .jobcount,
.box-red .jobcount,
.box-pink .jobcount,
.box-salmon .jobcount,
.box-gold .jobcount,
.box-yellow .jobcount,
.box-black .jobcount {
  background: #ffffff;
  color: #232323;
}