@import url('https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
@import url('https://fonts.googleapis.com/css?family=Parisienne');


/*
font-family: 'Muli', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Parisienne', cursive;
*/

body, html {
	margin:0;
	padding:0;
	color: #5A5B5F;
	position: relative;
    font-family: 'Muli', sans-serif;
    width: 100%;
}
html {
	height: 100%;
	position: relative;
    font-size: 62.5%;
}
body {
    color: #5A5B5F;
    font-size: 1.5rem;
    line-height: 2.4rem;
    padding-top: 100px;
}
* {
    box-sizing: border-box;
}
p {
    color: #5A5B5F;
	margin:0px;
	padding:0px;
	margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 300;
}
a {
    text-decoration: none;
    color: #B78A53;
}
img {
    max-width: 100%;
    height: auto!important;
}
h1,h2,h3,h4, .hookHeader{
	margin:0px;
	padding:0px;
    color: #B78A53;
}
h1:empty,h2:empty,h3:empty,h4:empty{
	margin: 0 !important;
	padding: 0 !important;
}
h1 {
    color: #B78A53;
    font-family: 'Poppins', sans-serif;
    font-size: 4.2rem;
    line-height: 5rem;
    margin-bottom: 10px;
    font-weight: normal;
}
h2, .hookHeader {
    color: #41413F;
    font-family: 'Poppins', sans-serif;
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 10px;
    font-weight: normal;
}
h3, .subHeader{
    color: #B78A53;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: normal;
}
ul {
    padding: 0;
	margin: 0;
}
li {
    list-style: none;
}
ol li {
    list-style: decimal;
}
.table {
	display: table;
	height: 100%;
	width: 100%;
}
.cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.sw {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}
.fw {
    max-width: 1448px;
    padding: 0 15px;
    margin: 0 auto;
}
.error {
    color: red;
    margin: 10px 0 10px 10px;
}
.avaAvailableGroup, .intro, .itemContainer, .text {
    margin-bottom: 30px;
}
.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;
}
body.fullwidth main {
    padding: 100px 0;
}
.home main#mainhome {
    background: url(/_images/visual.png) no-repeat 85% center;
}
.cookieAccept {
    background: url(/_images_global/ckCheck.png) 12px no-repeat;
}

/* _________________________________________________________________________ IPNUTS */

.chosen-container, .formInputTaC, input[type=text], input[type=password], input[type=file], select, textarea {
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    line-height: 1.8rem;
    padding: 10px 30px;
    font-size: 1.4rem;
    color: #5A5B5F;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
}
.chosen-container:focus, .formInputTaC:focus, input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: 0 0 15px #0000001c;
}
.otysSelectInner {
    box-shadow: inset 0 0 0px 1px #E4E4E4;
    background: white;
    position: relative;
    border-radius: 20px;
}
.inputBox .selectedItems > div {
    margin: 2px 3px 2px 3px;
}
.otysSelect.single div.selectedItem {
    color: #5A5B5F;
}
.otysSelectInner .inputBox {
    padding: 3px 25px 3px 25px;
}
.otysSelect .navArrow {
    right: 25px;
}
.otysSelect input.search {
    border-radius: 0;
}
.optionHolder {
    width: calc(100% - 30px);
    left: 15px;
}
.otysSelect .navArrow {
    background-size: contain;
    background-position: center center;
    width: 10px;
}

/* _________________________________________________________________________ BUTTONS */

