/* CSS Document */

* {
    margin:0px;
    padding:0px;
}
html {
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

a {
	outline:none;
}
img {
    max-width:100%;
    height:auto;
}
p strong {
    font-family: heebo, sans-serif;
    font-weight: 500 !important; 
    font-style: normal;
}

#header {
    position: fixed;
    top:0;
	width:100%;
	background:none;
	transition: all .4s ease;
	z-index: 999999;
}
#header.nav-down {
	background:none;
	transition: all .4s ease;
}
#header.nav-down.shrink {
	background:rgba(249,249,249,0.75);
	transition: all .4s ease;
}
#header.nav-up {
	top: -134px;
	transition: all .4s ease;
}
#header.nav-down {
    top:0;
    transition: all .4s ease;
}
#logo {
    display: inline-block;
    padding:52px 90px 26px 90px;
}
#header #logo .uu-logo, #header.shrink #logo .sw-logo {
    display: none;
}
#header.shrink #logo .uu-logo, #header #logo .sw-logo {
    display: block;
}
#kontakt {
    position: absolute;
    top:35px;
    right:85px;
    z-index: 999999;
}
#kontakt a {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:14px;
    line-height: 17px;
    color:#4d4e4c;
    letter-spacing: 0.25px;
    text-decoration: none;
    display: inline-block;
    margin:0 5px;
}
.ueberuns #kontakt a {
    color:#fff;
}
.ueberuns .shrink #kontakt a {
    color:#d24a4a;
}
#menu {
    position: absolute;
    top:73px;
    right:80px;
    z-index: 999999;
}
#menu ul {
    text-align: right;
    font-size:0;
}
#menu ul li {
    display: inline-block;
    margin:0 10px;
}
#menu ul li a {
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:22px;
    line-height: 26px;
    color:#d24a4a;
    text-decoration: none;
    letter-spacing: 0.4px;
    display: block;
}
.ueberuns #menu ul li a {
    color:#fff;
}
.ueberuns .shrink #menu ul li a {
    color:#d24a4a;
}
#menu ul li a:hover, #menu ul li a.current {
    border-bottom:2px solid #d24a4a;
}
.ueberuns #menu ul li a:hover, .ueberuns #menu ul li a.current {
    border-bottom:2px solid #fff;
}
.ueberuns .shrink #menu ul li a:hover, .ueberuns .shrink #menu ul li a.current {
    border-bottom:2px solid #d24a4a;
}
#header-img, .parallax-block {
    position: -webkit-sticky;
    position: sticky;
    top:0;
}
.no-parallax {
    position: relative;
    z-index: 9999999;
    margin:0;
}

#header-img {
    width:100%;
    height:100vh;
}
#header-img #header-img-img {
    position: absolute;
    width:100%;
    height:100vh;
    background-attachment: fixed !important;
    background-size:cover !important;
}
#header-img #header-img-caption {
    position: fixed;
    top:198px;
    left:90px;
    max-width:700px;
}
#header-img #header-img-caption h1 {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:46px;
    line-height: 67px;
    color:#fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#header-img #scroll-down {
    position: fixed;
    top:45%;
    right:90px;
    z-index: 99999;
}

#container {
    position:relative;
    z-index: 99999;
}
#container.sdetail {
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 52.5%, #F1F1F1 52.5%, #F1F1F1 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 52.5%, #F1F1F1 52.5%, #F1F1F1 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 52.5%, #F1F1F1 52.5%, #F1F1F1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(52.5, #FFFFFF), color-stop(52.5, #F1F1F1), color-stop(100, #F1F1F1));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 52.5%, #F1F1F1 52.5%, #F1F1F1 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 52.5%, #F1F1F1 52.5%, #F1F1F1 100%);
}
#container.sdetail.nogradient {
    background-image:none;
}
#container.stellensuche {
    padding-top:222px;
}

#branchen-auswahl {
    background:rgba(249,249,249,0.75);
    padding:20px 30px;
    width:calc(100% - 60px);
}
.ba-bottom.no-parallax #branchen-auswahl, #branchen-auswahl.ba-bottom {
    background:#f9f9f9;
}
#branchen-auswahl h2 {
    font-family: pt-serif, serif;
    font-weight: 400;
    font-style: normal;
    font-size:30px;
    line-height: 42px;
    color:#d24a4a;
    text-align: center;
    margin:0 0 25px 0;
}
#ba-block {
    display: flex;
    flex-wrap: wrap;
    max-width:1440px;
    margin:0 auto;
}
#ba-block .ba-box {
    width:calc(16.666666666666666666666666666667% - 80px);
    margin:0 40px;
    opacity: 1;
    transition: all .3s ease;
}
#ba-block .ba-box.current, #ba-block .ba-box:hover {
    opacity: 0.23;
    transition: all .3s ease;
}
#ba-block .ba-box img {
    display: block;
    margin: 0 auto 15px auto;
}
#ba-block .ba-box h3 {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:14px;
    line-height: 17px;
    color:#d24a4a;
    text-align: center;
}
#ba-block .ba-box h3 a {
    color:#d24a4a;
    text-decoration: none;
}
#branchen-auswahl.ba-top {
    position: absolute;
    bottom:0;
    z-index: 99999;
}

