@font-face {
    font-family: "Eurostile";
    font-weight: normal;
    src:
    url("../_fonts/eurostile.woff") format("woff"),
    url("../_fonts/eurostile.woff2") format("woff2")
}
@font-face {
    font-family: "Eurostile";
    font-weight: bold;
    src:
    url("../_fonts/eurostile_bold.ttf") format("ttf"),
    url("../_fonts/eurostile_bold.woff") format("woff"),
    url("../_fonts/eurostile_bold.woff2") format("woff2")
}
@font-face {
    font-family: "Proxima Nova";
    font-weight: normal;
    src:
    url("../_fonts/proxima_nova_regular.woff") format("woff"),
    url("../_fonts/proxima_nova_regular.woff2") format("woff2")
}
@font-face {
    font-family: "Proxima Nova";
    font-weight: bold;
    src:
    url("../_fonts/proxima-nova-bold.woff") format("woff"),
    url("../_fonts/proxima-nova-bold.woff2") format("woff2")
}


body, html {
	margin:0 auto;
	padding:0;
	color: #707070;
	position: relative;
    font-family: "Proxima Nova", sans-serif;
    width: 100%;
    font-weight: 300;
    font-size: 1.6rem;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "Proxima Nova", sans-serif;
    padding-top: 100px;
}
html {
	height: 100%;
	position: relative;
    font-size: 62.5%;
}
* {
    box-sizing: border-box;
}
p {
    color: #707070;
	margin:0px;
	padding:0px;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 300;
	margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 3rem;
}
a {
    text-decoration: none;
    color: #47A01A;
    font-weight: 400;
}
a:hover {
    color: #338808;
}
img {
    max-width: 100%;
    height: auto!important;
}
h1,h2,h3,h4, .hookHeader{
	margin:0px;
	padding:0px;
}
h1:empty,h2:empty,h3:empty,h4:empty, .text:empty{
	margin: 0 !important;
	padding: 0 !important;
}
h1, h2.h1, h3.h1 {
    font-family: "Eurostile", sans-serif;
    font-size: 4.8rem;
    line-height: 5.5rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
h2, h1.h2, .hookHeader {
    font-family: "Eurostile", sans-serif;
    font-size: 2rem;
    line-height: 3.5rem;
    margin-bottom: 10px;
    color: #47A01A;
}
h3, h2.h3 {
	font-size: 1.8rem;
    line-height: 2.7rem;
    color: #A8A090;
    margin-bottom: 10px;
}
ul {
    padding: 0;
	margin: 0;
}
li {
    list-style: none;
}
ol li {
    list-style: decimal;
	
}
li.aplAplyLeave {
    display: none;
}

.text ul {
    padding-left: 20px;
    margin: 10px 0;
}
.text ul li {
    list-style: disc;
    font-size: 1.6rem;
    line-height: 2.8rem;

}
.table {
	display: table;
	height: 100%;
	width: 100%;
}
.cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.sw {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.fw {
    max-width: 1900px;
    padding: 0 15px;
    margin: 0 auto;
}
.formInput .error {
    margin-top: 25px;
}
.form {
    margin-top: 25px;
}
.error.aplCaptchaError {
    margin-bottom: 25px;
}
.error {
    color: #FF0000;
    display: block;
    max-width: 350px;
    width: 100%;
    margin-left: 170px;
    padding: 10px;
    background: #ff000015;
    text-align: center;
    border: 1px solid #FF0000;
    border-radius: 5px;
    position: relative;
}
.avaAvailableGroup, .intro, .itemContainer, .text {
    margin-bottom: 30px;
}
.intro, .text {
    line-height: 3rem;
    font-size: 1.6rem;
}
.hide {
    display: none;
}
.slick-slide:focus {
    outline: none;
}
div.ckOuter {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    font-size: 100%;
    line-height: 44px;
}
main {
    display: block;
    position: relative;
}
body.home main {
    padding: 0;
}
body:not(.home) #bisjab {
    padding: 70px 0;
}
.fancybox-margin {
    margin: 0 auto!important;
}
.ajaxWindow.newAgentFormFrag .text {
    margin-bottom: 15px;
}
body:not(.home) .jobSearchHookToggle {
    display: none;
}
body.home.searchOpen header {
    border: 0!important;
}
body.bedanktPagina section#bisjab {
    padding-bottom: 0;
}
body.bedanktPagina #bisjab {
    text-align: center;
}
body.bedanktPagina section#teaser7 {
    border-bottom: 1px solid #CCCCCC;
}

/* _________________________________________________________________________ BUTTONS */