.button,
button,
input[type=submit],
input[type=button],
a strike,
strike a,
a s,
s a,
.menuLink.aplMlink,
.menuLink.aplSnp,
li.aplAplyTk a,
li.aplAplyLogin a,
li.aplAplyPass a,
li.aplAplyLiJob a,
li.aplAplyLi a,
li.aplAplyLeave a,
.menuLink.actMl.actMlLc.actMlCJsa {
    font-family: 'Muli', sans-serif;
    color: #fff;
    padding: 8px 38px;
    background-color: #B78A53;
    border: 2px solid #B78A53;
    display: inline-block;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 700;
}
li.aplAplyLiJob a,
li.aplAplyLi a,
li.aplAplyLeave a {
    background: #B78A53;
    border: 2px solid #B78A53;
    color: #fff;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
a strike:hover,
strike a:hover,
strike:hover,
.menuLink.aplMlink:hover,
li.aplAplyTk a:hover,
li.aplAplyLogin a:hover,
li.aplAplyPass a:hover,
li.aplAplyLiJob a:hover,
li.aplAplyLeave a:hover,
.menuLink.actMl.actMlLc.actMlCJsa:hover  {
    opacity: 0.9;
	cursor: pointer;
}
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus,
a strike:focus,
strike a:focus,
strike:focus,
.menuLink.aplMlink:focus {
	outline: none;
}
li.aplAplyTk a,
li.aplAplyLogin a,
li.aplAplyPass a,
li.aplAplyLiJob a,
li.aplAplyLi a {
	margin-bottom: 10px;
}
.menuLink a {
    color: #fff;
}

/* _________________________________________________________________________ HEADER */

header#myHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    height: 100px;
}
header#myHeader .sw {
    display: flex;
    height: 100%;
}
header#myHeader .logo svg {
    max-width: 125px;
    width: 100%;
}

.menuBlock {
    flex-grow: 1;
}
nav.mainMenuContainer {
    float: right;
}
ul.hlb1 li {
    display: inline-block;
    float: left;
}
ul.hlb1 li a {
    color: #000;
    display: block;
    padding: 10px 30px 20px;
    font-family: 'Poppins', serif;
    line-height: 25px;
}
ul.hlb1 li:hover a,
ul.hlb1 li.mainLevactive a {
    color: #B78A53;
}
ul.hlb1 li:last-child a {
    padding-right: 0;
}

/* HAMBURGER */
.hamburger {
    position: absolute;
    right: 15px;
    top: 50px;
    display: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    padding: 4px 0;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
}
.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: 30px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -8px;
}
.hamburger-inner:after {
    bottom: -8px;
}
.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: #000;
}
.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);
}

@media screen and (max-width: 991px) {
    .hamburger {
        display: inline-block;
    }
    nav.mainMenuContainer {
        width: calc(100% - 100px);
        position: absolute;
        background: #fff;
        top: 100px;
        left: 0;
        transform: translateX(-100%);
        transition: 0.2s;
    }
    body.menuOpen nav.mainMenuContainer {
        transform: translateX(0);
    }
    ul.hlb1 li {
        display: block;
        float: none;
        width: 100%;
    }
}


/* _________________________________________________________________________ TEASER1 */

.t1o {
    text-align: right;
    display: block;
    padding-top: 20px;
}
.t1o .teaserSocialIcon {
    display: inline-block;
    margin-left: 15px;
    float: right;
}
.t1o .teaserSocialIcon img {
    display: block;
}

/* _________________________________________________________________________ TEASER2 */

.t2o img {
    display: block;
    width: 100%;
}
.t2o .introFoto {
    display: none;
}
.t2o .teaserItemContainer {
    position: relative;
}
.t2o .teaserBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.t2o .textBlock {
    max-width: 530px;
}
.t2o .teaserText,
.t2o .teaserText p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 3.2rem;
}
.t2o a strike, .t2o a s,
.t2o strike a, .t2o s a {
    margin-top: 30px;
}

/* _________________________________________________________________________ TEASER2 */

section#s3 {
    background: #F9F9F9;
}
.t3o {
    padding: 100px 0;
}
.t3o .kolom1, .t3o .kolom2 {
    height: 100%;
}
.t3o .kolom2 {
    position: relative;
}
.t3o .kolom2 img {
    width: 100%;
}
.t3o .kolom2 .slick-slide {
    line-height: 0;
}
.t3o a strike, .t3o a s, .t3o strike a, .t3o s a {
    margin-top: 5px;
}
.t3o ul.slick-dots {
    display: inline-block!important;
    position: absolute;
    right: -30px;
    top: calc(50% - 35px);
}
.t3o ul.slick-dots li {
    display: block;
    height: 10px;
    margin-bottom: 10px;
}
.t3o ul.slick-dots li button {
    width: 10px;
    display: inline-block;
    height: 10px;
    padding: 0;
    background: #41413F;
    border: none;
    color: transparent;
}
.t3o ul.slick-dots li.slick-active button,
.t3o ul.slick-dots li:hover button {
    background: #B78A53;
}