#dienstleistungen {
    background:#f1f1f1;
    padding:120px 90px 240px 90px;
}
#team-block {
    background:#f1f1f1;
    padding:120px 90px;
}
#bewerbersuche {
    background:#fff;
    padding:120px 90px 240px 90px;
}
#ueber-uns-block, #kontakt-block {
    background:#fff;
    padding:120px 90px;
}
#dienstleistungen .top-line-linktext, #bewerbersuche .top-line-linktext {
    margin:0 0 160px 0;
}
#dienstleistungen .top-line-linktext a, #bewerbersuche .top-line-linktext a {
    display:inline-block;
    background:url(../images/title-line.svg) no-repeat left center;
    background-size:40px 9px;
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:13px;
    line-height: 30px;
    color:#d24a4a;
    text-decoration: none;
    padding-left:60px;
}
#dienstleistungen .top-line-linktext a:hover, #bewerbersuche .top-line-linktext a:hover {
    color:#ae2c2c;    
}
#dienstleistungen .text-block, #bewerbersuche .text-block, #ueber-uns-block .text-block, #team-block .text-block, #kontakt-block .text-block {
    margin:0 auto;
    max-width:774px;
}
#dienstleistungen .text-block h2, #bewerbersuche .text-block h2, #ueber-uns-block .text-block h1, #team-block .text-block h2, #kontakt-block .text-block h2 {
    font-family: pt-serif, serif;
    font-weight: 400;
    font-style: normal;
    font-size:40px;
    line-height: 58px;
    color:#4d4d4d;
    margin:0 0 20px 0;

}
#ueber-uns-block .text-block h2 {
    font-family: heebo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:19px;
    line-height: 35px;
    color:#4d4d4d;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#ueber-uns-block .text-block h1, #team-block .text-block h2, #kontakt-block .text-block h2 {
    text-align: center;
}
#dienstleistungen .text-block p, #bewerbersuche .text-block p, #ueber-uns-block .text-block p, #team-block .text-block p, #kontakt-block .text-block p {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:19px;
    line-height: 35px;
    color:#4d4d4d;
    margin:0 0 30px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#dienstleistungen .text-block p a, #bewerbersuche .text-block p a, #ueber-uns-block .text-block p a, #team-block .text-block p a, #kontakt-block .text-block p a, #dienstleistungen .text-block ul li a, #bewerbersuche .text-block ul li a, #ueber-uns-block .text-block ul li a, #team-block .text-block ul li a, #kontakt-block .text-block ul li a, #dienstleistungen .text-block ol li a, #bewerbersuche .text-block ol li a, #ueber-uns-block .text-block ol li a, #team-block .text-block ol li a, #kontakt-block .text-block ol li a {
    color:#4d4d4d;
}
#dienstleistungen .text-block p a:hover, #bewerbersuche .text-block p a:hover, #ueber-uns-block .text-block p a:hover, #team-block .text-block p a:hover, #kontakt-block .text-block p a:hover, #dienstleistungen .text-block ul li a:hover, #bewerbersuche .text-block ul li a:hover, #ueber-uns-block .text-block ul li a:hover, #team-block .text-block ul li a:hover, #kontakt-block .text-block ul li a:hover, #dienstleistungen .text-block ol li a:hover, #bewerbersuche .text-block ol li a:hover, #ueber-uns-block .text-block ol li a:hover, #team-block .text-block ol li a:hover, #kontakt-block .text-block ol li a:hover {
    text-decoration: none;
}
#dienstleistungen .tb-button a, #bewerbersuche .tb-button a {
    display: inline-block;
    width:163px;
    border:1px solid #c7c7c7;
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    line-height: 22px;
    color:#d24a4a;
    text-decoration: none;
    padding:10px 40px 10px 20px;
    background:url(../images/arrow-right-red.svg) #fff no-repeat right 16px center;
    background-size:10px 18px;
    text-align: center;
    transition: all .3s ease;
}
#dienstleistungen .tb-button a:hover, #bewerbersuche .tb-button a:hover {
    color:#fff;
    background:url(../images/arrow-right-white.svg) #d24a4a no-repeat right 16px center;
    background-size:10px 18px;
    transition: all .3s ease;
}
#dienstleistungen .text-block ul, #bewerbersuche .text-block ul, #ueber-uns-block .text-block ul, #team-block .text-block ul, #kontakt-block .text-block ul, #dienstleistungen .text-block ol, #bewerbersuche .text-block ol, #ueber-uns-block .text-block ol #team-block .text-block ol, #kontakt-block .text-block ol {
    margin:0 0 30px 0;
    padding:0 0 0 30px;
}
#dienstleistungen .text-block ul li, #bewerbersuche .text-block ul li, #ueber-uns-block .text-block ul li, #team-block .text-block ul li, #kontakt-block .text-block ul li {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:19px;
    line-height: 35px;
    color:#4d4d4d;
    list-style: disc;
}
#dienstleistungen .text-block ol li, #bewerbersuche .text-block ol li, #ueber-uns-block .text-block ol li, #team-block .text-block ol li, #kontakt-block .text-block ol li {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:19px;
    line-height: 35px;
    color:#4d4d4d;
    list-style: decimal;
}

