/* to all who find these rules, it's files/extra/lb.css */
@font-face {
    font-family: 'T-Star';
    src: local('T-Star Heavy'), local('T-Star-Heavy'),
        url('/files/extra/T-Star-Heavy.woff2') format('woff2'),
        url('/files/extra/T-Star-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.is-hidden {
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.headline-highlight {
	margin-bottom: 15px;
	padding-left: 10px;
}
.headline-highlight h1, .headline-highlight h2, .headline-highlight h3, .headline-highlight h4,
h1.headline-highlight, h2.headline-highlight, h3.headline-highlight, h4.headline-highlight {
	font-family: 'T-Star';
    background-color: black;
    display: inline;
    box-shadow: 0 0 0 0.2em black;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
}
.form-job {
	padding: 0;
}
.form-job form {
	margin-bottom: 0;
}
.form-job .headline-highlight {
	margin-bottom: 25px;
}
.form-job .flexbox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.form-job .widget-checkbox span {
	width: 33.3334%;
}
.form-job .widget-checkbox legend {
	display: block;
	margin-bottom: 10px;
}
.form-job .fieldset-flexbox {
	display: flex;
	flex-wrap: wrap;
}
.form-job .widget-upload,
.form-job .widget-fineuploader {
	padding: 0;
	width: 100%;
}
.form-job .widget-fineuploader ~ .widget-fineuploader {
	margin-left: 20px;
}
.form-job .widget-fineuploader label.btn {
	width: 100%;
	font-size: 15px;
    padding: 9px 19px 10px;
}
.form-job .fieldset-flexbox .group-span-filestyle {
	float: none;
	display: block;
	text-align: left;
}
.form-job .fieldset-flexbox p.description {
	float: none;
	display: block;
	margin-top: 5px;
	margin-left: 0;
	font-size: 14px;
	line-height: 1.4;
}
.form-job .privacy span {
	width: 100%;
	display: block;
}
.form-job .explanation.required-fields p {
	font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
	.mobile-hidden {
		display: block;
		position: absolute;
		-webkit-transform: translateX(-200%);
		-moz-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%);
	}
	.ce_table.mobile .tbody .tr:nth-child(even) {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.form-job .widget-fineuploader {
		display: none;
	}
	.form-job .widget-checkbox span {
		width: 50%;
	}
	.form-job .privacy span {
		width: 100%;
	}
}

.grecaptcha-badge {
	right: -260px !important;
}

@media screen and (min-width: 992px) {
	.lb-danke .lightbox {
		padding: 50px;
	}
}
/* new form in LB */
@media screen and (min-width: 768px) {
	body.has-form {
		padding: 50px;
	}	
}
@media screen and (max-width: 767px) {
	body.has-form #main .mod_article .outer {
		padding-top: 50px;
		padding-bottom: 50px;
	}	
}

.lb-form .explanation h2, .lb-form .explanation h3 {
	max-width: 100%;
}
.lb-form fieldset.is-col-left {
	clear: left;
	position: relative;
	z-index: 10;
}
.lb-form .salutation, .lb-form .dimensions {
	overflow: hidden;
}
.lb-form .salutation fieldset, .lb-form .dimensions fieldset {
	overflow: hidden;
	width: 100%;
}
.lb-form .salutation span, .lb-form .dimensions span {
	float: left;
}
.lb-form .salutation span + span, .lb-form .dimensions span + span {
	margin-left: 30px;
}
.lb-form .callback, .lb-form .newsletter {
	clear: none;
}
.lb-form .explanation.step-2 h2, .lb-form .explanation.step-2 h3 {
	margin-top: 50px;
}
.lb-form .dimensions fieldset {
	margin-top: 25px;
}
.lb-form .area .field-wrapper {
	display: flex;
	align-items: center;
}
.lb-form .area .field-wrapper:after {
	content: '㎡';
	margin-left: 5px;
	font-family: 'tstar_mono_roundregular', sans-serif;
}
.lb-form .area input {
	border-bottom: 1px solid #141312;
	width: auto;
}
.lb-form textarea {
	height: 150px;
}
.lb-form .area input:focus + label .label-content {
	transform: translateY(0);
}
.lb-form .area label {
	position: relative;
	order: -1;
	margin-right: 10px;
	width: auto;
}
.lb-form .area label:after {
	display: none;
}
.lb-form input:focus + label::after {
	-webkit-transform: scale3d(1, 3, 1);
	-moz-transform: scale3d(1, 3, 1);
	-ms-transform: scale3d(1, 3, 1);
	transform: scale3d(1, 3, 1);
}
.lb-form .widget-submit {
	text-align: left;
	margin-top: 30px;
}

.lb-form input.text.input--filled + label {
	display: none;
}
.lb-form input.text.input--filled {
	border-color: #3b7641;
	border-width: 2px;
	background: url(/files/svg/check-green.svg) no-repeat 100% 50%;
	background-size: 15px auto;
}
.lb-form input.text.error {
	border-width: 2px;
	border-color: red;
	background: url(/files/svg/check-red.svg) no-repeat 100% 50%;
	background-size: 15px auto;
}
.lb-form input.text.error + label:after {
	display: none;
}
.lb-form .widget-submit {
    float: none !important;
    width: 100% !important;
    text-align: right;
}
.lb-form .widget-submit .submit {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.lb-form .buttons-label {
		display: none;
	}
}

button.submit.disabled {
	pointer-events: none;
}

.widget-text.is-hidden,
.widget-upload.is-hidden {
	margin: 0;
	padding: 0;
}