.button,
button,
input[type=submit],
input[type=button],
a > strike,
strike > a,
strike,
a > s,
s > a,
.menuLink.aplMlink,
.menuLink.aplSnp,
.menuLink.actMl.actMlLc.actMlCJsa {
    color: #fff;
    padding: 15px 30px;
    background-color: #47A01A;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Proxima Nova", sans-serif;
    -webkit-appearance: none;
    border: 0;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
a > strike:hover,
strike > a:hover,
strike:hover,
a > s:hover,
s > a:hover
.menuLink.aplMlink:hover,
.menuLink.actMl.actMlLc.actMlCJsa:hover  {
    background-color: #338808;
	cursor: pointer;
    color: #fff;
}
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus,
a > strike:focus,
strike > a:focus,
strike:focus,
a > s:focus,
s > a:focus,
.menuLink.aplMlink:focus {
	outline: none;
}
li.aplAplyTk a,
li.aplAplyLogin a,
li.aplAplyPass a,
li.aplAplyLiJob a,
li.aplAplyLi a {
	margin-bottom: 10px;
}
.aplAplyLi a {
    background: none;
    padding: 0;
}
li.aplAplyLogin,
li.aplAplyPass,
li.aplAplyTk {
    display: none;
}

a.button.LoginButtonError{
    display: none;
}

/* _________________________________________________________________________ INPUTS */

@media screen and (min-width: 768px) {
    .outer .apllDate>div, .outer .chosen-container, .outer .fileUpButton, .outer .fileUpParrent, .outer .formMultiCheckbox>div,
    .outer .formRadio>div, .outer .g-recaptcha, .outer .mceEditor, .outer div.formInputTaC, .outer input[type=text],
    .outer input[type=password], .outer input[type=file], .outer select, .outer textarea, .otysSelect {
        width: 100%;
        display: inline-block;
        float: left;
        max-width: 350px;
    }
    .outer .explain, .outer .formInput>label {
        width: 170px;
        display: inline-block;
        float: left;
        max-width: 170px;
    }
    .formInput:after, .hookInput:after {
        position: relative;
        content: '';
        clear: both;
    }
    form .buttonContainer {
        margin-left: 170px;
    }
}
.chosen-container, .fileUpButton, .fileUpParrent, .formInputTaC, input[type=text], input[type=password], input[type=file], select, textarea {
    padding: 14px 20px;
    width: 100%!important;
    vertical-align: top;
    line-height: 2rem;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #707070;
    font-family: "Proxima Nova", sans-serif;
    background: #EEEEEE;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=file]::placeholder {
    color: #C2C2C2;
}
.formInput label {
    display: block;
    width: 100%;
    min-height: 1px;
    float: none;
    color: #707070;
    font-family: "Proxima Nova", sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
}
*:focus {
    outline: none;
}
.buttonContainer input, .formInput, .hookInput {
    margin-bottom: 20px;
}
.formInputTaC {
    overflow: auto;
    overflow-y: auto;
    height: 120px;
    line-height: 2rem;
    font-size: 1.4rem;
    border-radius: 5px;
}
.formCheckboxContainer.aplMCheckContainer span {
    display: block;
    margin-bottom: 10px;
}
.formInput.aplCheckContainer.aplAVGCheck, .formInput.aplTextAreaInput.aplPrivAreaInput.aplAVGInput {
    margin-left: 170px;
    max-width: 350px;
}
/* Fancybox */
@media screen and (min-width: 600px) {
    .fancybox-outer .otysSelect,
    .fancybox-outer input[type=text],
    .fancybox-outer textarea {
        width: calc(100% - 170px);
        display: inline-block;
        float: left;
        max-width: calc(100% - 170px);
    }
    .fancybox-outer .formInput label {
        width: 170px;
        display: inline-block;
        float: left;
        max-width: 170px;
        line-height: 40px;
        margin: 0px;
    }
    .formInput.actEqueryInput.actEqueryEmailInput.captcha {
        margin-left: 170px;
    }
    .formInput.actEqueryInput.actEqueryEmailInput.captcha label {
        display: none;
    }
}
/* Radios */
label[for=captcha] {
    display: none;
}
input[type=radio]:after {
    content: ' ';
    width: 0;
    height: 0;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #47A01A;
    transition: 0.2s;
}
input[type=radio]:checked:after {
    content: ' ';
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}
input[type=radio]:checked {
    border: 1px solid #47A01A;
}
input[type=radio] {
    -webkit-appearance: none;
    width: 20px!important;
    height: 20px;
    border-radius: 100%;
    margin: 0;
    background-color: #fff;
    border: 1px solid #AAAAAA;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 15px;
    position: absolute;
    top: 1px;
    left: 3px;
    color: #fff;
    line-height: 16px;
}
input[type=checkbox]:checked {
	background-color: #47A01A;
	border: 1px solid #47A01A;
}
input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #AAAAAA;
	width: 20px!important;
    height: 20px;
    border-radius: 2px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	outline: none;
    margin: 0 10px 0 0;
}
label.labelRadio{
    line-height: 15px;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.fancybox-skin {
    padding: 30px!important;
}
.otysSelectInner {
    width: 100%!important;
    vertical-align: top;
    line-height: 1.6rem;
    border: 1px solid #47A01A;
    border-radius: 5px;
    font-size: 1.5rem;
    box-shadow: none;
}
.otysSelectInner.filled .inputBox {
    height: 38px;
}
.otysSelectInner .inputBox {
    cursor: pointer;
    padding: 8px 25px 8px 10px;
    min-height: 50px;
}
.otysSelectInner .inputBox.subOpen span {
    color: #000;
}
.otysSelect .navArrow {
    width: 15px;
    right: 12px;
    background-size: 10px auto;
}
.inputBox .selectedItems > div {
    padding: 4px 20px 6px 5px;
    background-color: #47A01A;
}
.optionHolder > .option.selected {
    background-color: transparent;
}
@media only screen and (min-width: 768px) {
    .optionHolder > .option:hover {
        background-color: transparent;
    }
}
.optionHolder {
    left: -1px;
    width: calc(100% + 2px);
    border: 1px solid #47A01A;
    border-radius: 0 0 5px 5px;
    top: calc(100% - 2px);
    border-top: 0;
    padding: 15px 10px 0;
}
.optionHolder input.search {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.optionHolder > .option {
    position: relative;
    padding: 10px 12px 10px 12px;
    font-size: 1.8rem;
    line-height: 2rem;
}
.optionHolder > .option:hover {
    color: #47A01A;
    text-decoration: underline;
}
.optionHolder > .option.selected {
    color: #47A01A;
    text-decoration: underline;
}
span.selectTitle {
    line-height: 34px;
    padding: 5px;
    background-image: none;
    background-color: transparent;
    color: #707070;
    font-family: "Proxima Nova", sans-serif;
    font-size: 1.8rem;
    margin: 4px 3px 4px 3px;
}
.inputBox .selectedItems > div{
	font-size: 1.4rem;
    margin: 4px 3px 4px 3px;
}
.optionHolder > .option:last-child {
    border-bottom: 0;
}


/*File inputs*/
.fileInputHolder.empty > .remove{
    display: none;
}
.fileInputHolder.empty:hover:after {
    font-weight: bold;
}
.inputFile{
    cursor:pointer;
}
input[type=file]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left:0;
    top:0;
    z-index:2;
    cursor:pointer;
}
.fileInputHolder {
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #AAA;
    padding: 10px 20px;
    border-radius: 5px;
    margin-left: 0;
    max-width: 100%;
    height: 100px;
    background: #F0EFED;
    border: none;
    text-align: center;
    font-size: 1.6rem;
    padding: 40px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #404040), color-stop(0%, rgba(255,0,0,0))),-webkit-gradient(linear, left bottom, left top, color-stop(60%, #404040), color-stop(0%, rgba(163,163,163,0))),-webkit-gradient(linear, right top, left top, color-stop(60%, #404040), color-stop(0%, rgba(163,163,163,0))),-webkit-gradient(linear, left top, left bottom, color-stop(60%, #404040), color-stop(0%, rgba(163,163,163,0)));
    background-image: -webkit-linear-gradient(left, #404040 60%, rgba(255,0,0,0) 0%),-webkit-linear-gradient(bottom, #404040 60%, rgba(163,163,163,0) 0%),-webkit-linear-gradient(right, #404040 60%, rgba(163,163,163,0) 0%),-webkit-linear-gradient(top, #404040 60%, rgba(163,163,163,0) 0%);
    background-image: -o-linear-gradient(left, #404040 60%, rgba(255,0,0,0) 0%),-o-linear-gradient(bottom, #404040 60%, rgba(163,163,163,0) 0%),-o-linear-gradient(right, #404040 60%, rgba(163,163,163,0) 0%),-o-linear-gradient(top, #404040 60%, rgba(163,163,163,0) 0%);
    background-image: linear-gradient(to right, #404040 60%, rgba(255,0,0,0) 0%),linear-gradient(to top, #404040 60%, rgba(163,163,163,0) 0%),linear-gradient(to left, #404040 60%, rgba(163,163,163,0) 0%),linear-gradient(to bottom, #404040 60%, rgba(163,163,163,0) 0%);
    background-position: bottom, left, top, right;
    background-size: 9px 1px, 1px 9px;
    background-repeat: repeat-x, repeat-y;
}
@media (min-width: 768px) {
    .fileInputHolder {
        max-width: 350px;
        margin-left: 170px;
    }
}
span.remove {
    position: absolute;
    right: 5px;
    line-height: 4rem;
    width: 40px;
    height: 100%;
    top: 0;
    z-index: 10;
    cursor: pointer;
    color: red;
}
span.remove:after{
    content: '\f2ed';
    font-family: "Font Awesome 5 Pro";
    font-size: 2rem;
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    line-height: 4rem;
    color: red;
}
span.remove:hover:after {
    font-weight: bold;
}
input[type=file]{
    border: 1px solid #EEEEEE;
}

/* _________________________________________________________________________ Slick slider */

ul.slick-dots {
    text-align: center;
    padding: 0 0 0;
}
ul.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
ul.slick-dots li button {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    color: transparent;
    cursor: pointer;
    padding: 0;
}
ul.slick-dots li button:focus {
    outline: none;
}
ul.slick-dots li.slick-active button {
    background: #fff;
    border: 1px solid #47A01A;
}

/* _________________________________________________________________________ HEADER */

header#myHeader {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #CCCCCC;
    z-index: 9999;
}
header#myHeader.scroll-down nav.mainMenuContainer ul > li > a {
    padding: 15px 20px;
}
header#myHeader.scroll-down nav.mainMenuContainer ul > li:last-child > a {
    padding-right: 0;
}
.menuWrapper {
    display: flex;
}
header#myHeader .logo {
    position: relative;
    width: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header#myHeader .logo a {
    position: absolute;
    line-height: 0;
}