#portrait {
    width:100%;
    height:100vh;
    position: relative;
    z-index: 9999;
}
#portrait #portrait-bg {
    position: absolute;
    width:100%;
    height:100vh;
    background-size:cover !important;
    background-attachment: fixed !important
}
#portrait .top-line-linktext {
    position: absolute;
    top:120px;
    left:90px;
    z-index: 9999;
}
#portrait .top-line-linktext a {
    display:inline-block;
    background:url(../images/title-line-w.svg) no-repeat left center;
    background-size:40px 9px;
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:13px;
    line-height: 30px;
    color:#fff;
    text-decoration: none;
    padding-left:60px;
}
#portrait #portrait-caption {
    position: absolute;
    top:198px;
    left:90px;
    max-width:751px;
    z-index: 9999;
}
#portrait #portrait-caption h2 {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:46px;
    line-height: 67px;
    color:#fff;
    margin:0 0 60px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#portrait #portrait-caption .portrait-button a, .all-button a, .pbh-ib-button a, #jobs-more-button span {
    display: inline-block;
    width:163px;
    border:1px solid #c7c7c7;
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    line-height: 22px;
    color:#d24a4a;
    text-decoration: none;
    padding:10px 40px 10px 20px;
    background:url(../images/arrow-right-red.svg) #fff no-repeat right 16px center;
    background-size:10px 18px;
    text-align: center;
    transition: all .3s ease;
}
#portrait #portrait-caption .portrait-button a:hover, .all-button a:hover, .pbh-ib-button a:hover, #jobs-more-button span:hover {
    color:#fff;
    background:url(../images/arrow-right-white.svg) #d24a4a no-repeat right 16px center;
    background-size:10px 18px;
    transition: all .3s ease;
}
#jobs-more-button span {
    cursor: pointer;
}
.pbh-ib-button, #kontakt-block .tb-button.tbsmall a, #kontakt-block .tb-buttons.tbsmall a, #ph-block .ph-buttons.tbsmall a, #jobs-more-button {
    text-align: center;
}
#kontakt-block .tb-button.tbsmall a, #kontakt-block .tb-buttons.tbsmall a, #ph-block .ph-buttons.tbsmall a {
    padding:21px 35px 21px 35px;
}
#portrait #portrait-caption .portrait-button a, .all-button a, .pbh-ib-button a, .back-to-overview a, #dienstleistungen .tb-button.tbsmall a, #bewerbersuche .tb-button.tbsmall a {
    padding:21px 40px 21px 20px !important;
}

.accordion-block {
    padding:30px 0 60px 0;
}
.accordion-block .acc-panel {
    border-top:1px solid #d8d8d8;
}
.accordion-block .acc-panel:nth-last-child(1) {
    border-bottom:1px solid #d8d8d8;
}
.pbh-trigger {
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
}
.acc-trigger, .pbh-trigger {
    padding:20px 64px 20px 8px;
    position: relative;
    cursor: pointer;
    background:none;
    transition: all .4s ease;
}
.acc-trigger.active, .acc-trigger:hover, .pbh-trigger.active, .pbh-trigger:hover {
    background:#e7e7e7;
    transition: all .4s ease;
}
.acc-trigger-arrow {
    position: absolute;
    top:8px;
    right:8px;
    transform: rotate(0deg);
    transition: all .4s ease;
    display: block;
}
.acc-trigger.active .acc-trigger-arrow, .pbh-trigger.active .acc-trigger-arrow {
    transform: rotate(180deg);
    transition: all .4s ease;
}
.acc-trigger h3, .pbh-trigger h3 {
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:20px;
    line-height: 23px;
    color:#4d4d4d;
    letter-spacing: 1.09px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.acc-toggle {
    background:#fff;
    padding:50px 60px 20px 60px;
    display: none;
}
.acc-toggle h4 {
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:20px;
    line-height: 34px;
    color:#4d4d4d;
    letter-spacing: 1px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#dienstleistungen .text-block .acc-toggle p, #bewerbersuche .text-block .acc-toggle p {
    font-family: heebo, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 34px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.dfk .tb-button {
    text-align: center;
}

.teammember-block {
    display: flex;
    flex-wrap:wrap;
}
.teammember-block .tm-box {
    width:calc(40% - 40px);
    margin-bottom:40px;
}
.teammember-block .tm-box:nth-child(2n+1) {
    width:calc(60% - 40px);
    margin-right:40px;
}
.tm-img {
    margin:0 0 20px 0;
}
.tm-img img {
    display: block;
    border-radius:100%;
}
.tm-text h3 {
    font-family: heebo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:17px;
    line-height: 25px;
    color:#4d4d4d;
}
#team-block .text-block .tm-text h4 {
    font-family: heebo, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size:15px;
    line-height: 25px;
    color:#4d4d4d;
}
#team-block .text-block .tm-text p {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:15px;
    line-height: 25px;
    color:#4d4d4d;
    margin:0 0 10px 0;
}
#team-block .text-block .tm-text p a {
    color:#4d4d4d;
}
#team-block .text-block .tm-text p a:hover {
    text-decoration: none;
}
.sicons {
    margin:0 0 10px 0;
}
.sicons a {
    display: inline-block;
    margin-right:10px;
    opacity: 1;
    transition: opacity .4s ease;
}
.sicons a:hover {
    opacity: 0.8;
    transition: opacity .4s ease;
}