/* _________________________________________________________________________ TEASER 4 */

.t4o {
    padding: 100px 0;
}
.t4o .teaserFoto img {
    margin: 0 auto;
}
.t4o .slick-initialized .slick-slide {
    float: none;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}
.t4o .slick-slide img {
    display: inline-block;
}

/* _________________________________________________________________________ TEASER 5 */

.t5o {
    position: relative;
}
.t5o .teaserBlock {
    position: relative;
    height: 400px;
    background: url(/_images/teaser5bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 80px 0 60px;
}
.t5o .teaserBody, .t5o .teaserBody p {
    font-size: 2.4rem;
    line-height: 4.2rem;
    font-weight: bold;
    margin: 30px 0 20px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.t5o .subHeader {
    font-size: 3.6rem;
    line-height: 4rem;
}
.t5o .bottomText {
    font-size: 1.6rem;
    font-weight: 300;
    border-top: 1px solid #B78A53;
    display: inline-block;
    padding-top: 20px;
    color: #fff;
}
/* Dots teaser 5 */
.t5o ul.slick-dots {
    display: inline-block!important;
    padding: 30px 0 0;
}
.t5o ul.slick-dots li {
    display: inline-block;
    height: 10px;
    margin: 0 10px;
}
.t5o ul.slick-dots li button {
    width: 10px;
    display: inline-block;
    height: 10px;
    padding: 0;
    background: #41413F;
    border: none;
    color: transparent;
}
.t5o ul.slick-dots li.slick-active button,
.t5o ul.slick-dots li:hover button {
    background: #B78A53;
}

/* _________________________________________________________________________ TEASER 6 */

.t6o {
    padding: 100px 0;
}
.t6o .intro, .t6o h2.title.contentTitle {
    max-width: 470px;
    margin: 0 auto;
    text-align: center;
}
.t6o .intro {
    margin-bottom: 50px;
}
.t6o h2.title.contentTitle {
    margin-bottom: 20px;
}
.t6o .teaserKop {
    font-family: 'Poppins', sans-serif;
    color: #B78A53;
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 25px;
}
.t6o .teaserBody p strong {
    display: inline-block;
    max-width: 100px;
    text-align: left;
    float: right;
    width: 100%;
    font-weight: 300;
}
.t6o .teaserBody p:after {
    display: block;
    content: '';
    clear: both;
}
.t6o .teaserItem {
    margin-bottom: 30px;
}
.t6o .kolom3 .teaserKop {
    font-family: 'Muli', sans-serif;
    color: #5A5B5F;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 5px;
    font-weight: bold;
}
.t6o .teaserBody {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

/* _________________________________________________________________________ TEASER 7 */

.t7o {
    position: relative;
}
.t7o .introFoto img {
    display: block;
}
.t7o .teaserBlock {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
.t7o .introFoto {
    display: block;
}
.t7o .mobileFoto {
    display: none;
}
.t7o .teaserBody {
    font-size: 2.4rem;
    line-height: 4.2rem;
    font-weight: bold;
    margin: 30px 0 20px;
    color: #fff;
    font-family: 'Playfair Display', serif;
}
.t7o .subHeader {
    font-size: 3.6rem;
    line-height: 4rem;
}
.t7o .bottomText {
    font-size: 1.6rem;
    font-weight: 300;
    border-top: 1px solid #B78A53;
    display: inline-block;
    padding-top: 20px;
    color: #fff;
}
.t7o .teaserBody p, .t7o .teaserBody {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    font-family: 'Parisienne', cursive;
    color: #41413F;
    margin-bottom: 20px;
}
.t7o .teaserItem {
    max-width: 470px;
}

/* _________________________________________________________________________ TEASER 8 */

.t8o {
    padding: 100px 0;
}
.t8o .intro {
	text-align:center;
}
.t8o .intro p {
	font-size:1.8rem;
	margin-bottom:1.5em;
}
.t8o h2.title.contentTitle {
    text-align: center;
    margin-bottom: 20px;
}
.t8o .teaserFoto {
    width: 100%;
    max-width: 370px;
    height: 246px;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
}
.t8o .teaserItem {
    padding: 15px;
}
.t8o ul.slick-dots {
    text-align: center;
}
.t8o ul.slick-dots li {
    display: inline-block;
    height: 10px;
    margin: 0 5px;
}
.t8o ul.slick-dots li button {
    width: 10px;
    display: inline-block;
    height: 10px;
    padding: 0;
    background: #41413F;
    border: none;
    color: transparent;
}
.t8o ul.slick-dots li.slick-active button,
.t8o ul.slick-dots li:hover button {
    background: #B78A53;
}

/* _________________________________________________________________________ TEASER 9 */

#s9 {
    background: #F9F9F9;
}
.t9o {
    padding: 100px 0;
}
.t9o h2 {
    color: #41413F;
    font-family: 'Poppins', sans-serif;
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 30px;
    font-weight: normal;
}
.t9o h2, .t9o .text {
    text-align: center;
}
div#KQDIV_4072,
div#KQDIV_4073 {
    width: calc(100% / 2);
    display: inline-block;
    float: left;
    clear: none;
}
label.timeSelect,
label[for="Q_4074"] {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
label.timeSelect:after,
label[for="Q_4074"]:after {
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 60%;
    top: 50%;
    display: block;
    content: '';
}
label.timeSelect:before,
label[for="Q_4074"]:before {
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    right: 60%;
    top: 50%;
    display: block;
    content: '';
}
.formInput.formSmallInput.apllDate .otysSelect:nth-child(2), .formInput.formSmallInput.apllDate .otysSelect:nth-child(3), .formInput.formSmallInput.apllDate .otysSelect:nth-child(4) {
    width: calc(100% / 3);
    display: inline-block;
    float: left;
}
.formInput.formSmallInput.apllDate .otysSelect:nth-child(2) {
    padding-right: 10px;
}
.formInput.formSmallInput.apllDate .otysSelect:nth-child(3) {
    padding: 0 5px;
}
.formInput.formSmallInput.apllDate .otysSelect:nth-child(4) {
    padding-left: 10px;
}
.formInput.formSmallInput.apllDate .otysSelect:nth-child(6), .formInput.formSmallInput.apllDate .otysSelect:nth-child(7) {
    width: calc(100% / 2);
    display: inline-block;
    float: left;
}
.formInput.formSmallInput.apllDate .otysSelect:nth-child(6),
div#KQDIV_4072 {
    padding-right: 7.5px;
}
.formInput.formSmallInput.apllDate .otysSelect:nth-child(7),
div#KQDIV_4073 {
    padding-left: 7.5px;
}
label.timeSelect {
    margin-top: 15px;
}
.buttonContainer {
    text-align: center;
}
.qsPIOuter h2.title {
    color: #41413F;
    font-family: 'Poppins', sans-serif;
    font-size: 3.6rem;
    line-height: 4.2rem;
    margin-bottom: 30px;
    font-weight: normal;
}
.qsPIOuter h2.title,
.qsPIOuter .text {
    text-align: center;
}
@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 {
        max-width: 100%;
    }
    .outer .explain, .outer .formInput>label {
        max-width: 100%;
    }
}
/* _________________________________________________________________________ FOOTER */