/* Top menu */
nav.mainMenuContainer {
    flex-grow: 1;
    text-align: right;
}
nav.mainMenuContainer ul {
    display: block;
    float: right;
}
nav.mainMenuContainer ul > li {
    display: inline-block;
    float: left;
}
nav.mainMenuContainer ul > li > a {
    padding: 35px 20px;
    display: block;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0;
    color: #707070;
    transition: all 300ms ease-in-out;
}
nav.mainMenuContainer ul > li:last-child > a {
    padding-right: 0;
}
nav.mainMenuContainer ul > li > a:hover {
    color: #47A01A;
}
/* HAMBURGER */
.hamburgerContainer {
    display: none;
}
.hamburger {
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    height: 50px;
}
.hamburger span.title {
    line-height: 5rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    padding-right: 5px;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    top: 0px;
    padding: 0 15px;
}
.hamburger-inner {
    top: 50%;
    display: block;
}
.hamburger .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 22px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #707070;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger .hamburger-inner:before {
    transition: top 75ms ease .12s,opacity 75ms ease;
}
.hamburger .hamburger-inner:after {
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/* HAMBURGER MENU OPEN */
.menuOpen .hamburger .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
.menuOpen .hamburger .hamburger-inner, .menuOpen .hamburger .hamburger-inner:after, .menuOpen .hamburger .hamburger-inner:before {
    background-color: #47A01A;
}
.menuOpen .hamburger .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.menuOpen .hamburger .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}