.kontakt-box {
    display: flex;
    flex-wrap: wrap;
    margin:0 0 30px 0;
}
.kontakt-box .kb-left {
    width:calc(50% - 15px);
    text-align: right;
    padding-right:15px;
}
.kontakt-box .kb-right {
    width:calc(50% - 15px);
    text-align: left;
    padding-left:15px;
}
.kontakt-box p a {
    color:#4d4d4d;
}
.oz-box {
    padding-bottom:1px;
    margin:0 0 30px 0;
}
.oz-box p, #kontakt-block .tb-button, #kontakt-block .tb-buttons, #ph-block .ph-buttons {
    text-align: center;
}
.weg-box {
    text-align: center;
    margin:0 0 60px 0;
}
#kontakt-block .tb-button a, #kontakt-block .tb-buttons a, #ph-block .ph-buttons.tbsmall a {
    display: inline-block;
    border:1px solid #c7c7c7;
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    line-height: 22px;
    color:#d24a4a;
    text-decoration: none;
    padding:10px 20px;
    background:#fff;
    background-size:10px 18px;
    text-align: center;
}
#ph-block .ph-buttons.tbsmall a { 
    padding: 21px 35px;
}
#kontakt-block .tb-buttons a {
    margin:0 10px 20px 10px;
}
#kontakt-block .tb-button a:hover, #kontakt-block .tb-buttons a:hover, #ph-block .ph-buttons.tbsmall a:hover {
    color:#fff;
    background:#d24a4a;
    transition: all .3s ease;
}

#pb-head {
    margin:0 auto 80px auto;
    max-width:1075px;
}
#pb-head-inner {
    display: flex;
    flex-wrap: wrap;
    margin:0 0 30px 0;
}
#pb-head-inner .pbh-img {
    width:262px;
    margin-right:40px;
    padding-top:10px;
}
#pb-head-inner .pbh-img img {
    display: block;
    border-radius:100%;
}
#pb-head-inner .pbh-text {
    width:calc(100% - 302px);
}
#pb-head-inner .pbh-text h1 {
    font-family: pt-serif, serif;
    font-weight: 400;
    font-style: normal;
    font-size:40px;
    line-height: 58px;
    color:#4d4d4d;
    margin:0 0 30px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#pb-head-inner .pbh-text p {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:19px;
    line-height: 31px;
    color:#4d4d4d;
    margin:0 0 30px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#pb-head-inner .pbh-text p.nomargin {
    margin:0;
}
#pb-head-inner .pbh-text ul, .pbh-text ol {
    margin:0 0 30px 0;
    padding:0 0 0 20px;
}
#pb-head-inner .pbh-text ul li {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:19px;
    line-height: 31px;
    color:#4d4d4d;
    list-style: disc;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#pb-head-inner .pbh-text ol li {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:19px;
    line-height: 31px;
    color:#4d4d4d;
    list-style: decimal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#pb-head-inner.phead-all .pbh-img  {
    display: none;
}
#pb-head-inner.phead-all .pbh-text {
    width: 100%;
    text-align: center;
}
.phb-info {
    padding:20px 0;
}
.phb-info p {
    font-family: heebo, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #4d4d4d;
}

#jobs-block {
    margin:0 auto 180px auto;
    max-width:983px;
}
#jobs-filter {
    padding-bottom:120px;
    background:url(../images/vertical-line_small.svg) #fff no-repeat bottom 36px center;
    background-size:8px 48px;
}
#jobs-filter .filter-items {
    display: flex;
}
#jobs-filter .filter-item {
    margin:0 10px;
    width:calc(25% - 20px);
}

#jobs-output {
    margin:0 50px 60px 50px;
    padding:20px 60px 30px 60px;
    border:1px solid #c7c7c7;
}
#jobs-output .job-box {
    border-top:1px solid #c7c7c7;
    padding-top:30px;
}
#jobs-output .job-box:nth-child(1) {
    border-top:none;
}
#jobs-output .job-box h2 {
    font-family: heebo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:17px;
    line-height: 26px;
    color:#4d4d4d;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#jobs-output .job-box h2 a {
    color:#4d4d4d;
    text-decoration: none;
}
#jobs-output .job-box p, #jobs-output p {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:17px;
    line-height: 26px;
    color:#4d4d4d;
    margin:0 0 30px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#jobs-output p {
    margin:0;
}
#jobs-output .job-box p a {
    color:#d24a4a;
    white-space: nowrap;
}
#jobs-output .job-box p a:hover {
    text-decoration: none;
}
#jobs-output .job-box span.job-proloc {
    display: block;
    margin:0 0 5px 0;
}

#detail-content {
    margin:0 auto;
    padding-top:222px;
    max-width:1065px;
    display: flex;
    flex-wrap: wrap;
}
#detail-content #content-left {
    width:calc(31.92488262910798% - 40px);
    margin-right:40px;
    padding-bottom:120px;
}
#detail-content #content-right {
    width:68.07511737089203%;
    padding-bottom:120px;
}
#detail-content #content-right h1 {
    font-family: pt-serif, serif;
    font-weight: 400;
    font-style: normal;
    font-size:40px;
    line-height: 58px;
    color:#4d4d4d;
    margin:0 0 15px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#detail-content #content-right h2 {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:17px;
    line-height: 26px;
    color:#4d4d4d;
    margin:0 0 30px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#detail-content #content-right h3 {
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:17px;
    line-height: 26px;
    color:#4d4d4d;
    letter-spacing: 0.39px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#detail-content #content-right p {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:17px;
    line-height: 26px;
    color:#4d4d4d;
    letter-spacing: 0.39px;
    margin:0 0 30px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#detail-content #content-right p a, #detail-content #content-right ul li a, #detail-content #content-right ol li a {
    color:#4d4d4d;
}
#detail-content #content-right p a:hover, #detail-content #content-right ul li a:hover, #detail-content #content-right ol li a:hover {
    text-decoration: none;
}
#detail-content #content-right ul, #detail-content #content-right ol {
    margin:0 0 30px 0;
    padding:0 0 0 20px;
}
#detail-content #content-right ul li {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:17px;
    line-height: 26px;
    color:#4d4d4d;
    letter-spacing: 0.39px;
    list-style: disc;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
