.elementor-kit-6{--e-global-color-primary:#89583E;--e-global-color-secondary:#54595F;--e-global-color-text:#3E281C;--e-global-color-accent:#61CE70;--e-global-color-b87a137:#1D0C04;--e-global-color-86747e0:#89583E;--e-global-color-6597081:#000000;--e-global-color-4495a87:#FFFFFF;--e-global-typography-primary-font-family:"INTER_BB";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"INTER_BB";--e-global-typography-secondary-font-weight:200;--e-global-typography-text-font-family:"INTER_BB";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"INTER_BB";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-b87a137 );font-family:"INTER_BB", Sans-serif;font-size:28px;font-weight:400;line-height:1.6em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-4495a87 );font-weight:700;color:var( --e-global-color-text );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-b87a137 );border-radius:0px 0px 0px 0px;padding:12px 48px 12px 48px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#89583E;color:var( --e-global-color-4495a87 );border-radius:0px 0px 0px 0px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-86747e0 );font-family:"INTER_BB", Sans-serif;font-size:28px;line-height:1.1em;}.elementor-kit-6 a:hover{color:#E2956C;font-size:28px;}.elementor-kit-6 h1{color:var( --e-global-color-6597081 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{color:var( --e-global-color-b87a137 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h3{color:#1D0C04;font-family:"INTER_BB", Sans-serif;font-size:36px;font-weight:700;line-height:1.5em;}.elementor-kit-6 h4{color:var( --e-global-color-86747e0 );font-family:"INTER_BB", Sans-serif;font-size:32px;font-weight:400;line-height:1em;}.elementor-kit-6 h5{font-family:"INTER_BB", Sans-serif;font-size:28px;font-weight:bold;}.elementor-kit-6 h6{font-size:24px;}.elementor-kit-6 label{font-size:24px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:48px;--container-default-padding-right:0px;--container-default-padding-bottom:48px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-navigation-icons-size:18px;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:22px;line-height:1.5em;}.elementor-kit-6 a{font-size:22px;}.elementor-kit-6 a:hover{font-size:22px;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{font-size:27px;}.elementor-kit-6 h5{font-size:24px;}.elementor-kit-6 h6{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:767px){.elementor-kit-6{font-size:17px;}.elementor-kit-6 a{font-size:17px;}.elementor-kit-6 a:hover{font-size:17px;}.elementor-kit-6 h3{font-size:16px;}.elementor-kit-6 h4{font-size:23px;}.elementor-kit-6 h5{font-size:20px;}.elementor-kit-6 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}
/* Start custom CSS */.job-item {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
}

.job-title {
    position: relative;
    padding: 28px 50px 28px 20px;
    cursor: pointer;
    list-style: none;

    font-size: 24px;
    font-weight: 700;
}

/* Standard-Dreieck entfernen */
.job-title::-webkit-details-marker {
    display: none;
}

.job-title::marker {
    display: none;
    content: "";
}

/* Plus */
.job-title::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
}

/* Minus bei geöffnetem Job */
.job-item[open] .job-title::after {
    content: "−";
}

.job-content {
    padding: 0 20px 30px 20px;
    font-size: 20px;
    line-height: 1.6;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'INTER_BB';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('http://www.bieberbau-berlin.de/wp-content/uploads/2026/08/Inter-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'INTER_BB';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('http://www.bieberbau-berlin.de/wp-content/uploads/2026/08/Inter-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'INTER_BB';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://www.bieberbau-berlin.de/wp-content/uploads/2026/08/Inter-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'INTER_BB';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://www.bieberbau-berlin.de/wp-content/uploads/2026/08/Inter-Light.woff2') format('woff2');
}
/* End Custom Fonts CSS */