/* _________________________________________________________________________ OCD LOGIN HOOK */

ul.hlb1 .hookOuter.webUserHookOuter.ocdHookOuter {
    display: none;
}
.hookText.webUserHookText.ocdHookText a {
    color: #A8A090;
}
.hookButton.webUserHookButton.ocdHookButton input {
    width: 100%;
    margin-top: 10px;
}
.teaser11 {
    height: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    opacity: 0;
    left: 200vw;
    pointer-events: none;
    height: 0;
    width: 0;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
}
body.ocdopen .teaser11{
    opacity: 1;
    width: 100%;
    height: 100%;
    pointer-events: all;
    left: 0;
}
.teaser11__ocd .ocdHookOuter{
    display: block;
}
.teaser11__title{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #47A01A;
}
.teaser11__scroll{
    overflow-y: auto;
    overflow-x: hidden;
}
.teaser11__background{
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.teaser11__popup{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.6);
    background: #fff;
    padding: 40px;
    max-width: 100%;
    max-height: 100%;
    z-index: 2;
    opacity: 0;
    transition: .4s cubic-bezier(1, 0, 0, 1);
    width: 380px;
}
body.ocdopen .teaser11__popup{
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.teaser11 label{
    font-weight: 600;
    font-size: 1.8rem;
    color: #47A01A;
    display: none;
}
.teaser11 .ocdHookText{
    margin: 10px 0;
}
.teaser11__closepopup{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.teaser11__closepopup:after{
    content: '\f00d';
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    transition: color .2s ease-in-out;
}

.teaser11__closepopup:hover:after{
    color: #47A01A;
}


/* _________________________________________________________________________ BISJAB HOME */

body.home #bisjab {
    padding: 100px 0;
}
.outer.bisjab.bisjabHome .text p:first-child {
    margin-bottom: 20px;
}
.outer.bisjab.bisjabHome .col-md-6 .text {
    margin: 0;
}

/* _________________________________________________________________________ BISJAB 1 KOLOMS */


/* _________________________________________________________________________ BISJAB 2 KOLOMS */


/* _________________________________________________________________________ BLOG */

body.blogDetail section#bisjab {
    border-bottom: 1px solid #CCCCCC;
}
.outer.blogOuter.blogDetailOuter .photo.blgItemPhoto {
    display: none;
}
.itemContainer.blgIc.blcListIc {
    background: #EEEEEE;
    cursor: pointer;
}
.itemContainer.blgIc.blcListIc .pubDate {
    display: none;
}
h1.title.blgTitle.blgListTitle {
    margin-bottom: 30px;
}
.blogItemPhoto {
    float: none;
    line-height: 0;
}
.blogItemText {
    padding: 24px;
    position: relative;
}
.blogItemText:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #47A01A;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.itemContainer.blgIc.blcListIc:hover .blogItemText:before {
    width: 0%;
}
.itemPhoto.blogItemPhoto img {
    width: 100%;
}
h3.itemTitle.blgIlink.blgListIl {
    margin: 0;
}
.pubDate span {
    color: #47A01A;
    font-weight: bold;
}
h3.itemTitle.blgIlink.blgListIl a {
    color: #000000;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.view-more-button {
    text-align: center;
    margin-top: 30px;
}
.view-more-button a s {
    cursor: pointer;
}
/* Blog detail */
.blogSideBar .hookOuter.jslOuter .col-md-4 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
.blogSideBar .hookOuter.jslOuter .col-md-4 .hookItemContainer {
    background: #EEEEEE;
}
.blogSideBar .hookHeader.jslTitle {
    color: #707070;
    text-align: left;
    font-family: "Proxima Nova",sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 30px;
}
.dateCategorie,
.dateCategorie span,
.itemWord.category.blgCat {
    display: inline-block;
}
.dateCategorie span, .itemWord.category.blgCat {
    color: #47A01A;
    text-decoration: underline;
    font-weight: bold;
}
.outer.blogOuter.blogDetailOuter .intro {
    display: none;
}

/* _________________________________________________________________________ TEASER 1 */