#detail-content #content-right ol li {
    font-family: heebo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:17px;
    line-height: 26px;
    color:#4d4d4d;
    letter-spacing: 0.39px;
    list-style: decimal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#detail-content #content-right .border-box {
    background:#fff;
    border:1px solid #c7c7c7;
    padding:60px 60px 30px 60px;
}
.back-to-overview {
    margin:0 0 164px 0;
}
.back-to-overview a {
    display: inline-block;
    width:163px;
    border:1px solid #c7c7c7;
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    line-height: 22px;
    color:#d24a4a;
    text-decoration: none;
    padding:10px 20px 10px 40px;
    background:url(../images/arrow-left-red.svg) #fff no-repeat left 16px center;
    background-size:10px 18px;
    text-align: center;
    transition:all .3s ease;
}
.back-to-overview a:hover {
    color:#fff;
    background:url(../images/arrow-left-white.svg) #d24a4a no-repeat left 16px center;
    background-size:10px 18px;
    transition:all .3s ease;
}
.others h3 {
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:21px;
    line-height: 28px;
    color:#d24a4a;
    letter-spacing: 0.32px;
    margin:0 0 30px 0;
}
.others .olist {
    margin:0 0 40px 0;
}
.others .olist ul.olist-menu {
    margin:0;
    padding:0;
}
.others .olist ul.olist-menu li {
    margin:0 0 15px 0;   
    list-style: none;
}
.others .olist ul.olist-menu li a {
    font-family: heebo, sans-serif;
    font-weight: 300;
    font-style: normal;
    color:#4d4d4d;
}
.others .olist ul.olist-menu li a:hover {
    text-decoration: none;
}

.pb-line {
    margin:30px auto;
    background:url(../images/vertical-line.svg) no-repeat top center;
    background-size:9px 90px;
    width:9px;
    height:90px;
}
.pb-img img {
    display: block;
    margin:0 auto;
    border-radius:100%;
}
#detail-content #content-right .pb-info p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.32px;
    margin: 0 0 30px 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}
#detail-content #content-right .pbi-mehrwert p, #detail-content #content-right .pbi-mehrwert ul li {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.32px;
    margin:0;
}
#detail-content #content-right .pbi-mehrwert p {
    margin:0 0 5px 0;   
}
#detail-content #content-right .pb-info p a {
    color:#4d4d4d;
}
.pb-info {
    display: flex;
    flex-wrap: wrap;
    margin-top:-30px;
}
.pb-info .pbi-left {
    width:calc(100% - 265px);
    padding-right:40px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
}
.pb-info .pbi-right {
    width:225px;
}
.pbi-buttons {
    margin:0 0 30px 0;
}
.pbi-buttons a {
    display: block;
    border:1px solid #d24a4a;
    font-family: heebo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size:15px;
    line-height: 22px;
    color:#fff;
    text-decoration: none;
    padding:20px 40px 20px 20px;
    background:url(../images/arrow-right-white.svg) #d24a4a no-repeat right 16px center;
    background-size:10px 18px;
    text-align: center;
    margin-bottom:10px;
    transition: all .3s ease;
}
.pbi-buttons a:hover {
    color:#d24a4a;
    background:url(../images/arrow-right-red.svg) #fff no-repeat right 16px center;
    background-size:10px 18px;
    transition: all .3s ease;
}

.gmap {
	width: 100%;
	height: 975px;
	margin: 0;
}
.gmap img {
    max-width: inherit !important;
}


#footer {
    background:#d24a4a;
    position: relative;
    padding:126px 90px 48px 90px;    
    z-index: 999999;
    text-align: center;
}
#footer #scroll-to-top {
    position: absolute;
    top:-24px;
    left:50%;
    margin-left:-12px; 
    cursor: pointer;
}
#footer #footer-logo {
    margin:0 0 30px 0;
}
#footer #footer-logo img {
    display: block;
    margin:0 auto;
}
#footer #footer-adresse {
    margin:0 0 30px 0;
}
#footer #footer-adresse p {
    font-family: heebo, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:20px;
    line-height: 34px;
    color:#fff;
    text-decoration: none;
    letter-spacing: 1px;
}
#footer #footer-adresse p a {
    color:#fff;
    text-decoration: none;
    display: inline-block;
}
#footer #footer-adresse p a.maillink {
    text-decoration: underline;
}
#footer #footer-adresse p a:hover {
    text-decoration: none;
}
#footer #footer-menu ul {
    text-align: center;
    font-size:0;
}
#footer #footer-menu ul li {
    display: inline-block;
    margin:0 20px;
}
#footer #footer-menu ul li a {
    font-family: heebo, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:16px;
    line-height: 34px;
    color:#fff;
    text-decoration: underline;
    letter-spacing: 1px;
    display: block;
}
#footer #footer-menu ul li a:hover {
    text-decoration: none;
}

