/* Default Pixel Size: 14px; */
/* https://www.w3schools.com/tags/ref_pxtoemconversion.asp -> Default Pixel Size 14px; Convert PX to EM: Gewünschter Pixel Wert -> Output PX in EM Wert*/

a, a:active, a:focus {
    outline: none;
}
ul, li {
    margin: 0;
    padding: 0;
}
ol, li {
    margin: 0;
    padding: 0;
}
html {
    font-size: inherit;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1.42857143;
}
h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    font-size: 15px;
    text-transform: uppercase;
}
.container {
    margin: 30px auto;
    padding: 0px;
}
.flex-container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.panel-flex-logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 45.67%;
    flex-flow: wrap;
}
.panel-flex-imgHeader {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 54.33%;/*background: url(img-header.jpg) no-repeat;
    background-size: cover;*/
}
.panel-flex-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    float: left;
    width: 45.67%;
    padding: 22px 22px 22px 22px;
    flex-flow: wrap;
}
.panel-flex-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    float: left;
    width: 54.33%;
    padding: 15px 22px 22px 22px;
}
.headline {
    padding: 24px 22px 105px 22px;
    color: #fff;
    font-size: 40px;
    line-height: 55px;
}
.text-left-headline {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    /*text-transform: uppercase;*/
    width: 100%;
    padding-top: 14px;
    clear: both;
}
.text-left {
    color: #fff;
    font-size: 11px;
    line-height: 17px;
}
.icon {
    float: left;
    width: 15%;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 3px;
    clear: both;
}
.icon-benefits {
    float: left;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    width: 25%;
}
.icon-text {
    float: left;
    margin-left: 8px;
    width: 80%;
    padding-top: 16px;
}
.spacer-35 {
    height: 35px;
    width: 100%;
    clear: both;
}
.spacer-05 {
    height: 5px;
    width: 100%;
    clear: both;
}
.spacer-40 {
    height: 40px;
    width: 100%;
    clear: both;
}
.logo {
    background-color: #fff;
    width: 100%;
    text-align: center;
}
.logo img {
    margin: 0;
    max-height: 102px;
    padding: 24px;
}
.workplace {
    font-size: 12px;
}
.privacy-policy {
    font-size: 11px;
    margin-top: 22px;
}
.footer {
    color: #fff;
    height: 45px;
    padding: 4px 22px 4px 22px;
    font-size: 15px;
    text-align: center;
}
.footer a {
    font-size: 22px;
}
.cta.apply {
    margin-top: 22px;
}

@media ( max-width : 768px) {
.container {
    border: none;
    margin: 0 !important;
    box-shadow: none;
}
}

@media ( max-width : 768px) {
.logo img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}
}
.imgHeader {
    margin-top: 0px;
    margin-bottom: 0px;
    background: url(img-header.jpg) no-repeat;
    background: cover;
    width: 54.33%;
    float: left;
    max-height: 431px;
}
.logoHeader {
    height: 100%;
    width: 45.67%;
    float: left;
}

@media ( max-width : 660px) {
.panel-flex-imgHeader {
    display: none;
}
.panel-flex-logo {
    width: 100%;
}
.logo {
    width: 100%;
}
.flex-container {
}
.panel-flex-logo {
    width: 100%;
}
.panel-flex-imgHeader {
}
.panel-flex-left {
    width: 100%;
    -webkit-order: 2;
    order: 2;
}
.panel-flex-right {
    width: 100%;
    -webkit-order: 1;
    order: 1;
}
}

@media ( max-width : 767px) {
.footer {
    height: 75px;
    padding: 10px 22px;
}
}
.imgHeader.theme-responsive, .imgHeader.theme-standard {
    margin-bottom: 30px;
}
.imgSingle {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.imgSingle.theme-standard {
    height: 185px;
}

@media ( max-width : 991px) {
.imgSingle {
    height: 150px;
}
}
.imgSingle img {
    display: block;
    max-width: 100%;
    height: auto;
}
.content {
}
.content h2 {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
}
.content img {
    display: block;
    max-width: 100%;
    height: auto;
}
.content ul {
    list-style-type: none;
    margin: 0 0 15px 0px;
    padding-left: 15px;
}
.content ul li:before {
    content: "\2022";
    position: absolute;
    margin-left: -15px;
    font-size: 20px;
    line-height: 15px;
}
.content a.onTop {
    display: none !important;
    display: inline-block;
    margin: 30px auto;
    margin-bottom: 0px;
    text-align: center;
    font-size: 1.4285714285714286em;
    text-decoration: none;
    font-weight: bold;
}

@media ( max-width : 767px) {
.content a.onTop {
    display: block !important;
}
table.content a.onTop {
    display: table;
}
tr.content a.onTop {
    display: table-row !important;
}
th.content a.onTop, td.content a.onTop {
    display: table-cell !important;
}
}
.content a.onTop .fa {
    clear: booth;
    display: block;
}
.jobTitle p {
    font-size: 1.0714285714285714em;
    font-weight: bold;
    margin-bottom: 30px;
}
.jobTitle h1 {
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin: 0px;
    padding: 0px;
    line-height: 36px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.iBox {
    padding: 20px 15px;
}
.iBox.bordered {
    border-bottom: 1px solid #ffffff;
}
.apply ul {
    list-style-type: none;
    margin-top: 15px;
}
.apply ul li {
    border-bottom: 1px solid #cccccc;
}
.apply ul li .fa {
    font-size: 1.4285714285714286em;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.apply ul li a {
    display: block;
    padding: 10px 0;
    font-size: 0.9285714285714286em;
    font-weight: normal;
    text-decoration: none;
}
.apply ul li a:hover {
    padding-left: 10px;
}
.apply img {
    margin: auto;
}
.apply a.btn-apply {
}
.contact ul {
    list-style-type: none;
    font-size: 11px;
    line-height: 18px;
}
.footer .socialWeb {
    border-top: 1px solid #cccccc;
    padding: 15px 0 0 0;
    margin-top: 15px;
}
.footer .socialWeb .title {
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 0.7857142857142857em;
    font-weight: bold;
}
.footer .socialWeb a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 0 3px 3px;
}
.footer .socialWeb a .channel {
    text-indent: -9999px;
    display: hidden;
    position: absolute;
}
.footer .socialWeb a .fa {
    font-size: 1.5em;
    line-height: 32px;
    vertical-align: middle;
    text-indent: 0 !important;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
body, .carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}
.carousel-indicators {
    bottom: 5px;
}
.container {
    max-width: 980px;
}
.container.theme-standard {
    width: 900px !important;
}
.company_info {
    font-size: 0.7142857142857143em
}
.shareButtons a {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0 0 3px 3px;
    font-size: 20px;
    padding-top: 5px;
}
.content ol {
    margin: 0 0 15px 0px;
    padding-left: 16px;
}
.content ol li:before {
    position: absolute;
    margin-left: -15px;
}

@media ( max-width : 660px) {
h1 {
    font-size: 30px;
    line-height: 40px;
}
.content h2 {
    font-size: 14px;
    line-height: 22px;
}
.text-left, .contact ul {
    font-size: 14px;
    line-height: 22px;
}
.text-left-headline {
    font-size: 20px;
    line-height: 26px;
}
.workplace {
    font-size: 20px;
    line-height: 26px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
}
}