.t1o {
    position: relative;
}
.t1o .teaserIntro {
    display: none;
    line-height: 0;
}
.t1o .desktopFoto img {
    width: 100%;
}
.t1o .desktopFoto {
    line-height: 0;
}
.t1o .desktopFoto:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
}
.t1o .textBlock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.t1o .sw {
    height: 100%;
}
.t1o .textContainer {
    color: #fff;
    font-family: "Eurostile", sans-serif;
}
.t1o .teaserSubHeader {
    font-size: 3.3rem;
    line-height: 3.7rem;
    margin-bottom: 10px;
}
.t1o .teaserText, .t1o .teaserText p {
    font-size: 7.2rem;
    font-weight: bold;
    line-height: 7.2rem;
    color: #fff;
}
/* Search hook */
div#jobSearchHook {
    background: #47A01A;
    padding: 40px;
}
.hookOuter.actHOuter.actJshOuter {
    margin: 0;
}
.hookOuter.actHOuter.actJshOuter .hookHeader.actHHeader {
    display: none;
}
.hookOuter.actHOuter.actJshOuter .hookButton.actHButton input {
    width: 100%;
    box-shadow: inset 0px 0px 0px 2px #fff;
}
div#jobSearchHook .otysSelect {
    max-width: 100%;
    width: 100%;
    float: none;
}
.hookBottomLink.actHBl.optionListTitle.facetListTitle,
.hookBottomLink.actHBl {
    display: none;
}
.hookInput.actHInput.actHICrit {
    width: 50%;
    display: inline-block;
    float: left;
}
.searchHolder:after {
    content: '';
    clear: both;
    position: relative;
    display: block;
}
.searchHookCriteria .actHICrit:nth-child(2),
.searchHookCriteria .actHICrit:nth-child(6),
.searchHookCriteria .actHICrit:nth-child(10) {
    padding-right: 10px;
}
.searchHookCriteria .actHICrit:nth-child(4),
.searchHookCriteria .actHICrit:nth-child(8),
.searchHookCriteria .actHICrit:nth-child(12) {
    padding-left: 10px;
}
.hookInput.actHInput.actHIKw {
    position: relative;
}
.hookInput.actHInput.actHIKw:after {
    content: '\f002';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.8rem;
    position: absolute;
    top: calc(50% - 9px);
    right: 12px;
    font-weight: normal;
}

/* _________________________________________________________________________ TEASER 2 */

#teaser2 {
    background: #EEEEEE;
}
.t2o {
    padding: 80px 0;
}
/* Facethook */
.hookHeader.actFh {
    display: none;
}
.hookOuter.actFo.actFoJobsHook {
    margin: 40px 0;
}
.hookOuter.actFo.actFoJobsHook li a {
    color: #707070;
    font-size: 1.8rem;
    line-height: 3rem;
}
.hookOuter.actFo.actFoJobsHook li a span {
    color: #CCCCCC;
}
.hookOuter.actFo.actFoJobsHook ul:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}
.hookOuter.actFo.actFoJobsHook .facetWrapper {
    display: inline-block;
    width: 50%;
    float: left;
}

/* _________________________________________________________________________ TEASER 3 */

.t3o {
    padding: 100px 0;
}
.t3o h2 {
    text-align: center;
}
.t3o .teaserIntro {
    text-align: center;
    padding: 70px 0 0 0;
}
/* Blog */
.hookOuter.blogHookArticleListOuter {
    margin-top: 50px;
}
.blogItemImage {
    width: 100%;
    height: 166px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.hookItemContainer.blogHookItemContainer {
    background: #EEEEEE;
}
.hookItemContainer.blogHookItemContainer:hover {
    cursor: pointer;
}
.bottomBlock {
    padding: 30px 24px 24px 24px;
    position: relative;
}
.blogHookItemContainer .bottomBlock:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #47A01A;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.blogHookItemContainer:hover .bottomBlock:before {
    width: 0;
}
.hookItemTitle.blogHookItemLink a {
    font-weight: bold;
    color: #000;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 5px;
    display: block;
}
.hookItemWord.blogHookWord span {
    color: #707070;
    font-weight: normal;
}
.hookItemWord.blogHookWord {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #47A01A;
    font-weight: bold;
    display: none;
}

/* _________________________________________________________________________ TEASER 4 */

#teaser4 {
    background: #EEEEEE;
}
.t4o {
    padding: 80px 0;
}
.t4o h2.h1 {
    text-align: center;
    margin-bottom: 60px;
}
.t4o .teaserItem {
    padding: 40px;
    background: #fff;
    text-align: center;
}
.t4o .subHeader {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.8rem;
    margin-bottom: 5px;
}
.t4o .teaserFoto {
    margin-bottom: 30px;
}

/* _________________________________________________________________________ TEASER 5 */

.t5o .teaserText, .t5o p {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.t5o .subHeader {
    font-weight: bold;
}
.t5o a {
    text-decoration: underline;
    color: #47A01A;
}


/* _________________________________________________________________________ TEASER 7 */

.t7o {
    padding: 50px 0;
}
.t7o .teaserIntro {
    color: #47A01A;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 20px;
    text-align: center;
}
.t7o .teaserItem {
    background: #EEEEEE;
    padding: 50px 24px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3rem;
}
.t7o .teaserFoto img {
    margin-bottom: 20px;
}
.t7o .bedanktVideo {
    margin: 10px 0 30px;
}
.t7o .bedanktVideoLoop {
    width: 100%;
    height: auto;
}
.t7o .bedanktVideo img {
    width: 100%;
}
.intro.aplIntro.aplTyIntro {
    display: none;
}

/* _________________________________________________________________________ TEASER 8 */

#teaser8 {
    background: #EEEEEE;
}
.t8o {
    padding: 80px 0;
}
.t8o h2.h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    text-align: center;
    margin-bottom: 30px;
}
.t8o .teaserText {
    padding: 24px;
    background: #fff;
}
.t8o .subHeader {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.8rem;
    margin-bottom: 5px;
}
.t8o .teaserFoto, .t8o .teaserFoto img {
    width: 100%;
    line-height: 0;
}
.t8o .bodyText {
    line-height: 3rem;
}

