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

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

@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;
}