/** Additional CSS styles **/

html,
body {
	/*
	font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	*/
}

body {
	margin: 0;
	/* make footer stick to bottom */
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #334248;
}

h2 {
	color: #cc3332;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-size: 2.5rem;
}

p {
	margin: 0 0 1rem 0;
}

.text-center {
    text-align: center !important;
}

.clear {
	clear: both;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.align-items-center {
	align-items: center!important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

body #header {
	background: #21282d;
	border-bottom: 1px solid;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	height: 100px;
}

body #header img {
	float: left;
	display: inline;
	border: none;
	width: 12.5rem;
	height: auto;
	margin: 1.5rem 1.5rem;
}

.teaser {
	background-color: #334248;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.teaser .teaser-content {
	max-height: 55vh;
	min-height: 20rem;
	position: relative;
}

.teaser .teaser-phrase {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
}

.tab-container {
	margin-top: 3rem;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb-line {
	background-color: #334248;
	height: 4rem;
	margin-bottom: 4rem;
}

.breadcrumb-line a {
	color: #eaf0f2;
}

.max-width-custom {
	max-width: 770px;
}

/** style for job list view **/
.move-container-up {
    margin-top: -50px;
    padding-bottom: 16px;
}

.job-category-wrapper {
	padding-bottom: 2rem;
}

.subtitle-class {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.job-category-wrapper .job-box {
    text-decoration: none;
}

.job-box {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.07999999821186066);
    min-height: 6rem;
    padding-left: 1.8rem;
    margin-bottom: 1rem;
}

.jb-title {
    color: #334248;
}

.jb-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 4px;
    letter-spacing: .36px;
}

.jb-description {
    color: #191414;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
}

.jb-link {
    color: #4b545b;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 1.5rem;
}

/** style for application form **/
.details div {
	margin-bottom: 0.5rem;
	display: flex;
}

.details div:nth-child(odd) {
	background-color: rgba(51, 66, 72, 0.1);
}

.detailTitle {
	min-width: 13rem;
}

div.details div span,
div.details div span span {
	padding: 0.3rem 1rem 0.3rem 0.3rem;
}

.detail-subtitle {
    color: #191414;
    font-size: inherit;
    font-weight: 400;
	margin-bottom: 3.5rem;
}

.detail-content {
    padding-top: 2rem;
}

.description-wrapper-shown {
    display: block;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.detail-block-title {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.detail-block-description {
	padding-bottom: 3rem;
}

.detail-block-description a {
	color: inherit;
	text-decoration: underline;
}

.detail-block-description a:active {
	color: inherit;
}

.form-group label {
	color: #191414;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control {
    padding: 1.3rem 1.1rem;
    border: 0;
    background-color: #f3f4f5;
    border-radius: 2px;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.half-form-block {
	width: calc((100% - 11px)/2);
	display: inline-block;
	margin: 0 3px;
	margin-right: 3px;
	vertical-align: top;
}
.half-form-block:nth-of-type(2n) {
	margin-right: 0;
}

#document-categories .category .dropzone {
    flex: 1;
}
#document-categories .dropzone, #document-dropzone.dropzone {
    min-height: 5rem;
    padding: .688rem 1.05rem;
    border: 2px dashed #d9d9d9;
    background-color: #f3f4f5;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	color: #191414;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

#document-categories {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#document-categories .category {
	flex: 0 49%;
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
}

#document-categories .category label {
	text-transform: none;
}

.form-group label span {
	color: #000000;
}

.form-group .form-check-label {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
}

#document-categories .category .dropzone {
	flex: 1;
}

#document-categories .dropzone, #document-dropzone.dropzone {
	min-height: 79px;
	padding: .688rem 1.05rem;
	border: 2px dashed #d9d9d9;
	background-color: #f3f4f5;
	border-radius: 2px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-align: center;
}

.dropzone.dz-clickable {
	cursor: pointer;
}

.dropzone {
	min-height: 150px;
	border: 2px solid rgba(0,0,0,.3);
	background: #fff;
	background-color: rgb(255, 255, 255);
	padding: 20px;
}

.dropzone, .dropzone * {
	box-sizing: border-box;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	cursor: pointer;
}
.dropzone .dz-message {
	margin: 2em 0;
}

.dropzone-error {
	color: #a94442;
	font-weight: 400;
	margin-top: 5px;
	font-size: 15px;
	text-transform: none;
}

.upload-in-progress-warning {
	display: none;
	font-weight: 700;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-group .form-check-label {
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
}

.form-group label {
	color: #191414;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.form-check-label {
	margin-bottom: 0;
}

.privacy-policy-statement-link a:active {
	color: #334248;
}

career-submit-application-btn:disabled {
    opacity: .3;
    cursor: not-allowed;
}

.career-btn-primary {
    color: #eaf0f2;
    background-color: #334248;
	font-size: 1.2rem;
	font-weight: 700;
}

.career-submit-application-btn {
    padding: 12px 22px;
}

.career-submit-application-btn:disabled {
    opacity: .3;
    cursor: not-allowed;
}

.career-btn-shape {
    display: inline-block;
    border-radius: 2px;
    padding: 0.8rem 2.2rem;
    height: 3.3rem;
    border: 0;
}

.career-btn-primary:hover {
	color: #eaf0f2;
}

.career-btn-secondary {
	color: #eaf0f2;
}

.career-btn-secondary {
    font-size: 18px;
    font-weight: 700;
    background-color: #d1d1d1;
}

.action-btn-wrapper {
	padding-bottom: 5rem;
}

.conditionally-aligned:nth-of-type(2), .privacy-policy {
	text-align: right;
}

#footer {
	color: #fff;
	width: 100%;
	font-size: 0.8rem;
	min-height: 3rem;
	padding-top: 0;
	margin-top: auto;
	bottom: 0;
}

#footer .wrapImpressum {
	background-color: #282828;
	padding-top: 1rem;
	padding-bottom: 2rem;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#footer .left a {
	margin-left: 5px;
	margin-right: 5px;
}
#footer a, #footer a:visited {
	color: white;
}