/* _________________________________________________________________________ TEASER 9 */

.t9o {
    padding: 80px 0;
    text-align: center;
}
.t9o h2.h1 {
    margin-bottom: 50px;
}

/* _________________________________________________________________________ TEASER 10 */

.t10o .teaserIntro {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 35px;
}
.t10o .kol1 .teaserFoto {
    width: 180px;
    display: inline-block;
    float: left;
}
.t10o .kol1 .teaserText {
    width: calc(100% - 180px);
    display: inline-block;
    float: left;
}
.t10o .kol1 .teaserItem:after {
    display: block;
    content: '';
    clear: both;
}
.t10o .kol1 img {
    border: 5px solid #CCCCCC;
    border-radius: 100%;
}
.t10o .subHeader {
    font-weight: bold;
    line-height: 2.8rem;
    font-size: 1.8rem;
}
.t10o .bodyText, .t10o p {
    font-size: 1.8rem;
    line-height: 2.8rem;
}
.t10o .kol1 .teaserItem {
    margin-bottom: 30px;
}

/* _________________________________________________________________________ TEASER 11 */

#teaser11 {
    background: #EEEEEE;
}
.t11o {
    padding: 80px 0;
}
.t11o .teaserIntro {
    text-align: center;
    margin-top: 50px;
}
.hookHeader.jslTitle {
    color: #000000;
    font-size: 3.6rem;
    text-align: center;
    line-height: 4.6rem;
    margin-bottom: 40px;
}
.hookItemContainer.jslItemContainer {
    background: #fff;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
.hookItemContainer.jslItemContainer:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #47A01A;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.hookItemContainer.jslItemContainer:hover:after {
    width: 0;
}
.hookItemTitle.jslFunctionName a {
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    display: block;
}

/* _________________________________________________________________________ TEASER 12 */

.t12o {
    margin: 80px 0;
}
.t12o h2.h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    text-align: center;
    margin-bottom: 30px;
}
.t12o p {
    margin: 0;
}
.t12o .teaserText {
    background: #EEEEEE;
    padding: 20px 30px 25px;
    line-height: 3rem;
    position: relative;
}
.t12o .teaserText:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #47A01A;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.t12o .teaserFoto, .t12o .teaserFoto img {
    line-height: 0;
    width: 100%;
}
.t12o .subHeader {
    font-weight: bold;
}

/* _________________________________________________________________________ FOOTER */

footer {
    background: #fff;
    padding: 50px 0;
}
footer .topFooter {
    margin-bottom: 30px;
}
footer span.footerLine {
    font-size: 1.8rem;
    line-height: 3rem;
    float: left;
    display: inline-block;
}
footer .bottomFooter:after {
    content: '';
    display: block;
    clear: both;
}
ul.hlb2 {
    display: inline-block;
    line-height: 3rem;
    float: left;
    margin-left: 4px;
}
ul.hlb2 li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}
ul.hlb2 li a {
    color: #707070;
    font-size: 1.8rem;
}
body.fullWidth footer,
body.content footer,
body.contact footer {
    border-top: 1px solid #CCCCCC;
}

/* _________________________________________________________________________ JOBOVERVIEW */

h1.title.actTitle {
    display: none;
}
h1.title.actTitle.actRewriteTitle {
    display: block;
}
.itemContainer.actIc {
    background: #EEEEEE;
    padding: 20px 20px 29px;
    position: relative;
}
.itemContainer.actIc:hover {
    cursor: pointer;
}
.itemContainer.actIc:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 9px;
    background: #47A01A;
    transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.itemContainer.actIc:hover:after {
    width: 0;
}
h3.h2.itemTitle.actItemTitle a, h3.h2.itemTitle.actItemTitle {
    color: #000000;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2rem;
}
.itemDescription.actItemDescr {
    display: none;
}
.actTopMenu {
    padding: 0;
}
.menuLink.actMl.actMlFc {
    font-size: 3.6rem;
    color: #000;
    font-weight: bold;
    border: none;
    padding: 0;
    line-height: 4.6rem;
    margin: 0 0 30px 0;
    display: block;
    font-family: "Eurostile", sans-serif;
}
/* Facets */
.optionListContainer {
    border: none;
    margin-bottom: 30px;
}
.optionListTitle.facetListTitle {
    margin-bottom: 10px;
}
.optionListTitle.facetListTitle a {
    color: #000000;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.8rem;
    position: relative;
    padding-left: 35px;
}
.optionListTitle.facetListTitle a:before {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    color: #000;
    width: auto;
    text-align: center;
}
.optionList.facetList ul li a {
    color: #707070;
    line-height: 3.3rem;
    font-size: 1.6rem;
    position: relative;
    padding-left: 35px;
}
.optionList.facetList ul li a:before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    color: #CCCCCC;
    width: auto;
    text-align: center;
}
span.facetFreq {
    float: none;
    color: rgba(112, 112, 112, 0.3);
}
.optionListContainer.actLc.actLcMcrit .optionListTitle {
    display: none;
}
.optionListContainer.actLc.actLcMcrit ul li a {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 3.3rem;
    padding-left: 35px;
    position: relative;
}
.optionListContainer.actLc.actLcMcrit ul li a:after {
    content: '\f00d';
    position: absolute;
    right: -20px;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.8rem;
    color: #47A01A;
    width: auto;
    text-align: center;
}
/* Facets mobile */
.filterToggle {
    display: none;
}
/* Search hook job overview */
div#jobSearchHookOverview {
    margin-bottom: 30px;
}
div#jobSearchHookOverview .searchHookCriteria {
    display: none;
}
div#jobSearchHookOverview input {
    width: 100%;
    max-width: 100%;
    float: none;
}
div#jobSearchHookOverview input[type="text"] {
    background: #EEEEEE;
}
div#jobSearchHookOverview .hookInput.actHInput.actHIKw {
    margin-bottom: 10px;
}