footer {
    padding: 60px 0 80px;
    background: url(/_images/background.jpg) no-repeat center;
    background-size: cover;
}
footer .logo {
    text-align: center;
    margin-bottom: 40px;
}
footer .logo svg {
    max-width: 170px;
    width: 100%;
}
footer .teaserHeader,
footer li.col-md-3.mainLev > a {
    font-family: 'Poppins', sans-serif;
    color: #B78A53;
    font-size: 1.6rem;
    margin-bottom: 20px;
    display: block;
}
footer .teaserBody, footer .teaserBody p, footer li.subLevel_1 a, footer li.subLevel_1 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Muli', sans-serif;
}
/* Teaser 10 */
footer .teaserItemContainer.Kolom2 p {
    margin: 0;
}
footer .teaserItemContainer.Kolom2 p strong {
    font-weight: 300;
    width: 110px;
    display: inline-block;
    text-align: right;
    float: right;
}
footer .teaserItemContainer.Kolom3 {
    margin-bottom: 30px;
}
footer .teaserItemContainer.Kolom4 .teaserSocials {
    display: inline-block;
    margin-right: 15px;
    float: left;
}

/* _________________________________________________________________________ BISJAB 2 KOLOM */

.bisjab {
    padding: 100px 0;
}
.bisjab .text.contentText {
    margin: 0;
}
.bisjab.bisjab2Kolom .text.contentText img {
    border-radius: 100%;
}