.pb-info.mobile, .pbh-trigger, .pbh-img.mobile, .pbh-ib-button.mobile, #menu-toggle, #ba-block-trigger, #ba-block.mobile {
    display: none;
}
#menu-overlay {
    position: fixed;
    top:-100vh;
    width:100%;
    height:100vh;
    background:#fff;
    transition:all .4s ease;
    z-index: 9999999;
}

.select2-container--default .select2-results__option:nth-child(1) {
    visibility: hidden;
    position: relative;
}
.select2-container--default .select2-results__option:nth-child(1)::before {
    content:"Alle anzeigen";
    visibility:visible;
    display: block;
    position: absolute;
    top:0;
    left:0;
    padding: 20px 20px 21px 20px;
    width:calc(100% - 40px);
}

@supports (-ms-ime-align:auto) {
    #header-img, .parallax-block {
        position: relative;
        top:auto;
    }
}

@media only screen and (max-height:700px) {
    #header-img, .parallax-block {
        position: relative;
        top:auto;
    }
}
@media only screen and (max-width:1024px) {
    #header-img, .parallax-block {
        position: relative;
        top:auto;
    }
}

@media only screen and (max-width:1140px) {
    #pb-head-inner {
        margin: 0 90px 30px 90px;
    }
    #pb-head-inner .pbh-img {
        width:100%;
        margin-right:0;
        order:2;
    }  
    #pb-head-inner .pbh-img img {
        margin:0 auto;
    }
    #pb-head-inner .pbh-text {
        width:100%;
        order:1;
    }
    #detail-content {
        max-width: 960px;
        margin:0 90px;
    }
}
@media only screen and (max-width:1024px) {
    #header {
        position: absolute;
    }
    #header.nav-up, #header.nav-down {
        top: 0;
    }
    #header.nav-down, #header.nav-down.shrink {
        background:none;
    }
    #logo {
        display: block;
        padding:20px;
    }
    #logo img {
        display: block;
        margin:0 auto;
        max-height:40px;
        width:auto;
    }
    #kontakt, #menu, #scroll-down, #ba-block {
        display: none;
    }
    #menu-toggle {
        display: block;
        position: absolute;
        top:103px;
        left:50%;
        margin-left:-23px;
        cursor: pointer;
    }
    #menu-toggle.shrink {
        position: fixed;
        top:20px;
    }
    #menu-overlay.mopen {
        top:0;
        transition:all .4s ease;
    }
    #menu-overlay #logo {
        position: absolute;
        top:0;
        left:50%;
        margin-left:-137px;
    }
    #menu-close {
        position: absolute;
        top:94px;
        left:50%;
        margin-left:-17px;
        cursor: pointer;
    }
    #mo-inner {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    #mo-inner ul {
        width:276px;
        margin:0;
        padding:0;
    }
    #mo-inner ul li {
        border-top:1px solid #979797;
        list-style: none;
        text-align: center;
    }
    #mo-inner ul li:nth-child(1) {
        border-top:none;
    }
    #mo-inner ul li a {
        font-family: heebo, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:34px;
        line-height: 88px;
        color:#d24a4a;
        text-decoration: none;
        letter-spacing: 0.62px;
        display: block;
    }
    #mo-inner ul li a:hover {
        text-decoration: underline;
    }
    #header-img #header-img-caption, #portrait #portrait-caption {
        position: absolute;
        top: 160px;
        right:90px;
    }
    #header-img #header-img-caption h1 {
        font-size: 36px;
        line-height: 49px;
    }
    .topmar #container {
        padding-top:60px;
    }
    #branchen-auswahl {
        padding: 16px 0 0 0;
        width: 100%;
    }
    #branchen-auswahl h2 {
        font-size: 20px;
        line-height: 38px;
        margin:0 0 18px 0;
        padding:0 30px;
    }
    #dienstleistungen, #bewerbersuche {
        padding: 72px 90px;
    }
    #dienstleistungen .top-line-linktext, #bewerbersuche .top-line-linktext {
        margin: 0 0 40px 0;
    }
    #dienstleistungen .text-block h2, #bewerbersuche .text-block h2, #ueber-uns-block .text-block h1, #team-block .text-block h2, #kontakt-block .text-block h2 {
        font-size: 32px;
        line-height: 47px;
    }
    #dienstleistungen .text-block p, #bewerbersuche .text-block p, #ueber-uns-block .text-block p, #team-block .text-block p, #kontakt-block .text-block p {
        font-size: 19px;
        line-height: 31px;
    }
    #portrait #portrait-caption h2 {
        font-size: 27px;
        line-height: 39px;
        margin: 0 0 30px 0;
    }
    .teammember-block .tm-box {
        width:calc(50% - 40px);
    }
    .teammember-block .tm-box:nth-child(2n+1) {
        width:calc(50% - 40px);
        margin-right:80px;
    }
    #pb-head-inner .pbh-text h1 {
        font-size:32px;
        line-height: 47px;
    }
    #detail-content #content-right h1 {
        font-size: 32px;
        line-height: 47px;
    }
    #detail-content #content-right .border-box {
        padding: 30px 30px 1px 30px;
    }
    #detail-content {
        margin: 0 30px;
    }
    .pb-info.mobile, .pbh-trigger, .pbh-img.mobile, .pbh-ib-button.mobile {
        display: block;
    }
    .pbh-img.desktop, .pbh-ib-button.desktop {
        display: none;
    }
    .pbh-img.mobile {
        margin:0 0 40px 0;
    }
    .pbh-toggle {
        display: none;
        padding-top:30px;
    }
    #ba-block-trigger {
        display: block;
        background:url(../images/select-down.svg) #d24a4a no-repeat right 42px center;
        background-size:32px 16px;
        font-family: heebo, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:22px;
        line-height: 32px;
        color:#fff;
        letter-spacing: 0.45px;
        padding:26px;
        text-align: center;
        cursor: pointer;
    }
    #ba-block.mobile {
        display: none;
        background:#fff;
        padding:20px 0;
        position: absolute;
        top:0;
        width:100%;
        z-index:99999;
    }
    #ba-block.mobile.ba-2 {
        position: relative;
        top:auto;
    }
    #ba-block.mobile.ba-3 {
        position: inherit;
        top:auto;
    }
    #ba-block.mobile.bb-open {
        display:block;
    }
    #ba-block .ba-box {
        width:100%;
        margin:0;
    }
    #ba-block .ba-box {
        width:100%;
        margin:0;
        position: relative;
    }
    #ba-block .ba-box:before {
        position: absolute;
        top:0;
        content:"";
        border-top:1px solid #d8d8d8;
        opacity: 0.25;
        width:calc(100% - 60px);
        margin:0 30px;
    }
    #ba-block .ba-box:nth-child(1):before {
        display: none;
    }
    #ba-block .ba-box.current, #ba-block .ba-box:hover {
        opacity:1;
    }
    #ba-block .ba-box h3 {
        font-family: heebo, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:19px;
        line-height: 30px;
        color: #4d4d4d;
        text-align: center;
    }
    #ba-block .ba-box h3 a {
        color:#4d4d4d;
        text-decoration: none;
        display:block;
        padding:15px 30px;
    }
    #ba-block .ba-box h3 a:hover {
        background:#e7e7e7;
    }
    .bab {
        margin:0 0 2px 0;
    }
    #footer {
        padding:90px 30px 45px 30px;    
        z-index: 999999;
        text-align: center;
    }
    #header-img #header-img-img.dfk-head-bg, #header-img #header-img-img.dff-head-bg, #portrait #portrait-bg.home-portrait-bg, #header-img #header-img-img.home-head-bg {
        background-attachment:inherit !important;
    }
    #branchen-auswahl {
        padding:0;
    }
    #branchen-auswahl h2 {
        display: none;   
    }
}
@media only screen and (max-width:940px) { 
    #container.stellensuche, #detail-content {
        padding-top:170px;
    }
    #jobs-block {
        margin: 0 auto 60px auto;
    }
    #jobs-filter {
        padding-bottom: 60px;
        background:none;
    }
    #jobs-filter .filter-items {
        display: block;
    }
    #jobs-filter .filter-item {
        margin: 0 0 5px 0;
        width: 100%;
    }
    #jobs-output {
        margin: 0 0 40px 0;
        padding: 20px 30px 30px 30px;
        border: none;
    }
    #content-left {
        display: none;
    }
    #detail-content #content-right {
        width: 100%;
    }
    .pb-line {
        display: none;
    }
    #container.sdetail {
        background-image: none;
        background:#f1f1f1;
    }
    #detail-content {
        margin: 0;
        overflow-x: hidden;
    }
    #detail-content #content-right {
        padding-bottom: 0;
    }
    #detail-content #content-right .border-box {
        border: none;
        background:#fff;
    }
    .pb-box {
        margin:0 -30px;
        padding:60px;
        background:#f1f1f1;
    }
    .pb-img.desktop, .pb-info.desktop {
        display: none;
    }
    .pb-info.mobile {
        display: block;
        text-align: center;
    }
    .pb-info.mobile .pbi-buttons {
        margin: 0 auto 30px auto;
        max-width:320px;
    }
    .pb-info.mobile .pb-img {
        margin-bottom: 30px;
    }
    .pb-info.mobile .pbi-kontakt p, .pb-info.mobile .pbi-kontakt p a {
        color:#d24a4a !important;
    }
    #pb-head {
        margin: 0 auto 60px auto;
    }
}
@media only screen and (max-width:768px) { 
    #header-img #header-img-caption, #portrait #portrait-caption {
        left:30px;
	    right:30px;
        max-width:calc(100% - 60px);
    }
    #portrait #portrait-caption {
        top: 100px;
    }
    #dienstleistungen, #bewerbersuche, #ueber-uns-block, #kontakt-block, #team-block {
        padding: 72px 30px;
    }
    #dienstleistungen .top-line-linktext, #bewerbersuche .top-line-linktext, #portrait .top-line-linktext {
        display: none;
    }
    .accordion-block {
        margin:0 -30px;
    }
    .acc-trigger {
        padding: 20px 86px 20px 30px;
    }
    .acc-trigger-arrow {
        right: 30px;
    }
    .acc-toggle {
        padding: 24px 30px 1px 30px;
    }
    .pbh-trigger {
        margin:0 -30px;
        padding: 20px 94px 20px 30px;
    }
    #pb-head-inner {
        margin: 0 30px 30px 30px;
    }
    #jobs-filter {
        padding-bottom: 0;
    }
    #header-img #header-img-caption h1 {
        font-size: 26px;
        line-height: 39px;
    }
}
@media only screen and (max-width:600px) {
    #dienstleistungen .tb-button a, #bewerbersuche .tb-button a, #portrait #portrait-caption .portrait-button a, .all-button a, .pbh-ib-button a, #jobs-more-button span {
        width: 256px;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 0.45px;
        padding: 10px 40px 10px 20px;
        background: url(../images/arrow-right-red.svg) #fff no-repeat right 18px center;
        background-size: 16px 32px;
    }
    .teammember-block .tm-box {
        width: 100%;
    }
    .teammember-block .tm-box:nth-child(2n+1) {
        width: 100%;
        margin-right: 0;
    }
    .tm-img img {
        display: block;
        margin:0 auto;
    }
    .kontakt-box .kb-left, .kontakt-box .kb-right {
        width:100%;
        text-align: left;
        padding-right:0;
        padding-left:0;
    }
    .kontakt-box .kb-left:before {
        content:"Anschrift";
        font-family: heebo, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:19px;
        line-height: 31px;
        color: #4d4d4d;
        display: block;
    }
    .kontakt-box .kb-left p strong {
        font-weight: 400 !important;
    }
    .oz-box p {
        text-align: left;
    }
    .oz-box p strong {
        display: block;
    }
    .kontakt-order {
        display: flex;
        flex-direction: column;
    }
    .kontakt-order .kontakt-box {
        order:2;
    }
    .kontakt-order .oz-box {
        order:1;
        margin:0 0 10px 0;
    }
    .weg-box {
        order:3;
    }
    .gmap {
        height: 580px;
    }
    #header-img #header-img-img.home-head-bg {
        background:url(../images/punktpersonal_home_mobile.jpg) no-repeat center !important;
        background-size:600px 1087px !important;
    }
    #portrait #portrait-bg.home-portrait-bg {
        background:url(../images/punktpersonal_Portrait_mobile.jpg) no-repeat center !important;
        background-size:600px 1087px !important;
    }
    #header-img #header-img-img.dff-head-bg {
        background:url(../images/punktpersonal_bewerbersuche_mobile.jpg) no-repeat center !important;
        background-size:600px 1087px !important;
    }
    #header-img #header-img-img.dfk-head-bg {
        background:url(../images/punktpersonal_stellensuche_mobile.jpg) no-repeat center !important;
        background-size:600px 1087px !important;
    }
    #header-img #header-img-img.ueberuns-head-bg {
        background:url(../images/punktpersonal_Ueber-uns_mobile.jpg) no-repeat center !important;
        background-size:600px 1087px !important;
    }
}
@media only screen and (max-width:420px) {
    #dienstleistungen .tb-button a, #bewerbersuche .tb-button a, #portrait #portrait-caption .portrait-button a, .all-button a, .pbh-ib-button a, #jobs-more-button span {
        width: calc(100% - 62px);
    }
    #jobs-more-button {
        margin:0 32px;
    }
    #header-img #header-img-img.home-head-bg {
        background:url(../images/punktpersonal_home_mobile.jpg) no-repeat center !important;
        background-size:495px 896px !important;
    }
    #portrait #portrait-bg.home-portrait-bg {
        background:url(../images/punktpersonal_Portrait_mobile.jpg) no-repeat center !important;
        background-size:495px 896px !important;
    }
    #header-img #header-img-img.dff-head-bg {
        background:url(../images/punktpersonal_bewerbersuche_mobile.jpg) no-repeat center !important;
        background-size:495px 896px !important;
    }
    #header-img #header-img-img.dfk-head-bg {
        background:url(../images/punktpersonal_stellensuche_mobile.jpg) no-repeat center !important;
        background-size:495px 896px !important;
    }
    #header-img #header-img-img.ueberuns-head-bg {
        background:url(../images/punktpersonal_Ueber-uns_mobile.jpg) no-repeat center !important;
        background-size:495px 896px !important;
    }
}
@media only screen and (max-width:380px) {
    #header-img #header-img-img.home-head-bg {
        background:url(../images/punktpersonal_home_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #portrait #portrait-bg.home-portrait-bg {
        background:url(../images/punktpersonal_Portrait_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #header-img #header-img-img.dff-head-bg {
        background:url(../images/punktpersonal_bewerbersuche_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #header-img #header-img-img.dfk-head-bg {
        background:url(../images/punktpersonal_stellensuche_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #header-img #header-img-img.ueberuns-head-bg {
        background:url(../images/punktpersonal_Ueber-uns_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
    #header-img #header-img-img.home-head-bg {
        background:url(../images/punktpersonal_home_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #portrait #portrait-bg.home-portrait-bg {
        background:url(../images/punktpersonal_Portrait_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #header-img #header-img-img.dff-head-bg {
        background:url(../images/punktpersonal_bewerbersuche_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #header-img #header-img-img.dfk-head-bg {
        background:url(../images/punktpersonal_stellensuche_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
    #header-img #header-img-img.ueberuns-head-bg {
        background:url(../images/punktpersonal_Ueber-uns_mobile.jpg) no-repeat center !important;
        background-size:448px 812px !important;
    }
}