/* Page load */
.page-load-status,
.page-load-status p {
    color: #47A01A;
    text-align: center;
}
.page-load-status {
    display: none;
}
.page-load-status img {
	margin-bottom: 5px;
	animation: rotation 5s linear infinite;
}
@keyframes rotation {
	0% {
	transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}


/* _________________________________________________________________________ JOBDETAIL */

.jobDetailBlock {
    background: #EEEEEE;
    padding: 30px 30px 20px;
    border-bottom: 9px solid #47A01A;
    margin-bottom: 40px;
}
.text.jbdText {
    margin-bottom: 60px;
}
h2.subHeader.jbdSh {
    color: #707070;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3rem;
    font-family: 'Proxima Nova', sans-serif;
    margin-bottom: 30px;
}
.col-md-3 input.button.jbdButton.jbdButApl {
    width: 100%;
    margin-bottom: 20px;
}
.hookItemWord.mDhIw ul li {
    display: inline-block;
    float: left;
}
.hookItemWord.mDhIw ul:after {
    content: '';
    clear: both;
    display: block;
}
.hookOuter.mDhOut {
    margin: 0;
}
.hookItemContainer.mDhItC {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}
.hookItemWord.mDhIw ul li:after {
    content: ',';
    margin-right: 5px;
}
.hookItemWord.mDhIw ul li:last-child:after {
    content: '';
    margin: 0;
}
h1.title.jbdTitle {
    margin-bottom: 30px;
}
/* consultantViewHook */
.hookHeader.fhlTitle.chlTitle {
    font-family: 'Proxima nova', sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.8rem;
    color: #000000;
}
.hookItemTitle.fhlItemTitle.chlItemTitle {
    font-weight: bold;
}
.hookItemContainer.fhlItemContainer.chlItemContainer {
    line-height: 1.6;
}
.hookOuter.fhlOuter.chlOuter {
    background: #EEEEEE;
    padding: 30px;
    text-align: center;
    width: 100%;
}
.hookItemPhoto1.fhlPhoto1.chlPhoto1 img {
    max-width: 130px;
    border-radius: 100%;
    border: 8px solid #fff;
    margin: 20px 0;
}
.hookItemWord.fhlItemWord.chlItemWord.chlEmail a {
    text-decoration: underline;
}
.hookHeader.mDhT,
.hookSubHeader.mDhSh,
.hookItemTitle.mDhItT,
.hookText.mDhTx.mDhTxAddress {
    display: none;
}

/* _________________________________________________________________________ CONTACT */

body.contact h1.title {
    margin-bottom: 40px;
}

/* _________________________________________________________________________ RESPONSIVE */


@media only screen and (max-width: 1100px) {
    /* apply button */
    .buttonContainer.jbdBc {
        position: fixed;
        bottom: 0;
        left: 10px;
        width: calc(100% - 20px);
        z-index: 100;
        right: 10px;
        text-align: center;
    }
    /* Menu */
    body {
        padding-top: 50px;
    }
    header .sw {
        padding-right: 0;
    }
    .hamburgerContainer {
        display: block;
        text-align: right;
    }
    body.menuOpen nav.mainMenuContainer {
        display: block;
    }
    body.menuOpen .hamburger-box {
        background: #47a01a;
    }
    body.menuOpen .hamburger .hamburger-inner,
    body.menuOpen .hamburger .hamburger-inner:after,
    body.menuOpen .hamburger .hamburger-inner:before {
        background-color: #fff;
    }
    nav.mainMenuContainer {
        display: none;
        width: 100%;
        background: #47a01a;
        position: fixed;
        top: 50px;
        left: 0;
    }
    nav.mainMenuContainer ul {
        float: none;
        padding: 30px 0;
    }
    nav.mainMenuContainer ul > li {
        float: none;
        display: block;
        text-align: left;
    }
    nav.mainMenuContainer ul > li > a {
        color: #fff;
        font-size: 2.4rem;
        padding: 10px 35px!important;
    }
    nav.mainMenuContainer ul > li > a:hover {
        color: #fff;
    }
    /* End Menu */
    /* Filter */
    span.facetFreq {
        color: #fff;
    }
    .optionListContainer.actLc.actLcMcrit ul li a,
    .optionListContainer.actLc.actLcMcrit ul li a:after {
        color: #fff;
    }
    .actSResContainer .col-md-4 {
        margin-bottom: 30px;
    }
    .filterToggle {
        display: block;
        position: fixed;
        top: 51px;
        left: 0;
        width: 100%;
        background: #47a01a;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 2.4rem;
        padding: 14px 0;
        cursor: pointer;
        z-index: 100;
    }
    .filter {
        height: 0;
        position: fixed;
        left: 0;
        top: 103px;
        background: #47a01a;
        width: 100%;
        z-index: 10;
        transition: 0.5s;
        padding: 0 35px;
        overflow: hidden;
    }
    body.filterOpen .filter {
        height: calc(100% - 103px);
        padding: 35px;
        overflow: auto;
    }
    .optionList.facetList ul li a {
        color: #fff;
        font-size: 2rem;
        line-height: 4rem;
    }
    .optionList.facetList ul li a:before {
        color: #fff;
    }
    /* Jobsearchhook */
    header#myHeader .logo {
        position: relative;
        width: 222px;
        display: flex;
        align-items: center;
        justify-content: left;
        flex-grow: 1;
    }
    .jobSearchHookToggle {
        display: block;
        background: #fff;
        width: 50px;
        height: 50px;
        cursor: pointer;
        position: relative;
    }
    .jobSearchHookToggle:after {
        content: '\f002';
        font-family: "Font Awesome 5 Pro";
        font-size: 1.8rem;
        position: absolute;
        top: calc(50% - 9px);
        color: #707070;
        width: 100%;
        text-align: center;
    }
    body.searchOpen .jobSearchHookToggle {
        background: #47a01a;
    }
    body.searchOpen .jobSearchHookToggle:after {
        color: #fff;
    }
    body.searchOpen #jobSearchHook {
        display: block;
    }
    div#jobSearchHook {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 30px;
    }
    /* Teaser 4 */
    .t4o .col-md-4 {
        margin-bottom: 25px;
    }
    /* Teaser 7 */
    .t7o .col-md-4,
    .t8o .col-md-4,
    .t12o .col-md-4  {
        margin-bottom: 30px;
    }
    .t7o .teaserItem,
    .t8o .teaserItem,
    .t12o .teaserItem {
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .t8o h2.h1,
    .t12o h2.h1 {
        font-size: 2.4rem;
        line-height: 3.6rem;
    }
    /* Footer */
    ul.hlb2 li {
        float: none;
    }
    footer .topFooter {
        padding: 0 15px;
    }
    .bottomFooter {
        border-top: 1px solid #CCCCCC;
        padding: 30px 0 10px;
        text-align: center;
    }
    footer span.footerLine, ul.hlb2 {
        float: none;
    }
    /* Jobdetail */
    .col-md-3 input.button.jbdButton.jbdButApl {
        display: none;
    }
    /* End jobdetail */
    .hookOuter.blogHookArticleListOuter .col-sm-4 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    /* Forms */
    .error,
    .formInput.aplCheckContainer.aplAVGCheck, .formInput.aplTextAreaInput.aplPrivAreaInput.aplAVGInput {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .formInput.formSmallInput.apllDate > div > div {
        display: block!important;
        float: none!important;
        width: 100%!important;
        padding: 0!important;
        margin-bottom: 10px;
    }
    /* End Forms */
    /* Searchhook */
    .searchHookCriteria .actHICrit:nth-child(2), .searchHookCriteria .actHICrit:nth-child(6), .searchHookCriteria .actHICrit:nth-child(10),
    .searchHookCriteria .actHICrit:nth-child(4), .searchHookCriteria .actHICrit:nth-child(8), .searchHookCriteria .actHICrit:nth-child(12) {
        padding: 0;
    }
    .hookInput.actHInput.actHICrit {
        width: 100%;
        display: block;
        float: none;
    }
    /* Teaser 1 */
    .t1o .teaserSubHeader {
        font-size: 2rem;
        line-height: 2.2rem;
        margin: 0;
    }
    .t1o .teaserText,
    .t1o .teaserText p {
        font-size: 4.8rem;
        line-height: 4.8rem;
    }
    .t1o .desktopFoto {
        display: none;
    }
    .t1o .teaserIntro {
        display: block;
    }
    .t1o .teaserIntro:after {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
    }
    /* Teaser 3 */
    .t3o .teaserIntro {
        text-align: center;
        padding: 30px 0 0 0;
    }
    /* Teaser 10 */
    .t10o .kol1 .teaserFoto {
        width: 135px;
    }
    .t10o .kol1 .teaserText {
        width: calc(100% - 135px);
    }
    .t10o .kol1 .bodyText a {
        word-break: break-all;
    }
    /* Paddings */
    .t2o, .t3o, .t4o, body.home #bisjab, body:not(.home) #bisjab {
        padding: 40px 0;
    }
    .jobOverview section#bisjab {
        padding-top: 70px;
    }
    /* Titles */
    .bisjabHome h1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .t2o h2.h1 {
        margin-bottom: 20px;
    }
    h1, h2.h1, h3.h1 {
        font-size: 2.4rem;
        line-height: 3rem;
        text-align: center;
    }
    .button, button, input[type=submit], input[type=button], a > strike, strike > a, strike, a > s, s > a {
        width: 100%;
    }
    /* Footer */
    footer {
        padding: 50px 0 10px;
    }
}


@media only screen and (max-width: 550px) {

}