@media screen and (max-width: 991px) {
    /* paddings sections */
    .bisjab,
    .t3o, .t4o, .t6o, .t8o, .t9o,
    footer {
        padding: 50px 0;
    }
    footer .teaserItemContainer.Kolom2 {
        max-width: 350px;
    }
    footer .teaserItemContainer.Kolom1,
    footer .teaserItemContainer.Kolom2,
    footer .teaserItemContainer.Kolom4 {
        margin-bottom: 20px;
    }
    footer .teaserItemContainer.Kolom4:after {
        content: '';
        display: block;
        clear: both;
        margin-bottom: 20px;
    }
    /* end paddings */
    h1 {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .button, button, input[type=submit], input[type=button], a strike, strike a, strike, .menuLink.aplMlink,
    .menuLink.aplSnp, li.aplAplyTk a, li.aplAplyLogin a, li.aplAplyPass a, li.aplAplyLiJob a, li.aplAplyLi a,
    li.aplAplyLeave a, .menuLink.actMl.actMlLc.actMlCJsa {
        padding: 5px 28px;
        font-size: 1.4rem;
        line-height: 3rem;
    }

    .t2o .teaserText, .t2o .teaserText p {
        color: #fff;
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    .t2o a strike, .t2o a s, .t2o strike a, .t2o s a {
        margin-top: 10px;
    }
    .t3o ul.slick-dots {
        display: block!important;
        position: relative;
        right: unset;
        top: unset;
        margin-top: 30px;
        text-align: center;
    }
    .t3o ul.slick-dots li {
        display: inline-block;
        height: 10px;
        margin: 0 5px;
    }
    .t6o .teaserKop,
    .t6o .teaserBody {
        max-width: 450px;
        margin: 0 auto;
    }
    .t6o .teaserKop {
        margin-bottom: 25px;
    }
    .t7o .teaserItem {
        max-width: 470px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .t7o .introFoto {
        display: none;
    }
    .t7o .mobileFoto {
        display: block;
    }
    .bisjab.bisjab2Kolom .text.contentText img {
        max-width: 200px;
        margin-bottom: 20px;
    }
    .bisjab .text.contentText,
    .bisjab h2.title.contentTitle,
    .bisjab h3.subHeader.contentSubHeader {
        text-align: center;
    }
    .t2o .introFoto {
        display: block;
    }
    .t2o .introFoto img {
        width: 100%!important;
    }
    .t2o .teaserBlock {
        display: none;
    }
    .t2o .teaserFoto {
        display: none;
    }
    #s2 .teaserBlock {
        text-align: center;
        padding-top: 20px;
    }
    .t3o .kolom1 {
        text-align: center;
        margin-bottom: 20px;
    }
    .t5o .teaserBody, .t5o .teaserBody p {
        font-size: 1.8rem;
        line-height: 3.2rem;
    }
    .t7o .teaserBlock {
        position: relative;
    }
}
