/*********************************/
/** Styles ***********************/
/*********************************/
/*********************************/
/** Fonts ************************/
/*********************************/
@font-face {
  font-family: 'GT-America-Regular';
  font-weight: 400;
  font-style: 'normal';
  src: url("GT-America-Standard-Regular.woff") format("woff"); }

@font-face {
  font-family: 'GT-America-Bold';
  font-weight: 700;
  font-style: 'normal';
  src: url("GT-America-Standard-Bold.woff") format("woff"); }

@font-face {
  font-family: 'GT-America-Extended-Regular';
  font-weight: 400;
  font-style: 'normal';
  src: url("GT-America-Extended-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Pensum-Display-Book';
  font-weight: 400;
  font-style: 'normal';
  src: url("Pensum-Display-Book.woff") format("woff"); }

@font-face {
  font-family: 'Pensum-Pro-Regular';
  font-weight: 400;
  font-style: 'normal';
  src: url("Pensum-Pro-Regular.woff") format("woff"); }

/*********************************/
/** Variables ********************/
/*********************************/
/*********************************/
/** Functions ********************/
/*********************************/
/*********************************/
/** Mixins ***********************/
/*********************************/
/*********************************/
/** Breakpoints ******************/
/*********************************/
/*********************************/
/** Layout ***********************/
/*********************************/
/*********************************/
/** Containers *******************/
/*********************************/
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.ce_article_inner {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto; }

.padding_top_none {
  padding-top: 0 !important; }

@media (max-width: 499px) {
  .ce_article_inner_padding {
    padding: 30px 35px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_article_inner_padding {
    padding: 30px 40px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_article_inner_padding {
    padding: 30px 40px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_article_inner_padding {
    padding: 40px 40px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_article_inner_padding {
    padding: 50px 50px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 1280px) {
  .ce_article_inner_padding {
    padding: 50px 80px; }
  .headline_padding {
    padding-top: 35px; } }

/*********************************/
/** Header ***********************/
/*********************************/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 1000; }

.ce_header {
  width: 100%;
  max-width: 1260px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ce_header_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.ce_header_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .ce_header_item:nth-of-type(1) {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .ce_header_item:nth-of-type(2) {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .ce_header_item:nth-of-type(3) {
    position: relative;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.ce_journalismus {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  font-family: GT-America-Extended-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .ce_journalismus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #000000; }

.ce_header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  z-index: 1000; }
  .ce_header_sticky.sticky {
    top: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible; }
  .ce_header_sticky .ce_header_inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #000000; }

@media screen and (max-width: 375px) {
  .ce_logo {
    width: 170px !important; } }

@media screen and (max-width: 499px) {
  header {
    padding: 15px 35px 0 35px; }
  .ce_header_sticky {
    padding: 0 35px; } }

@media screen and (min-width: 500px) and (max-width: 629px) {
  header {
    padding: 15px 40px 0 40px; }
  .ce_header_sticky {
    padding: 0 40px; } }

@media screen and (max-width: 629px) {
  header {
    height: 72px; }
  .ce_logo {
    width: 198px; }
  .ce_header_sticky {
    top: -120px;
    height: 120px; }
    .ce_header_sticky .ce_logo {
      width: 156px; }
    .ce_header_sticky.hide {
      top: -40px; }
    .ce_header_sticky .ce_header_inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 20px; }
    .ce_header_sticky .ce_header_item:nth-of-type(1) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .ce_header_sticky .ce_header_item:nth-of-type(2) {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      width: 100%; }
    .ce_header_sticky .ce_header_item:nth-of-type(3) {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
  .ce_journalismus {
    padding-top: 12px;
    font-size: 10px;
    line-height: 14px; }
    .ce_journalismus::before {
      height: 22px; } }

@media screen and (min-width: 630px) {
  .ce_header_sticky .ce_header_item {
    max-width: 33.333333%;
    -webkit-box-flex: 1 0 33.33333%;
    -moz-box-flex: 1 0 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%; }
    .ce_header_sticky .ce_header_item:nth-of-type(2) {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

@media screen and (min-width: 630px) and (max-width: 767px) {
  header {
    height: 94px;
    padding: 22px 40px 0 40px; }
  .ce_header_item:nth-of-type(1) {
    padding-right: 15px; }
  .ce_logo {
    width: 176px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 40px; }
    .ce_header_sticky .ce_header_item:nth-of-type(2) {
      min-width: 170px; }
  .ce_journalismus {
    padding-top: 14px;
    font-size: 16px;
    line-height: 20px; }
    .ce_journalismus::before {
      height: 30px; } }

@media (min-width: 670px) and (max-width: 767px) {
  header {
    height: 94px;
    padding: 22px 40px 0 40px; }
  .ce_logo {
    width: 198px; }
  .ce_header_item:nth-of-type(1) {
    padding-right: 15px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 40px; }
  .ce_journalismus {
    padding-top: 14px;
    font-size: 18px;
    line-height: 22px; }
    .ce_journalismus::before {
      height: 31px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 100px;
    padding: 22px 40px 0 40px; }
  .ce_logo {
    width: 198px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 40px; }
  .ce_journalismus {
    padding-top: 14px;
    font-size: 18px;
    line-height: 22px; }
    .ce_journalismus::before {
      height: 32px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  header {
    height: 100px;
    padding: 22px 50px 0 50px; }
  .ce_logo {
    width: 234px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 50px; }
  .ce_journalismus {
    padding-top: 24px;
    font-size: 18px;
    line-height: 22px; }
    .ce_journalismus::before {
      height: 41px; } }

@media (min-width: 1280px) {
  header {
    height: 130px;
    padding-top: 30px; }
  .ce_header {
    padding: 0 80px; }
  .ce_logo {
    width: 276px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px; }
  .ce_journalismus {
    padding-top: 24px;
    font-size: 20px;
    line-height: 24px; }
    .ce_journalismus::before {
      height: 43px; } }

/*********************************/
/** Footer ***********************/
/*********************************/
footer .ce_footer_inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto; }

footer h3 {
  margin-bottom: 20px; }

.ce_footer_content {
  margin-top: 20px -5px -5px -5px; }
  .ce_footer_content a {
    text-decoration: underline; }

.ce_address_icon {
  position: relative;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: 100%; }

.icon_phone {
  background-image: url("assets/icons/icon_phone.svg"); }

.icon_mail {
  background-image: url("assets/icons/icon_mail.svg"); }

.icon_question {
  background-image: url("assets/icons/icon_question.svg"); }

address {
  font-style: normal;
  font-weight: normal; }

.address_day {
  display: inline-block;
  min-width: 55px; }

.address_open {
  color: #868686; }

.ce_footer_navigation li {
  display: inline-block;
  list-style: none;
  margin-right: 20px; }
  .ce_footer_navigation li > * {
    color: #000000;
    opacity: .5;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }

@media (max-width: 499px) {
  footer h3 {
    position: relative;
    padding-top: 30px; }
    footer h3::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 1px;
      background-color: #000000; }
  .ce_footer_navigation {
    position: relative;
    margin-top: 30px;
    padding-top: 15px; }
    .ce_footer_navigation::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 1px;
      background-color: #000000; }
    .ce_footer_navigation li {
      margin-top: 10px; }
  .ce_footer_content_item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .ce_footer_content_item:last-child {
      margin-bottom: 0; }
  .ce_address_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 15px !important; } }

@media (min-width: 500px) {
  .ce_footer_content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .ce_footer_content::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 1px;
      background-color: #000000; }
  .ce_footer_navigation {
    margin-top: 30px; }
  .ce_footer_content_item {
    position: relative;
    width: 100%;
    max-width: 33.333333%;
    -webkit-box-flex: 1 0 33.33333%;
    -moz-box-flex: 1 0 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .ce_footer_content_item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 82px;
      background-color: #000000; }
    .ce_footer_content_item:first-child {
      padding-left: 0; }
      .ce_footer_content_item:first-child::before {
        display: none; }
    .ce_footer_content_item:last-child {
      padding-right: 0; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_footer_content_item {
    padding: 15px; }
  .ce_address_icon {
    width: 24px;
    height: 24px;
    min-width: 24px; }
  .address_day {
    width: 100%; } }

@media screen and (min-width: 500px) and (max-width: 650px) {
  .ce_footer_content_item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px; }
  .ce_address_icon {
    margin-bottom: 10px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_footer_content_item {
    padding: 15px; }
  .address_day {
    width: 100%; }
  .ce_address_icon {
    width: 24px;
    height: 24px;
    min-width: 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_footer_content_item {
    padding: 15px; }
  .ce_address_icon {
    width: 30px;
    height: 30px;
    min-width: 30px; } }

@media (max-width: 1023px) {
  .ce_address_icon {
    margin-right: 10px; } }

@media (min-width: 1024px) {
  .ce_address_icon {
    width: 50px;
    height: 50px;
    margin-right: 20px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_footer_content_item {
    padding: 20px; } }

@media (min-width: 1280px) {
  .ce_footer_content_item {
    padding: 20px; } }

/*********************************/
/** Components *******************/
/*********************************/
/*********************************/
/** Typography *******************/
/*********************************/
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  letter-spacing: 0; }

h2, h3, h4, h5, h6 {
  font-family: GT-America-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif; }

h1 {
  margin-top: 0;
  font-weight: 400;
  color: #000000;
  font-family: Pensum-Display-Book, serif; }

h2 {
  margin-top: 0;
  font-weight: 400;
  color: #000000; }

h3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px; }

h4 {
  font-family: GT-America-Bold, Arial, "Helvetica Neue", Helvetica, sans-serif; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.3em; }

.margin_top {
  margin-top: 20px; }

strong {
  font-family: GT-America-Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: #000000;
  font-weight: 700; }

.ce_price_amount, .ce_price_month {
  display: inline-block; }

.ce_price_after {
  width: 100%;
  display: inline-block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px; }

@media (max-width: 499px) {
  h1 {
    font-size: 28px;
    line-height: 32px; }
  h2 {
    font-size: 24px;
    line-height: 28px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  .ce_price_amount {
    font-size: 28px;
    line-height: 32px; }
  .ce_price_month {
    margin-left: 5px; } }

@media (min-width: 500px) and (max-width: 669px) {
  h1 {
    font-size: 30px;
    line-height: 36px; }
  h2 {
    font-size: 30px;
    line-height: 36px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  .ce_price_amount {
    font-size: 28px;
    line-height: 32px; } }

@media (min-width: 670px) and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px; }
  h2 {
    font-size: 30px;
    line-height: 36px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  .ce_price_amount {
    font-size: 30px;
    line-height: 34px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 30px;
    line-height: 36px; }
  h2 {
    font-size: 30px;
    line-height: 36px; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  .ce_price_amount {
    font-size: 30px;
    line-height: 34px; }
  .ce_price_month {
    margin-left: 5px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  h1 {
    font-size: 34px;
    line-height: 40px; }
  h2 {
    font-size: 34px;
    line-height: 40px; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  .ce_price_amount {
    font-size: 34px;
    line-height: 38px; }
  .ce_price_month {
    margin-left: 5px; } }

@media (min-width: 1280px) {
  h1 {
    font-size: 38px;
    line-height: 45px; }
  h2 {
    font-size: 38px;
    line-height: 45px; }
  h3 {
    font-size: 24px;
    line-height: 28px; }
  .ce_price_amount {
    font-size: 38px;
    line-height: 42px; }
  .ce_price_month {
    margin-left: 5px; } }

/*********************************/
/** Buttons **********************/
/*********************************/
.ce_button_wrapper {
  width: 100%;
  display: inline-block; }

.ce_button {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 30px;
  overflow: hidden;
  background-color: #FFF172;
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-size: 16px; }
  .ce_button:hover {
    background-color: #FFEC3D; }

.ce_button_icon_wrapper {
  text-align: center;
  text-decoration: underline; }

.ce_button_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  z-index: 100;
  max-width: 120px;
  margin: 0 auto; }

.ce_button_icon_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 28px;
  margin-top: 10px; }
  .ce_button_icon_icon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #FFF172;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
  .ce_button_icon_icon::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-image: url("assets/icons/icon_arrow-down.svg");
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
  .ce_button_icon_icon:hover::before {
    background-color: #FFEC3D; }

.ce_button_icon_open .ce_button_icon_icon::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 499px) {
  .ce_button {
    height: 40px; }
  .ce_button_wrapper {
    margin: 8px 0; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_button {
    height: 40px; }
  .ce_button_wrapper {
    margin: 8px 0; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_button {
    height: 50px; }
  .ce_button_wrapper {
    margin: 10px 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_button {
    height: 50px; }
  .ce_button_wrapper {
    margin: 10px 0; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_button {
    height: 50px; }
  .ce_button_wrapper {
    margin: 15px 0; } }

@media (min-width: 1280px) {
  .ce_button {
    height: 60px; }
  .ce_button_wrapper {
    margin: 15px 0; } }

/*********************************/
/** Navigatioin ******************/
/*********************************/
/*********************************/
/** Intro ************************/
/*********************************/
.ce_article_intro {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .ce_article_intro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #70B48B;
    z-index: -1; }
  .ce_article_intro::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7AC297;
    z-index: -2; }
  .ce_article_intro .ce_article_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .ce_article_intro .ce_button_wrapper {
    margin-bottom: 0; }

.ce_intro {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ce_intro_item {
  width: 100%; }
  .ce_intro_item:nth-of-type(1) .ce_intro_item_content {
    background-color: #ffffff; }

.copy_big {
  margin-bottom: 8px; }

.ce_line_horizontal_teaser {
  position: relative; }
  .ce_line_horizontal_teaser::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #000000; }

@media (max-width: 669px) {
  .ce_article_intro .ce_article_inner {
    padding: 20px; }
  .ce_intro {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ce_intro_item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
    .ce_intro_item:nth-of-type(1) .ce_intro_item_content {
      padding: 10px 20px 15px 20px;
      width: 100%; }
  .ce_intro_item:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 10px; }
    .ce_intro_item:nth-of-type(2) img {
      margin-top: -20px;
      margin-right: auto;
      margin-left: auto; }
  .ce_line_horizontal_teaser {
    padding-top: 15px;
    margin-top: 12px; }
  .copy_big {
    font-size: 18px;
    line-height: 21px; } }

@media (max-width: 499px) {
  .ce_article_intro::before {
    height: 131px; }
  .ce_intro_item:nth-of-type(2) img {
    max-width: 350px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_article_intro::before {
    height: 146px; }
  .ce_intro_item:nth-of-type(2) img {
    max-width: 395px; } }

@media (min-width: 670px) {
  .ce_intro_item:nth-of-type(1) .ce_intro_item_content {
    max-width: 454px; }
  .ce_intro_item:nth-of-type(2) {
    max-width: 625px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_article_intro {
    height: 261px; }
    .ce_article_intro::before {
      height: 139px; }
    .ce_article_intro .ce_article_inner {
      padding: 0 20px; }
  .ce_intro_item:nth-of-type(1) {
    margin-top: 20px;
    max-width: 42%;
    -webkit-box-flex: 1 0 42%;
    -moz-box-flex: 1 0 42%;
    -webkit-flex: 1 0 42%;
    -ms-flex: 1 0 42%;
    flex: 1 0 42%; }
    .ce_intro_item:nth-of-type(1) .ce_intro_item_content {
      padding: 10px 20px 20px 20px; }
  .ce_intro_item:nth-of-type(2) {
    max-width: 58%;
    -webkit-box-flex: 1 0 58%;
    -moz-box-flex: 1 0 58%;
    -webkit-flex: 1 0 58%;
    -ms-flex: 1 0 58%;
    flex: 1 0 58%; }
    .ce_intro_item:nth-of-type(2) img {
      margin-top: -20px;
      max-width: 370px; }
  .ce_line_horizontal_teaser {
    padding-top: 12px;
    margin-top: 12px; }
  .copy_big {
    font-size: 18px;
    line-height: 21px; } }

@media (max-width: 1023px) {
  .ce_line_horizontal_teaser::before {
    left: -5px;
    width: calc(100% + 10px); } }

@media (min-width: 1024px) {
  .ce_line_horizontal_teaser::before {
    left: -10px;
    width: calc(100% + 20px); } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_article_intro {
    height: 304px; }
    .ce_article_intro::before {
      height: 162px; }
    .ce_article_intro .ce_article_inner {
      padding: 0 25px; }
  .ce_intro_item:nth-of-type(1) {
    margin-top: 25px;
    max-width: 44%;
    -webkit-box-flex: 1 0 44%;
    -moz-box-flex: 1 0 44%;
    -webkit-flex: 1 0 44%;
    -ms-flex: 1 0 44%;
    flex: 1 0 44%; }
    .ce_intro_item:nth-of-type(1) .ce_intro_item_content {
      padding: 12px 15px 15px 15px; }
  .ce_intro_item:nth-of-type(2) {
    max-width: 56%;
    -webkit-box-flex: 1 0 56%;
    -moz-box-flex: 1 0 56%;
    -webkit-flex: 1 0 56%;
    -ms-flex: 1 0 56%;
    flex: 1 0 56%; }
    .ce_intro_item:nth-of-type(2) img {
      margin-top: -20px;
      max-width: 420px; }
  .ce_line_horizontal_teaser {
    padding-top: 20px;
    margin-top: 16px; }
  .copy_big {
    font-size: 18px;
    line-height: 21px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_article_intro {
    height: 358px; }
    .ce_article_intro::before {
      height: 190px; }
    .ce_article_intro .ce_article_inner {
      padding: 0 30px; }
  .ce_intro_item:nth-of-type(1) {
    margin-top: 30px;
    max-width: 40%;
    -webkit-box-flex: 1 0 40%;
    -moz-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%; }
    .ce_intro_item:nth-of-type(1) .ce_intro_item_content {
      padding: 10px 25px 25px 25px; }
  .ce_intro_item:nth-of-type(2) {
    max-width: 60%;
    -webkit-box-flex: 1 0 60%;
    -moz-box-flex: 1 0 60%;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%; }
    .ce_intro_item:nth-of-type(2) img {
      margin-top: -20px;
      max-width: 540px; }
  .ce_line_horizontal_teaser {
    padding-top: 20px;
    margin-top: 15px; }
  .copy_big {
    font-size: 20px;
    line-height: 23px; } }

@media (min-width: 1280px) {
  .ce_article_intro {
    height: 390px; }
    .ce_article_intro::before {
      height: 207px; }
    .ce_article_intro .ce_article_inner {
      padding: 0 40px; }
  .ce_intro_item:nth-of-type(1) {
    margin-top: 40px;
    max-width: 40%;
    -webkit-box-flex: 1 0 40%;
    -moz-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%; }
    .ce_intro_item:nth-of-type(1) .ce_intro_item_content {
      padding: 18px 40px 35px 40px; }
  .ce_intro_item:nth-of-type(2) {
    max-width: 60%;
    -webkit-box-flex: 1 0 60%;
    -moz-box-flex: 1 0 60%;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%; }
    .ce_intro_item:nth-of-type(2) img {
      margin-top: -20px;
      max-width: 625px; }
  .ce_line_horizontal_teaser {
    padding-top: 23px;
    margin-top: 23px; }
  .copy_big {
    font-size: 24px;
    line-height: 27px; } }

/*********************************/
/** List *************************/
/*********************************/
.ce_list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ce_list li {
  position: relative;
  padding-left: 25px; }
  .ce_list li::before {
    content: '';
    position: absolute;
    top: 8px;
    margin-left: -25px;
    display: inline-block;
    background-image: url("assets/icons/icon_check.svg");
    width: 8px;
    height: 8px; }

.list_margin_top {
  margin-top: 15px; }

@media (max-width: 499px) {
  .ce_list li {
    padding-left: 20px;
    margin-bottom: 8px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -20px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_list li {
    padding-left: 20px;
    margin-bottom: 8px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -20px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_list li {
    padding-left: 15px;
    margin-bottom: 8px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_list li {
    padding-left: 20px;
    margin-bottom: 5px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -20px; } }

@media (min-width: 768px) {
  .ce_list li {
    padding-left: 25px;
    margin-bottom: 7px; }
    .ce_list li::before {
      top: 8px;
      margin-left: -25px; } }

/*********************************/
/** Link *************************/
/*********************************/
.ce_link {
  color: #000000;
  text-decoration: underline; }

/*********************************/
/** Pricing **********************/
/*********************************/
.ce_pricing {
  width: 100%;
  margin: 0 auto; }
  .ce_pricing h3 {
    margin-bottom: 0; }

.ce_pricing_image {
  position: relative;
  width: 100%;
  margin: 15px auto; }

.ce_pricing_stoerer {
  position: absolute;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.ce_pricing_inner {
  width: 100%;
  margin: 0 auto; }

.ce_pricing_section {
  border-bottom: 1px solid #000000; }
  .ce_pricing_section:last-child {
    border-bottom: none; }

.icon_nzz {
  position: relative; }
  .icon_nzz::before {
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("assets/icons/icon_nzz.png");
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
    overflow: hidden; }

@media (max-width: 499px) {
  .ce_pricing {
    padding: 0 25px; }
  .ce_pricing_section {
    padding: 20px; }
  .ce_pricing_image {
    max-width: 270px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_pricing {
    padding: 0 30px; }
  .ce_pricing_section {
    padding: 20px; }
  .ce_pricing_image {
    max-width: 290px; } }

@media screen and (min-width: 670px) and (max-width: 767px) {
  .ce_pricing_section h3 {
    max-width: 125px; } }

@media screen and (min-width: 768px) and (max-width: 830px) {
  .ce_pricing_section h3 {
    max-width: 150px; } }

@media (max-width: 669px) {
  .ce_pricing_padding_top_none {
    padding-top: 0 !important; }
  .ce_pricing_section_opacity {
    display: none; }
  .ce_pricing_item {
    border: 1px solid #000000;
    margin-bottom: 30px; }
    .ce_pricing_item .ce_price_month {
      margin-left: 5px; }
    .ce_pricing_item .ce_button_wrapper {
      margin-top: 15px;
      margin-bottom: 0; }
    .ce_pricing_item:last-child {
      margin-bottom: 0; }
  .ce_pricing_section_mobile {
    border-bottom: none;
    padding-bottom: 0; }
  .ce_pricing_stoerer_1 {
    width: 80px;
    height: 80px;
    top: 0%;
    right: 0%; }
  .ce_pricing_stoerer_2 {
    width: 90px;
    height: 90px;
    top: -15%;
    right: -3%; } }

@media (min-width: 670px) {
  .ce_pricing_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000; }
  .ce_pricing_item {
    border-right: 1px solid #000000;
    width: 100%;
    max-width: 33.333333%;
    -webkit-box-flex: 1 0 33.33333%;
    -moz-box-flex: 1 0 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%; }
    .ce_pricing_item .ce_button_wrapper {
      margin-bottom: 0; }
  .ce_pricing_section:last-child {
    padding-bottom: 0; }
  .ce_pricing_section_opacity {
    color: rgba(0, 0, 0, 0.3); }
    .ce_pricing_section_opacity li::before {
      display: none; }
  .ce_pricing_section_opacity_line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_pricing {
    padding: 0 30px; }
    .ce_pricing .ce_price_amount {
      width: 100%; }
  .ce_pricing_section {
    padding: 10px; }
  .ce_price_after {
    max-width: 125px; }
  .ce_pricing_section:last-child {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px; }
  .ce_pricing_image {
    max-width: 165px; }
  .ce_pricing_stoerer_1 {
    width: 70px;
    height: 70px;
    top: -12%;
    right: -8%; }
  .ce_pricing_stoerer_2 {
    width: 80px;
    height: 80px;
    top: -25%;
    right: -12%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_pricing {
    padding: 0 30px; }
    .ce_pricing .ce_price_after {
      max-width: 200px; }
  .ce_pricing_section {
    padding: 10px; }
  .ce_pricing_image {
    max-width: 195px; }
  .ce_pricing_stoerer_1 {
    width: 70px;
    height: 70px;
    top: 4%;
    right: 2%; }
  .ce_pricing_stoerer_2 {
    width: 80px;
    height: 80px;
    top: -3%;
    right: -3%; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_pricing {
    padding: 0 40px; }
  .ce_pricing_section {
    padding: 15px; }
  .ce_pricing_image {
    max-width: 260px; }
  .ce_pricing_stoerer_1 {
    width: 70px;
    height: 70px;
    top: 4%;
    right: 2%; }
  .ce_pricing_stoerer_2 {
    width: 80px;
    height: 80px;
    top: -3%;
    right: 0%; } }

@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .ce_pricing .ce_price_after {
    max-width: 200px; } }

@media (min-width: 1280px) {
  .ce_pricing {
    padding: 0 70px; }
  .ce_pricing_inner {
    max-width: 1120px; }
  .ce_pricing_section {
    padding: 20px; }
  .ce_pricing_image {
    max-width: 310px; }
  .ce_pricing_stoerer_1 {
    width: 80px;
    height: 80px; }
  .ce_pricing_stoerer_2 {
    width: 90px;
    height: 90px; }
  .ce_pricing_stoerer_1 {
    top: 4%;
    right: 2%; }
  .ce_pricing_stoerer_2 {
    top: 0;
    right: 3%; } }

/*********************************/
/** Text *************************/
/*********************************/
@media (max-width: 669px) {
  .ce_article_text .ce_list {
    margin-top: 20px; } }

@media (min-width: 670px) {
  .ce_article_text {
    overflow: hidden; }
  .ce_text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .ce_text_item:nth-of-type(1) {
    position: relative;
    max-width: 60%;
    -webkit-box-flex: 1 0 60%;
    -moz-box-flex: 1 0 60%;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    padding-right: 30px;
    border-right: 1px solid #000000; }
    .ce_text_item:nth-of-type(1)::before {
      content: '';
      position: absolute;
      top: -50px;
      right: -1px;
      width: 1px;
      height: 50px;
      background-color: #000000; }
  .ce_text_item:nth-of-type(2) {
    max-width: 40%;
    -webkit-box-flex: 1 0 40%;
    -moz-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    padding-left: 30px; } }

@media (min-width: 670px) and (max-width: 1023px) {
  .ce_article_text .ce_article_inner_padding {
    padding-top: 30px !important; }
  .ce_text_item:nth-of-type(1) {
    max-width: 50%;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
  .ce_text_item:nth-of-type(2) {
    max-width: 50%;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; } }

@media (min-width: 1024px) {
  .ce_article_text .ce_article_inner_padding {
    padding-top: 30px !important; }
  .ce_text_item:nth-of-type(1) {
    max-width: 64%;
    -webkit-box-flex: 1 0 64%;
    -moz-box-flex: 1 0 64%;
    -webkit-flex: 1 0 64%;
    -ms-flex: 1 0 64%;
    flex: 1 0 64%; }
  .ce_text_item:nth-of-type(2) {
    max-width: 36%;
    -webkit-box-flex: 1 0 36%;
    -moz-box-flex: 1 0 36%;
    -webkit-flex: 1 0 36%;
    -ms-flex: 1 0 36%;
    flex: 1 0 36%; } }

/*********************************/
/** Teaser ***********************/
/*********************************/
.ce_teaser_image {
  margin-bottom: 20px; }

@media (max-width: 669px) {
  .ce_teaser_item {
    margin-bottom: 40px; }
    .ce_teaser_item:last-child {
      margin-bottom: 0; } }

@media (min-width: 670px) {
  .ce_teaser {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .ce_teaser_item {
    width: 100%;
    max-width: 33.333333%;
    -webkit-box-flex: 1 0 33.33333%;
    -moz-box-flex: 1 0 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%; } }

@media screen and (min-width: 670px) and (max-width: 695px) {
  .ce_teaser h3 {
    max-width: 180px;
    min-height: 60px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_teaser {
    margin: 20px -10px 0 -10px; }
  .ce_teaser_item {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_teaser {
    margin: 30px -15px 0 -15px; }
  .ce_teaser_item {
    padding-right: 15px;
    padding-left: 15px; }
  .ce_teaser h3 {
    min-height: 60px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_teaser {
    margin: 40px -20px 0 -20px; }
  .ce_teaser_item {
    padding-right: 20px;
    padding-left: 20px; }
  .ce_teaser h3 {
    min-height: 60px; } }

@media (min-width: 1280px) {
  .ce_teaser {
    margin: 40px -20px 0 -20px; }
  .ce_teaser_item {
    padding-right: 20px;
    padding-left: 20px; }
  .ce_teaser h3 {
    min-height: 60px; } }

/*********************************/
/** Globals **********************/
/*********************************/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  position: relative;
  font-family: GT-America-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }

img, video, iframe {
  width: 100%;
  max-width: 100%;
  display: block; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.ce_line {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.ce_line_horizontal {
  position: relative; }
  .ce_line_horizontal::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #000000;
    z-index: 0; }

@media (max-width: 1279px) {
  body {
    font-size: 14px;
    line-height: 20px; } }

@media (min-width: 1280px) {
  body {
    font-size: 16px;
    line-height: 23px; } }




/*********************************/
/** Styles ***********************/
/*********************************/
/*********************************/
/** Fonts ************************/
/*********************************/
@font-face {
  font-family: 'GT-America-Regular';
  font-weight: 400;
  font-style: 'normal';
  src: url("GT-America-Standard-Regular.woff") format("woff"); }

@font-face {
  font-family: 'GT-America-Bold';
  font-weight: 700;
  font-style: 'normal';
  src: url("GT-America-Standard-Bold.woff") format("woff"); }

@font-face {
  font-family: 'GT-America-Extended-Regular';
  font-weight: 400;
  font-style: 'normal';
  src: url("GT-America-Extended-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Pensum-Display-Book';
  font-weight: 400;
  font-style: 'normal';
  src: url("Pensum-Display-Book.woff") format("woff"); }

@font-face {
  font-family: 'Pensum-Pro-Regular';
  font-weight: 400;
  font-style: 'normal';
  src: url("Pensum-Pro-Regular.woff") format("woff"); }

/*********************************/
/** Variables ********************/
/*********************************/
/*********************************/
/** Functions ********************/
/*********************************/
/*********************************/
/** Mixins ***********************/
/*********************************/
/*********************************/
/** Breakpoints ******************/
/*********************************/
/*********************************/
/** Layout ***********************/
/*********************************/
/*********************************/
/** Containers *******************/
/*********************************/
#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.ce_article_inner {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto; }

.padding_top_none {
  padding-top: 0 !important; }

@media (max-width: 499px) {
  .ce_article_inner_padding {
    padding: 30px 35px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_article_inner_padding {
    padding: 30px 40px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_article_inner_padding {
    padding: 30px 40px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_article_inner_padding {
    padding: 40px 40px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_article_inner_padding {
    padding: 50px 50px; }
  .headline_padding {
    padding-top: 30px; } }

@media (min-width: 1280px) {
  .ce_article_inner_padding {
    padding: 50px 80px; }
  .headline_padding {
    padding-top: 35px; } }

/*********************************/
/** Header ***********************/
/*********************************/
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  z-index: 1000; }

.ce_header {
  width: 100%;
  max-width: 1260px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ce_header_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.ce_header_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .ce_header_item:nth-of-type(1) {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .ce_header_item:nth-of-type(2) {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .ce_header_item:nth-of-type(3) {
    position: relative;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.ce_journalismus {
  position: relative;
  display: inline-block;
  padding-left: 14px;
  font-family: GT-America-Extended-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .ce_journalismus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #000000; }

.ce_header_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  z-index: 1000; }
  .ce_header_sticky.sticky {
    top: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible; }
  .ce_header_sticky .ce_header_inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #000000; }

@media screen and (max-width: 375px) {
  .ce_logo {
    width: 170px !important; } }

@media screen and (max-width: 499px) {
  header {
    padding: 15px 35px 0 35px; }
  .ce_header_sticky {
    padding: 0 35px; } }

@media screen and (min-width: 500px) and (max-width: 629px) {
  header {
    padding: 15px 40px 0 40px; }
  .ce_header_sticky {
    padding: 0 40px; } }

@media screen and (max-width: 629px) {
  header {
    height: 72px; }
  .ce_logo {
    width: 198px; }
  .ce_header_sticky {
    top: -120px;
    height: 120px; }
    .ce_header_sticky .ce_logo {
      width: 156px; }
    .ce_header_sticky.hide {
      top: -40px; }
    .ce_header_sticky .ce_header_inner {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 20px; }
    .ce_header_sticky .ce_header_item:nth-of-type(1) {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .ce_header_sticky .ce_header_item:nth-of-type(2) {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      width: 100%; }
    .ce_header_sticky .ce_header_item:nth-of-type(3) {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
  .ce_journalismus {
    padding-top: 12px;
    font-size: 10px;
    line-height: 14px; }
    .ce_journalismus::before {
      height: 22px; } }

@media screen and (min-width: 630px) {
  .ce_header_sticky .ce_header_item {
    max-width: 33.333333%;
    -webkit-box-flex: 1 0 33.33333%;
    -moz-box-flex: 1 0 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%; }
    .ce_header_sticky .ce_header_item:nth-of-type(2) {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

@media screen and (min-width: 630px) and (max-width: 767px) {
  header {
    height: 94px;
    padding: 22px 40px 0 40px; }
  .ce_header_item:nth-of-type(1) {
    padding-right: 15px; }
  .ce_logo {
    width: 176px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 40px; }
    .ce_header_sticky .ce_header_item:nth-of-type(2) {
      min-width: 170px; }
  .ce_journalismus {
    padding-top: 14px;
    font-size: 16px;
    line-height: 20px; }
    .ce_journalismus::before {
      height: 30px; } }

@media (min-width: 670px) and (max-width: 767px) {
  header {
    height: 94px;
    padding: 22px 40px 0 40px; }
  .ce_logo {
    width: 198px; }
  .ce_header_item:nth-of-type(1) {
    padding-right: 15px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 40px; }
  .ce_journalismus {
    padding-top: 14px;
    font-size: 18px;
    line-height: 22px; }
    .ce_journalismus::before {
      height: 31px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 100px;
    padding: 22px 40px 0 40px; }
  .ce_logo {
    width: 198px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 40px; }
  .ce_journalismus {
    padding-top: 14px;
    font-size: 18px;
    line-height: 22px; }
    .ce_journalismus::before {
      height: 32px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  header {
    height: 100px;
    padding: 22px 50px 0 50px; }
  .ce_logo {
    width: 234px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px;
    padding: 0 50px; }
  .ce_journalismus {
    padding-top: 24px;
    font-size: 18px;
    line-height: 22px; }
    .ce_journalismus::before {
      height: 41px; } }

@media (min-width: 1280px) {
  header {
    height: 130px;
    padding-top: 30px; }
  .ce_header {
    padding: 0 80px; }
  .ce_logo {
    width: 276px; }
  .ce_header_sticky {
    top: -94px;
    height: 94px; }
  .ce_journalismus {
    padding-top: 24px;
    font-size: 20px;
    line-height: 24px; }
    .ce_journalismus::before {
      height: 43px; } }

/*********************************/
/** Footer ***********************/
/*********************************/
footer .ce_footer_inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto; }

footer h3 {
  margin-bottom: 20px; }

.ce_footer_content {
  margin-top: 20px -5px -5px -5px; }
  .ce_footer_content a {
    text-decoration: underline; }

.ce_address_icon {
  position: relative;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: 100%; }

.icon_phone {
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_phone.svg"); }

.icon_mail {
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_mail.svg"); }

.icon_question {
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_question.svg"); }

address {
  font-style: normal;
  font-weight: normal; }

.address_day {
  display: inline-block;
  min-width: 55px; }

.address_open {
  color: #868686; }

.ce_footer_navigation li {
  display: inline-block;
  list-style: none;
  margin-right: 20px; }
  .ce_footer_navigation li > * {
    color: #000000;
    opacity: .5;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }

@media (max-width: 499px) {
  footer h3 {
    position: relative;
    padding-top: 30px; }
    footer h3::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 1px;
      background-color: #000000; }
  .ce_footer_navigation {
    position: relative;
    margin-top: 30px;
    padding-top: 15px; }
    .ce_footer_navigation::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 1px;
      background-color: #000000; }
    .ce_footer_navigation li {
      margin-top: 10px; }
  .ce_footer_content_item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .ce_footer_content_item:last-child {
      margin-bottom: 0; }
  .ce_address_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 15px !important; } }

@media (min-width: 500px) {
  .ce_footer_content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .ce_footer_content::before {
      content: '';
      position: absolute;
      top: 0;
      left: -10px;
      width: calc(100% + 20px);
      height: 1px;
      background-color: #000000; }
  .ce_footer_navigation {
    margin-top: 30px; }
  .ce_footer_content_item {
    position: relative;
    width: 100%;
    max-width: 33.333333%;
    -webkit-box-flex: 1 0 33.33333%;
    -moz-box-flex: 1 0 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .ce_footer_content_item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 82px;
      background-color: #000000; }
    .ce_footer_content_item:first-child {
      padding-left: 0; }
      .ce_footer_content_item:first-child::before {
        display: none; }
    .ce_footer_content_item:last-child {
      padding-right: 0; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_footer_content_item {
    padding: 15px; }
  .ce_address_icon {
    width: 24px;
    height: 24px;
    min-width: 24px; }
  .address_day {
    width: 100%; } }

@media screen and (min-width: 500px) and (max-width: 650px) {
  .ce_footer_content_item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px; }
  .ce_address_icon {
    margin-bottom: 10px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_footer_content_item {
    padding: 15px; }
  .address_day {
    width: 100%; }
  .ce_address_icon {
    width: 24px;
    height: 24px;
    min-width: 24px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_footer_content_item {
    padding: 15px; }
  .ce_address_icon {
    width: 30px;
    height: 30px;
    min-width: 30px; } }

@media (max-width: 1023px) {
  .ce_address_icon {
    margin-right: 10px; } }

@media (min-width: 1024px) {
  .ce_address_icon {
    width: 50px;
    height: 50px;
    margin-right: 20px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_footer_content_item {
    padding: 20px; } }

@media (min-width: 1280px) {
  .ce_footer_content_item {
    padding: 20px; } }

/*********************************/
/** Components *******************/
/*********************************/
/*********************************/
/** Typography *******************/
/*********************************/
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  letter-spacing: 0; }

h2, h3, h4, h5, h6 {
  font-family: GT-America-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif; }

h1 {
  margin-top: 0;
  font-weight: 400;
  color: #000000;
  font-family: Pensum-Display-Book, serif; }

h2 {
  margin-top: 0;
  font-weight: 400;
  color: #000000; }

h3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px; }

h4 {
  font-family: GT-America-Bold, Arial, "Helvetica Neue", Helvetica, sans-serif; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.3em; }

strong {
  font-family: GT-America-Bold, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: #000000;
  font-weight: 700; }

.ce_price_amount, .ce_price_month {
  display: inline-block; }

.ce_price_after {
  width: 100%;
  display: inline-block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px; }

@media (max-width: 499px) {
  h1 {
    font-size: 28px;
    line-height: 32px; }
  h2 {
    font-size: 24px;
    line-height: 28px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  .ce_price_amount {
    font-size: 28px;
    line-height: 32px; }
  .ce_price_month {
    margin-left: 5px; } }

@media (min-width: 500px) and (max-width: 669px) {
  h1 {
    font-size: 30px;
    line-height: 36px; }
  h2 {
    font-size: 30px;
    line-height: 36px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  .ce_price_amount {
    font-size: 28px;
    line-height: 32px; } }

@media (min-width: 670px) and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px; }
  h2 {
    font-size: 30px;
    line-height: 36px; }
  h3 {
    font-size: 18px;
    line-height: 20px; }
  .ce_price_amount {
    font-size: 30px;
    line-height: 34px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 30px;
    line-height: 36px; }
  h2 {
    font-size: 30px;
    line-height: 36px; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  .ce_price_amount {
    font-size: 30px;
    line-height: 34px; }
  .ce_price_month {
    margin-left: 5px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  h1 {
    font-size: 34px;
    line-height: 40px; }
  h2 {
    font-size: 34px;
    line-height: 40px; }
  h3 {
    font-size: 20px;
    line-height: 26px; }
  .ce_price_amount {
    font-size: 34px;
    line-height: 38px; }
  .ce_price_month {
    margin-left: 5px; } }

@media (min-width: 1280px) {
  h1 {
    font-size: 38px;
    line-height: 45px; }
  h2 {
    font-size: 38px;
    line-height: 45px; }
  h3 {
    font-size: 24px;
    line-height: 28px; }
  .ce_price_amount {
    font-size: 38px;
    line-height: 42px; }
  .ce_price_month {
    margin-left: 5px; } }

/*********************************/
/** Buttons **********************/
/*********************************/
.ce_button_wrapper {
  width: 100%;
  display: inline-block; }

.ce_button {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 30px;
  overflow: hidden;
  background-color: #FFF172;
  color: #000000;
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-size: 16px; }
  .ce_button:hover {
    background-color: #FFEC3D; }

.ce_button_icon_wrapper {
  text-align: center;
  text-decoration: underline; }

.ce_button_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  z-index: 100;
  max-width: 120px;
  margin: 0 auto; }

.ce_button_icon_icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 28px;
  margin-top: 10px; }
  .ce_button_icon_icon::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background-color: #FFF172;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
  .ce_button_icon_icon::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_arrow-down.svg");
    background-repeat: no-repeat;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
  .ce_button_icon_icon:hover::before {
    background-color: #FFEC3D; }

.ce_button_icon_open .ce_button_icon_icon::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 499px) {
  .ce_button {
    height: 40px; }
  .ce_button_wrapper {
    margin: 8px 0; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_button {
    height: 40px; }
  .ce_button_wrapper {
    margin: 8px 0; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_button {
    height: 50px; }
  .ce_button_wrapper {
    margin: 10px 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_button {
    height: 50px; }
  .ce_button_wrapper {
    margin: 10px 0; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_button {
    height: 50px; }
  .ce_button_wrapper {
    margin: 15px 0; } }

@media (min-width: 1280px) {
  .ce_button {
    height: 60px; }
  .ce_button_wrapper {
    margin: 15px 0; } }

/*********************************/
/** Animate **********************/
/*********************************/
[data-aos="animated"] {
  opacity: 0;
  transform: translateY(60px);
  -webkit-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
  -o-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
  transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s; }
  [data-aos="animated"].aos-animate {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
    -o-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
    transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s; }

[data-aos="animated-info"] {
  opacity: 1;
  transform: translateY(30px);
  -webkit-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
  -o-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
  transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s; }
  [data-aos="animated-info"].aos-animate {
    opacity: 1;
    transform: translateY(0);
    -webkit-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
    -o-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
    transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s; }

[data-aos="animated-opacity"] {
  opacity: 0;
  -webkit-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
  -o-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
  transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s; }
  [data-aos="animated-opacity"].aos-animate {
    opacity: 1;
    -webkit-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
    -o-transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s;
    transition: transform 1.5s cubic-bezier(0.18, 1, 0.23, 1), opacity 1.5s; }

[data-aos="animated-zoom"] img {
  transform: scale(1.05) !important; }

[data-aos="animated-zoom"].aos-animate img {
  transform: scale(1) !important; }

.iphone {
  height: 125%;
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/images/intro/iphone.png");
  background-size: 100%;
  background-repeat: no-repeat; }

.ipad {
  height: 125%;
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/images/intro/ipad.png");
  background-size: 100%;
  background-repeat: no-repeat; }

.newspaper {
  height: 125%;
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/images/intro/newspaper.png");
  background-size: 100%;
  background-repeat: no-repeat; }

.macbook {
  height: 125%;
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/images/intro/macbook.png");
  background-size: 100%;
  background-repeat: no-repeat; }

.ce_newsletter_image {
  position: relative; }

/*********************************/
/** Navigatioin ******************/
/*********************************/
/*********************************/
/** Intro ************************/
/*********************************/
.ce_article_intro {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%; }
  .ce_article_intro .ce_article_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; }

.ce_article_intro_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #70B48B;
  overflow: hidden;
  z-index: -2; }
  .ce_article_intro_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7AC297;
    z-index: -1; }

.ce_article_intro_bg_small {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1260px; }
  .ce_article_intro_bg_small::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 40px;
    background: black;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: .4; }

.ce_bgparallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.ce_bgparallax_item {
  position: absolute;
  width: 100%; }

.ce_info {
  position: relative;
  width: 100%; }

.ce_info_inner {
  background-color: #ffffff; }

@media (max-width: 499px) {
  .newspaper {
    width: 32.8vw;
    max-width: 138px;
    top: 68px;
    left: -73px;
    -webkit-transform: rotate(7.39deg);
    -ms-transform: rotate(7.39deg);
    -o-transform: rotate(7.39deg);
    transform: rotate(7.39deg); }
  .ipad {
    width: 44.5vw;
    max-width: 187px;
    top: 63px;
    left: 7px;
    -webkit-transform: rotate(1.07deg);
    -ms-transform: rotate(1.07deg);
    -o-transform: rotate(1.07deg);
    transform: rotate(1.07deg); }
  .macbook {
    width: 51.5vw;
    max-width: 217px;
    top: 2px;
    left: -7.1vw;
    -webkit-transform: rotate(13.42deg);
    -ms-transform: rotate(13.42deg);
    -o-transform: rotate(13.42deg);
    transform: rotate(13.42deg); }
  .iphone {
    width: 59.5vw;
    max-width: 250px;
    top: 3px;
    left: 38.7vw;
    -webkit-transform: rotate(0.23deg);
    -ms-transform: rotate(0.23deg);
    -o-transform: rotate(0.23deg);
    transform: rotate(0.23deg); }
  .ce_article_intro, .ce_bgparallax {
    min-height: 844px; }
  .ce_info {
    padding: 20px; }
    .ce_info .ce_button_wrapper {
      margin: 15px 0; }
    .ce_info .ce_link_wrapper {
      text-align: center; }
  .ce_infobox_item {
    padding-top: 15px; }
    .ce_infobox_item:nth-of-type(1) {
      margin-top: 10px; }
    .ce_infobox_item:nth-of-type(2) .ce_infobox_inner_item:nth-of-type(1) {
      margin-bottom: 15px; }
  .ce_info_inner {
    padding: 8px 15px 35px 15px; } }

@media (min-width: 670px) {
  .ce_infobox_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .ce_infobox_inner_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .ce_infobox_inner_item {
    max-width: 50%;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
  .ce_infobox_item:nth-of-type(1) {
    border-right: 1px solid #000000; } }

@media (min-width: 500px) and (max-width: 669px) {
  .newspaper {
    width: 26.1vw;
    max-width: 175px;
    top: 56px;
    left: 0;
    -webkit-transform: rotate(7.94deg);
    -ms-transform: rotate(7.94deg);
    -o-transform: rotate(7.94deg);
    transform: rotate(7.94deg); }
  .ipad {
    width: 36.1vw;
    max-width: 242px;
    top: 24px;
    left: 12vw;
    -webkit-transform: rotate(1.07deg);
    -ms-transform: rotate(1.07deg);
    -o-transform: rotate(1.07deg);
    transform: rotate(1.07deg); }
  .macbook {
    width: 41.6vw;
    max-width: 279px;
    top: -44px;
    left: 20.9vw;
    -webkit-transform: rotate(5.39deg);
    -ms-transform: rotate(5.39deg);
    -o-transform: rotate(5.39deg);
    transform: rotate(5.39deg); }
  .iphone {
    width: 56.4vw;
    max-width: 348px;
    top: -43px;
    left: 40.6vw;
    -webkit-transform: rotate(0.23deg);
    -ms-transform: rotate(0.23deg);
    -o-transform: rotate(0.23deg);
    transform: rotate(0.23deg); }
  .ce_article_intro, .ce_bgparallax {
    min-height: 644px; }
  .ce_info {
    padding: 20px; }
  .ce_infobox_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 20px; }
    .ce_infobox_item:nth-of-type(1) {
      padding-right: 30px; }
    .ce_infobox_item:nth-of-type(2) {
      padding-left: 30px; }
      .ce_infobox_item:nth-of-type(2) .ce_infobox_inner_item:nth-of-type(2) {
        margin-top: 10px; }
  .ce_infobox {
    margin-top: 10px; }
  .ce_info_inner {
    padding: 8px 20px 20px 20px; }
  .ce_infobox_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media (min-width: 670px) and (max-width: 767px) {
  .newspaper {
    width: 24.5vw;
    max-width: 145px;
    top: 7px;
    left: 11vw;
    -webkit-transform: rotate(7.94deg);
    -ms-transform: rotate(7.94deg);
    -o-transform: rotate(7.94deg);
    transform: rotate(7.94deg); }
  .ipad {
    width: 32.2vw;
    max-width: 242px;
    top: 7px;
    left: 26vw;
    -webkit-transform: rotate(1.07deg);
    -ms-transform: rotate(1.07deg);
    -o-transform: rotate(1.07deg);
    transform: rotate(1.07deg); }
  .macbook {
    width: 37.4vw;
    max-width: 268px;
    top: -80px;
    left: 30vw;
    -webkit-transform: rotate(5.39deg);
    -ms-transform: rotate(5.39deg);
    -o-transform: rotate(5.39deg);
    transform: rotate(5.39deg); }
  .iphone {
    width: 46.8vw;
    max-width: 360px;
    top: -57px;
    left: 45vw;
    -webkit-transform: rotate(0.23deg);
    -ms-transform: rotate(0.23deg);
    -o-transform: rotate(0.23deg);
    transform: rotate(0.23deg); }
  .ce_article_intro, .ce_bgparallax {
    min-height: 525px; }
  .ce_info {
    padding: 20px 25px; }
  .ce_infobox {
    margin-top: 10px; }
  .ce_info_inner {
    padding: 8px 25px 20px 25px; }
  .ce_infobox_item {
    padding-top: 15px; }
    .ce_infobox_item:nth-of-type(1) {
      padding-right: 15px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .ce_infobox_item:nth-of-type(2) {
      padding-left: 15px;
      -webkit-box-flex: 2.2;
      -moz-box-flex: 2.2;
      -webkit-flex: 2.2;
      -ms-flex: 2.2;
      flex: 2.2; }
      .ce_infobox_item:nth-of-type(2) .ce_infobox_inner_item:nth-of-type(1) {
        padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .newspaper {
    width: 24.5vw;
    max-width: 145px;
    top: 30px;
    left: 8vw;
    -webkit-transform: rotate(7.94deg);
    -ms-transform: rotate(7.94deg);
    -o-transform: rotate(7.94deg);
    transform: rotate(7.94deg); }
  .ipad {
    width: 32.2vw;
    max-width: 242px;
    top: 20px;
    left: 20vw;
    -webkit-transform: rotate(1.07deg);
    -ms-transform: rotate(1.07deg);
    -o-transform: rotate(1.07deg);
    transform: rotate(1.07deg); }
  .macbook {
    width: 37.4vw;
    max-width: 263px;
    top: -54px;
    left: 28vw;
    -webkit-transform: rotate(5.39deg);
    -ms-transform: rotate(5.39deg);
    -o-transform: rotate(5.39deg);
    transform: rotate(5.39deg); }
  .iphone {
    width: 39.5vw;
    max-width: 352px;
    top: -57px;
    left: 55vw;
    -webkit-transform: rotate(0.23deg);
    -ms-transform: rotate(0.23deg);
    -o-transform: rotate(0.23deg);
    transform: rotate(0.23deg); }
  .ce_article_intro, .ce_bgparallax {
    min-height: 492px; }
  .ce_info {
    padding: 15px; }
  .ce_infobox {
    margin-top: 10px; }
  .ce_info_inner {
    padding: 8px 25px 20px 25px; }
  .ce_infobox_item {
    padding-top: 15px; }
    .ce_infobox_item:nth-of-type(1) {
      padding-right: 15px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .ce_infobox_item:nth-of-type(2) {
      padding-left: 15px;
      -webkit-box-flex: 2.2;
      -moz-box-flex: 2.2;
      -webkit-flex: 2.2;
      -ms-flex: 2.2;
      flex: 2.2; }
      .ce_infobox_item:nth-of-type(2) .ce_infobox_inner_item:nth-of-type(1) {
        padding-right: 20px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .newspaper {
    width: 24.5vw;
    max-width: 252px;
    top: 38px;
    left: 8.8vw;
    -webkit-transform: rotate(7.94deg);
    -ms-transform: rotate(7.94deg);
    -o-transform: rotate(7.94deg);
    transform: rotate(7.94deg); }
  .ipad {
    width: 32.2vw;
    max-width: 330px;
    top: 44px;
    left: 17vw;
    -webkit-transform: rotate(1.07deg);
    -ms-transform: rotate(1.07deg);
    -o-transform: rotate(1.07deg);
    transform: rotate(1.07deg); }
  .macbook {
    width: 35.9vw;
    max-width: 368px;
    top: -74px;
    left: 26.7vw;
    -webkit-transform: rotate(5.39deg);
    -ms-transform: rotate(5.39deg);
    -o-transform: rotate(5.39deg);
    transform: rotate(5.39deg); }
  .iphone {
    width: 39.5vw;
    max-width: 406px;
    top: -47px;
    left: 54.5vw;
    -webkit-transform: rotate(0.23deg);
    -ms-transform: rotate(0.23deg);
    -o-transform: rotate(0.23deg);
    transform: rotate(0.23deg); }
  .ce_article_intro, .ce_bgparallax {
    min-height: 560px; }
  .ce_info {
    padding: 20px; }
  .ce_infobox {
    margin-top: 15px; }
  .ce_info_inner {
    padding: 10px 30px 25px 30px; }
  .ce_infobox_item {
    padding-top: 15px; }
    .ce_infobox_item:nth-of-type(1) {
      padding-right: 15px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .ce_infobox_item:nth-of-type(2) {
      padding-left: 15px;
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2; }
  .ce_article_intro_bg::before {
    width: 120%;
    height: 100%;
    -webkit-transform: skewX(0) skewY(20deg);
    -ms-transform: skewX(0) skewY(20deg);
    -o-transform: skewX(0) skewY(20deg);
    transform: skewX(0) skewY(20deg);
    -webkit-transform-origin: -300px;
    -moz-transform-origin: -300px;
    -ms-transform-origin: -300px;
    transform-origin: -300px; }
  .ce_article_intro_bg_small::before {
    right: 40px;
    width: 350px;
    height: 200px;
    -webkit-transform: skewX(0) skewY(-18deg);
    -ms-transform: skewX(0) skewY(-18deg);
    -o-transform: skewX(0) skewY(-18deg);
    transform: skewX(0) skewY(-18deg); } }

@media (max-width: 1023px) {
  .ce_article_intro_bg::before {
    width: 120%;
    height: 100%;
    -webkit-transform: skewX(0) skewY(20deg);
    -ms-transform: skewX(0) skewY(20deg);
    -o-transform: skewX(0) skewY(20deg);
    transform: skewX(0) skewY(20deg);
    -webkit-transform-origin: -300px;
    -moz-transform-origin: -300px;
    -ms-transform-origin: -300px;
    transform-origin: -300px; }
  .ce_article_intro_bg_small {
    display: none; } }

@media (min-width: 1280px) {
  .newspaper {
    max-width: 252px;
    top: 48px;
    left: 101px;
    -webkit-transform: rotate(7.94deg);
    -ms-transform: rotate(7.94deg);
    -o-transform: rotate(7.94deg);
    transform: rotate(7.94deg); }
  .ipad {
    max-width: 433px;
    top: 44px;
    left: 293px;
    -webkit-transform: rotate(1.07deg);
    -ms-transform: rotate(1.07deg);
    -o-transform: rotate(1.07deg);
    transform: rotate(1.07deg); }
  .macbook {
    max-width: 422px;
    top: -94px;
    left: 437px;
    -webkit-transform: rotate(5.39deg);
    -ms-transform: rotate(5.39deg);
    -o-transform: rotate(5.39deg);
    transform: rotate(5.39deg); }
  .iphone {
    max-width: 478px;
    top: -57px;
    left: 707px;
    -webkit-transform: rotate(0.23deg);
    -ms-transform: rotate(0.23deg);
    -o-transform: rotate(0.23deg);
    transform: rotate(0.23deg); }
  .ce_article_intro, .ce_bgparallax {
    min-height: 680px; }
  .ce_info {
    padding: 50px 40px; }
  .ce_infobox {
    margin-top: 15px; }
  .ce_info_inner {
    padding: 12px 40px 30px 40px; }
  .ce_infobox_item {
    padding-top: 20px; }
    .ce_infobox_item:nth-of-type(1) {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 25px; }
    .ce_infobox_item:nth-of-type(2) {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2;
      padding-left: 25px; }
  .ce_article_intro_bg::before {
    width: 120%;
    height: 100%;
    -webkit-transform: skewX(0) skewY(20deg);
    -ms-transform: skewX(0) skewY(20deg);
    -o-transform: skewX(0) skewY(20deg);
    transform: skewX(0) skewY(20deg);
    -webkit-transform-origin: -300px;
    -moz-transform-origin: -300px;
    -ms-transform-origin: -300px;
    transform-origin: -300px; }
  .ce_article_intro_bg_small::before {
    right: 40px;
    width: 350px;
    height: 200px;
    -webkit-transform: skewX(0) skewY(-18deg);
    -ms-transform: skewX(0) skewY(-18deg);
    -o-transform: skewX(0) skewY(-18deg);
    transform: skewX(0) skewY(-18deg); } }

/*********************************/
/** List *************************/
/*********************************/
.ce_list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.ce_list li {
  position: relative;
  padding-left: 25px; }
  .ce_list li::before {
    content: '';
    position: absolute;
    top: 8px;
    margin-left: -25px;
    display: inline-block;
    background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_check.svg");
    width: 8px;
    height: 8px; }

.list_margin_top {
  margin-top: 15px; }

@media (max-width: 499px) {
  .ce_list li {
    padding-left: 20px;
    margin-bottom: 8px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -20px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_list li {
    padding-left: 20px;
    margin-bottom: 8px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -20px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_list li {
    padding-left: 15px;
    margin-bottom: 8px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_list li {
    padding-left: 20px;
    margin-bottom: 5px; }
    .ce_list li::before {
      top: 6px;
      margin-left: -20px; } }

@media (min-width: 768px) {
  .ce_list li {
    padding-left: 25px;
    margin-bottom: 7px; }
    .ce_list li::before {
      top: 8px;
      margin-left: -25px; } }

/*********************************/
/** Link *************************/
/*********************************/
.ce_link {
  color: #000000;
  text-decoration: underline; }

/*********************************/
/** Slider ***********************/
/*********************************/
.ce_slider {
  position: relative;
  width: 100%; }
  .ce_slider .slick-active .ce_slider_image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 3s ease-out all;
    -o-transition: 3s ease-out all;
    transition: 3s ease-out all; }

.ce_slider_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.ce_slider_item {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; }

.ce_slider_content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  z-index: 100;
  display: block; }

.slick-list {
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }

.ce_slider_item_inner_wrapper {
  background-color: #ffffff; }

.ce_slider_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .ce_slider_image img {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all; }

.slick-arrow {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #FFF172;
  border-radius: 100%;
  text-indent: -9999px;
  border: none;
  outline: none;
  box-shadow: none;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }
  .slick-arrow:hover {
    background-color: #FFEC3D; }
  .slick-arrow::before {
    content: '';
    position: absolute;
    top: 12px;
    width: 10px;
    height: 10px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat; }

.slick-prev::before {
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_arrow-left.svg");
  left: 11px; }

.slick-next::before {
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_arrow-right.svg");
  right: 12px; }

.ce_slider_content_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ce_slider_content_inner_item {
  max-width: 50%;
  -webkit-box-flex: 1 0 50%;
  -moz-box-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%; }
  .ce_slider_content_inner_item:nth-of-type(1) {
    text-align: left; }
  .ce_slider_content_inner_item:nth-of-type(2) {
    text-align: right; }

.ce_slider .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .ce_slider .slick-dots .slick-active button {
    background-color: #ffffff; }
  .ce_slider .slick-dots button {
    border: 1px solid #ffffff; }

.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  list-style: none; }
  .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 7px; }
  .slick-dots .slick-active button {
    width: 10px;
    height: 10px; }
  .slick-dots button {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    text-indent: -9999px;
    border: none;
    outline: none;
    box-shadow: none;
    background: inherit;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    cursor: pointer; }

@media (max-width: 499px) {
  .ce_slider_item {
    min-height: 670px !important; }
  .slick-prev {
    left: 20px; }
  .slick-next {
    right: 20px; }
  .ce_slider_item_inner {
    padding: 0 20px 40px 20px; }
  .ce_slider_item_inner_wrapper {
    padding: 15px; }
  .slick-dots {
    height: 40px; }
  .ce_slider .slick-arrow {
    top: 250px; }
  .ce_slider_logo img {
    margin-top: -130px;
    max-width: 170px; } }

@media (max-width: 669px) {
  .ce_slider_content_inner {
    margin: 10px 0; }
  .ce_slider_item_audio {
    background-color: #eeeced;
    z-index: -1; }
    .ce_slider_item_audio .ce_slider_image {
      width: 110%;
      top: 5%;
      left: -5%; }
      .ce_slider_item_audio .ce_slider_image img {
        object-fit: contain !important;
        height: auto; }
  .ce_slider_content_inner_item:nth-of-type(1) {
    text-align: left;
    max-width: 40%;
    -webkit-box-flex: 1 0 40%;
    -moz-box-flex: 1 0 40%;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%; }
  .ce_slider_content_inner_item:nth-of-type(2) {
    text-align: right;
    max-width: 60%;
    -webkit-box-flex: 1 0 60%;
    -moz-box-flex: 1 0 60%;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%; } }

@media (min-width: 670px) {
  .ce_slider_content_inner {
    margin-bottom: 10px; }
  .ce_slider_item_audio .ce_slider_content_item {
    position: relative; }
    .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1) {
      border-right: 1px solid #000000; }
      .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1)::before {
        content: '';
        position: absolute;
        right: -1px;
        width: 1px;
        background-color: #000000; }
  .ce_slider_item_inner_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_slider_item {
    min-height: 670px !important; }
  .slick-prev {
    left: 25px; }
  .slick-next {
    right: 25px; }
  .ce_slider_item_inner {
    padding: 0 20px 40px 20px; }
  .ce_slider_item_inner_wrapper {
    padding: 20px; }
  .slick-dots {
    height: 40px; }
  .ce_slider .slick-arrow {
    top: 280px; }
  .ce_slider_logo img {
    margin-top: -70px;
    max-width: 225px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_slider_item {
    min-height: 420px !important;
    font-size: 12px;
    line-height: 15px; }
  .slick-prev {
    left: 25px; }
  .slick-next {
    right: 25px; }
  .ce_slider_item_inner {
    padding: 0 20px 40px 20px; }
  .ce_slider_item_inner_wrapper {
    padding: 20px; }
  .slick-dots {
    height: 40px; }
  .ce_slider .slick-arrow {
    top: 170px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1) {
    padding-right: 20px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(2) {
    padding-left: 20px; }
  .ce_slider_item .ce_slider_item_inner_wrapper {
    max-width: 60%; }
  .ce_slider_logo img {
    margin-top: -40px;
    max-width: 215px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1)::before {
    top: -20px;
    height: 20px; } }

@media (min-width: 670px) {
  .ce_slider_item_audio .ce_slider_item_inner_wrapper {
    max-width: 100% !important; }
    .ce_slider_item_audio .ce_slider_item_inner_wrapper .ce_slider_content_item:nth-of-type(1) {
      max-width: 55%;
      width: 100%; }
    .ce_slider_item_audio .ce_slider_item_inner_wrapper .ce_slider_content_item:nth-of-type(2) {
      max-width: 45%;
      width: 100%; } }

@media (min-width: 768px) {
  .slick-dots {
    height: 40px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_slider_item {
    min-height: 485px !important; }
  .slick-prev {
    left: 25px; }
  .slick-next {
    right: 25px; }
  .ce_slider_item_inner {
    padding: 0 20px 50px 20px; }
  .ce_slider_item_inner_wrapper {
    padding: 15px; }
  .slick-dots {
    height: 50px; }
  .ce_slider .slick-arrow {
    top: calc(50% - 17px); }
  .ce_slider_item {
    font-size: 12px;
    line-height: 15px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1) {
    padding-right: 20px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(2) {
    padding-left: 20px; }
  .ce_slider_item .ce_slider_item_inner_wrapper {
    max-width: 60%; }
  .ce_slider_logo img {
    max-width: 310px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1)::before {
    top: -15px;
    height: 15px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_slider_item {
    min-height: 555px !important; }
  .slick-prev {
    left: 25px; }
  .slick-next {
    right: 25px; }
  .ce_slider_item_inner {
    padding: 0 30px 50px 30px; }
  .ce_slider_item_inner_wrapper {
    padding: 20px; }
  .slick-dots {
    height: 50px; }
  .ce_slider .slick-arrow {
    top: calc(50% - 17px); }
  .ce_slider_item .ce_slider_item_inner_wrapper {
    max-width: 60%; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1) {
    padding-right: 20px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(2) {
    padding-left: 20px; }
  .ce_slider_logo img {
    max-width: 310px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1)::before {
    top: -20px;
    height: 20px; } }

@media (min-width: 1280px) {
  .ce_slider_item {
    min-height: 680px !important; }
  .slick-prev {
    left: 30px; }
  .slick-next {
    right: 30px; }
  .ce_slider_item_inner {
    padding: 0 40px 60px 40px; }
  .ce_slider_item_inner_wrapper {
    padding: 40px; }
  .slick-dots {
    height: 60px; }
  .ce_slider .slick-arrow {
    top: calc(50% - 17px); }
  .ce_slider_item .ce_slider_item_inner_wrapper {
    max-width: 60%; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1) {
    padding-right: 20px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(2) {
    padding-left: 20px; }
  .ce_slider_logo img {
    max-width: 405px; }
  .ce_slider_item_audio .ce_slider_content_item:nth-of-type(1)::before {
    top: -40px;
    height: 40px; } }

/*********************************/
/** Audio ************************/
/*********************************/
.play, .pause {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #FFF172;
  cursor: pointer;
  transition: all 0.4s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .play img, .pause img {
    width: 10px; }

.ce_audio {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: 8px; }
  .ce_audio a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px; }
  .ce_audio input[type="range"] {
    -webkit-appearance: none !important;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    height: 5px;
    width: 150px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px; }
  .ce_audio input[type="range"]::-ms-fill-lower {
    background-color: rgba(0, 0, 0, 0.35); }
  .ce_audio input[type="range"]::-ms-fill-upper {
    background-color: rgba(0, 0, 0, 0.35); }
  .ce_audio input[type="range"]::-moz-range-track {
    border: none;
    background-color: rgba(0, 0, 0, 0.35); }
  .ce_audio input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: rgba(0, 0, 0, 0.75);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    box-shadow: -100vw 0 0 100vw rgba(0, 0, 0, 0.75); }
  .ce_audio input[type="range"]::-moz-range-thumb {
    background: yellow;
    height: 8px;
    width: 8px;
    border-radius: 100%; }
  .ce_audio input[type="range"]::-ms-thumb {
    -webkit-appearance: none !important;
    background: yellow;
    height: 8px;
    width: 8px;
    border-radius: 100%; }
  .ce_audio .ce_audio_inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-left: 20px; }
    .ce_audio .ce_audio_inner input[type="range"] {
      position: absolute;
      top: 24px;
      height: 1px;
      width: 100%;
      margin: 0; }
    .ce_audio .ce_audio_inner input[type="range"]::-webkit-slider-thumb {
      height: 5px;
      width: 0px; }
    .ce_audio .ce_audio_inner .current_time {
      position: absolute;
      left: 0;
      color: #000000; }
    .ce_audio .ce_audio_inner .duration {
      position: absolute;
      right: 0;
      color: #000000; }

/*********************************/
/** Pricing **********************/
/*********************************/
.ce_pricing {
  width: 100%;
  margin: 0 auto; }
  .ce_pricing h3 {
    margin-bottom: 0; }

.ce_pricing_image {
  position: relative;
  width: 100%;
  margin: 15px auto; }

.ce_pricing_stoerer {
  position: absolute;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg); }

.ce_pricing_inner {
  width: 100%;
  margin: 0 auto; }

.ce_pricing_section {
  border-bottom: 1px solid #000000; }
  .ce_pricing_section:last-child {
    border-bottom: none; }

.icon_nzz {
  position: relative; }
  .icon_nzz::before {
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/icons/icon_nzz.png");
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
    overflow: hidden; }

@media (max-width: 499px) {
  .ce_pricing {
    padding: 0 25px; }
  .ce_pricing_section {
    padding: 20px; }
  .ce_pricing_image {
    max-width: 270px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_pricing {
    padding: 0 30px; }
  .ce_pricing_section {
    padding: 20px; }
  .ce_pricing_image {
    max-width: 290px; } }

@media screen and (min-width: 670px) and (max-width: 767px) {
  .ce_pricing_section h3 {
    max-width: 125px; } }

@media screen and (min-width: 768px) and (max-width: 830px) {
  .ce_pricing_section h3 {
    max-width: 150px; } }

@media (max-width: 669px) {
  .ce_pricing_padding_top_none {
    padding-top: 0 !important; }
  .ce_pricing_section_opacity {
    display: none; }
  .ce_pricing_item {
    border: 1px solid #000000;
    margin-bottom: 30px; }
    .ce_pricing_item .ce_price_month {
      margin-left: 5px; }
    .ce_pricing_item .ce_button_wrapper {
      margin-top: 15px;
      margin-bottom: 0; }
    .ce_pricing_item:last-child {
      margin-bottom: 0; }
  .ce_pricing_section_mobile {
    border-bottom: none;
    padding-bottom: 0; }
  .ce_pricing_stoerer_1 {
    width: 80px;
    height: 80px;
    top: 0%;
    right: 0%; }
  .ce_pricing_stoerer_2 {
    width: 90px;
    height: 90px;
    top: -15%;
    right: -3%; } }

@media (min-width: 670px) {
  .ce_pricing_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000; }
  .ce_pricing_item {
    border-right: 1px solid #000000;
    width: 100%;
    max-width: 33.333333%;
    -webkit-box-flex: 1 0 33.33333%;
    -moz-box-flex: 1 0 33.33333%;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%; }
    .ce_pricing_item .ce_button_wrapper {
      margin-bottom: 0; }
  .ce_pricing_section:last-child {
    padding-bottom: 0; }
  .ce_pricing_section_opacity {
    color: rgba(0, 0, 0, 0.3); }
    .ce_pricing_section_opacity li::before {
      display: none; }
  .ce_pricing_section_opacity_line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_pricing {
    padding: 0 30px; }
    .ce_pricing .ce_price_amount {
      width: 100%; }
  .ce_pricing_section {
    padding: 10px; }
  .ce_price_after {
    max-width: 125px; }
  .ce_pricing_section:last-child {
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px; }
  .ce_pricing_image {
    max-width: 165px; }
  .ce_pricing_stoerer_1 {
    width: 70px;
    height: 70px;
    top: -12%;
    right: -8%; }
  .ce_pricing_stoerer_2 {
    width: 80px;
    height: 80px;
    top: -25%;
    right: -12%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_pricing {
    padding: 0 30px; }
    .ce_pricing .ce_price_after {
      max-width: 200px; }
  .ce_pricing_section {
    padding: 10px; }
  .ce_pricing_image {
    max-width: 195px; }
  .ce_pricing_stoerer_1 {
    width: 70px;
    height: 70px;
    top: 4%;
    right: 2%; }
  .ce_pricing_stoerer_2 {
    width: 80px;
    height: 80px;
    top: -3%;
    right: -3%; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_pricing {
    padding: 0 40px; }
  .ce_pricing_section {
    padding: 15px; }
  .ce_pricing_image {
    max-width: 260px; }
  .ce_pricing_stoerer_1 {
    width: 70px;
    height: 70px;
    top: 4%;
    right: 2%; }
  .ce_pricing_stoerer_2 {
    width: 80px;
    height: 80px;
    top: -3%;
    right: 0%; } }

@media screen and (min-width: 1024px) and (max-width: 1050px) {
  .ce_pricing .ce_price_after {
    max-width: 200px; } }

@media (min-width: 1280px) {
  .ce_pricing {
    padding: 0 70px; }
  .ce_pricing_inner {
    max-width: 1120px; }
  .ce_pricing_section {
    padding: 20px; }
  .ce_pricing_image {
    max-width: 310px; }
  .ce_pricing_stoerer_1 {
    width: 80px;
    height: 80px; }
  .ce_pricing_stoerer_2 {
    width: 90px;
    height: 90px; }
  .ce_pricing_stoerer_1 {
    top: 4%;
    right: 2%; }
  .ce_pricing_stoerer_2 {
    top: 0;
    right: 3%; } }

/*********************************/
/** Interview ********************/
/*********************************/
.ce_interview_editor {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ce_editor_item {
  width: 100%; }
  .ce_editor_item:nth-of-type(1) {
    border-right: 1px solid #000000; }

.ce_interview_item_hidden {
  display: none; }

.ce_interview_item_active {
  display: block; }

.ce_interiew {
  margin-bottom: 30px; }

@media (max-width: 499px) {
  .ce_editor_item {
    max-width: 50%;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-top: 20px; }
    .ce_editor_item:nth-of-type(1) {
      padding-right: 20px; }
      .ce_editor_item:nth-of-type(1) img {
        max-width: 155px;
        margin: 0 auto; }
    .ce_editor_item:nth-of-type(2) {
      padding-left: 20px; }
  .ce_interiew {
    font-size: 14px;
    line-height: 20px; }
  .ce_question {
    margin-top: 40px;
    margin-bottom: 20px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_editor_item {
    padding-top: 20px; }
    .ce_editor_item:nth-of-type(1) {
      max-width: 33.333333%;
      -webkit-box-flex: 1 0 33.33333%;
      -moz-box-flex: 1 0 33.33333%;
      -webkit-flex: 1 0 33.33333%;
      -ms-flex: 1 0 33.33333%;
      flex: 1 0 33.33333%;
      padding-right: 20px; }
      .ce_editor_item:nth-of-type(1) img {
        max-width: 195px;
        margin: 0 auto; }
    .ce_editor_item:nth-of-type(2) {
      max-width: 66.666666%;
      -webkit-box-flex: 2 0 66.66667%;
      -moz-box-flex: 2 0 66.66667%;
      -webkit-flex: 2 0 66.66667%;
      -ms-flex: 2 0 66.66667%;
      flex: 2 0 66.66667%;
      padding-left: 20px; }
  .ce_interiew {
    font-size: 18px;
    line-height: 24px; }
  .ce_question {
    margin-top: 40px;
    margin-bottom: 20px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_editor_item {
    padding-top: 20px; }
    .ce_editor_item:nth-of-type(1) {
      max-width: 33.333333%;
      -webkit-box-flex: 1 0 33.33333%;
      -moz-box-flex: 1 0 33.33333%;
      -webkit-flex: 1 0 33.33333%;
      -ms-flex: 1 0 33.33333%;
      flex: 1 0 33.33333%;
      padding-right: 20px; }
      .ce_editor_item:nth-of-type(1) img {
        max-width: 195px;
        margin: 0 auto; }
    .ce_editor_item:nth-of-type(2) {
      max-width: 66.666666%;
      -webkit-box-flex: 2 0 66.66667%;
      -moz-box-flex: 2 0 66.66667%;
      -webkit-flex: 2 0 66.66667%;
      -ms-flex: 2 0 66.66667%;
      flex: 2 0 66.66667%;
      padding-left: 20px; }
  .ce_interiew {
    font-size: 18px;
    line-height: 24px; }
  .ce_question {
    margin-top: 50px;
    margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_editor_item {
    padding-top: 20px; }
    .ce_editor_item:nth-of-type(1) {
      max-width: 33.333333%;
      -webkit-box-flex: 1 0 33.33333%;
      -moz-box-flex: 1 0 33.33333%;
      -webkit-flex: 1 0 33.33333%;
      -ms-flex: 1 0 33.33333%;
      flex: 1 0 33.33333%;
      padding-right: 20px; }
      .ce_editor_item:nth-of-type(1) img {
        max-width: 195px;
        margin: 0 auto; }
    .ce_editor_item:nth-of-type(2) {
      max-width: 66.666666%;
      -webkit-box-flex: 2 0 66.66667%;
      -moz-box-flex: 2 0 66.66667%;
      -webkit-flex: 2 0 66.66667%;
      -ms-flex: 2 0 66.66667%;
      flex: 2 0 66.66667%;
      padding-left: 20px; }
  .ce_interiew {
    font-size: 18px;
    line-height: 24px; }
  .ce_question {
    margin-top: 50px;
    margin-bottom: 25px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_editor_item {
    padding-top: 20px; }
    .ce_editor_item:nth-of-type(1) {
      max-width: 25%;
      -webkit-box-flex: 1 0 25%;
      -moz-box-flex: 1 0 25%;
      -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%;
      padding-right: 20px; }
      .ce_editor_item:nth-of-type(1) img {
        max-width: 195px;
        margin: 0 auto; }
    .ce_editor_item:nth-of-type(2) {
      max-width: 75%;
      -webkit-box-flex: 3 0 75%;
      -moz-box-flex: 3 0 75%;
      -webkit-flex: 3 0 75%;
      -ms-flex: 3 0 75%;
      flex: 3 0 75%;
      padding-left: 20px; }
  .ce_interiew {
    font-size: 20px;
    line-height: 26px; }
  .ce_question {
    margin-top: 50px;
    margin-bottom: 25px; } }

@media (min-width: 1280px) {
  .ce_editor_item {
    padding-top: 20px; }
    .ce_editor_item:nth-of-type(1) {
      max-width: 25%;
      -webkit-box-flex: 1 0 25%;
      -moz-box-flex: 1 0 25%;
      -webkit-flex: 1 0 25%;
      -ms-flex: 1 0 25%;
      flex: 1 0 25%;
      padding-right: 20px; }
      .ce_editor_item:nth-of-type(1) img {
        max-width: 195px;
        margin: 0 auto; }
    .ce_editor_item:nth-of-type(2) {
      max-width: 75%;
      -webkit-box-flex: 3 0 75%;
      -moz-box-flex: 3 0 75%;
      -webkit-flex: 3 0 75%;
      -ms-flex: 3 0 75%;
      flex: 3 0 75%;
      padding-left: 20px; }
  .ce_interiew {
    font-size: 24px;
    line-height: 30px; }
  .ce_question {
    margin-top: 100px;
    margin-bottom: 50px; } }

/*********************************/
/** Team *************************/
/*********************************/
.ce_team_slider > * {
  outline: none; }

.ce_team_slider .slick-current .ce_editor_image::before {
  opacity: 1; }

.ce_editor_text_wrapper .slick-list {
  min-height: 41px; }

.ce_editor_person p {
  margin: 10px 0; }

.slick-slide {
  outline: none; }

.ce_editor_person {
  margin-top: 10px; }

.ce_editor_image {
  position: relative;
  cursor: pointer; }
  .ce_editor_image:hover::before {
    opacity: 1;
    border: 4px solid #FFEC3D; }
  .ce_editor_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 4px solid #FFF172;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }

.ce_team_slider .slick-dots .slick-active button {
  background-color: #c4c4c4; }

.ce_team_slider .slick-dots button {
  border: 1px solid #c4c4c4; }

.ce_editor_text_wrapper .draggable {
  pointer-events: none; }

.ce_editor_person_hidden {
  display: none; }

.person_text_active {
  display: block; }

@media (max-width: 499px) {
  .ce_editor_text_wrapper h3 {
    display: none; }
  .ce_editor_person {
    padding: 0 35px; }
  .ce_editor_image::before {
    display: none; }
  .ce_editor_image_section {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px 35px; }
    .ce_editor_image_section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 25px;
      width: calc(100% - 50px);
      height: 1px;
      background-color: #000000; }
    .ce_editor_image_section > div {
      position: relative;
      width: 100%;
      max-width: 50%;
      -webkit-box-flex: 1 0 50%;
      -moz-box-flex: 1 0 50%;
      -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; }
      .ce_editor_image_section > div:nth-of-type(1) {
        padding-right: 15px; }
        .ce_editor_image_section > div:nth-of-type(1)::before {
          width: calc(100% - 15px); }
      .ce_editor_image_section > div:nth-of-type(2) {
        padding-left: 15px; }
        .ce_editor_image_section > div:nth-of-type(2)::before {
          content: '';
          position: absolute;
          top: -15px;
          left: 0;
          width: 1px;
          height: calc(100% + 20px);
          background-color: #000000; }
  .ce_team_slider .slick-arrow {
    top: calc(50% - 37px); } }

@media (min-width: 500px) {
  .ce_editor_image_content {
    display: none; }
  .ce_editor_image_section {
    padding-bottom: 20px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_team_slider {
    width: 100%;
    max-width: 669px;
    padding: 0 50px; }
  .ce_editor_image {
    max-width: 56px;
    margin: 0 auto;
    position: relative; }
  .ce_team_slider .slick-arrow {
    top: 11px; }
  .ce_team_slider .slick-prev {
    left: -40px; }
  .ce_team_slider .slick-next {
    right: -40px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_team_slider {
    width: 100%;
    max-width: 767px;
    padding: 0 50px; }
  .ce_editor_image {
    max-width: 62px;
    margin: 0 auto;
    position: relative; }
  .ce_team_slider .slick-arrow {
    top: 14px; }
  .ce_team_slider .slick-prev {
    left: -40px; }
  .ce_team_slider .slick-next {
    right: -40px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_team_slider {
    width: 100%;
    max-width: 1023px;
    padding: 0 50px; }
  .ce_editor_image {
    max-width: 72px;
    margin: 0 auto;
    position: relative; }
  .ce_team_slider .slick-arrow {
    top: 19px; }
  .ce_team_slider .slick-prev {
    left: -40px; }
  .ce_team_slider .slick-next {
    right: -40px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_team_slider {
    width: 100%;
    max-width: 1279px;
    padding: 0 50px; }
  .ce_editor_image {
    max-width: 94px;
    margin: 0 auto;
    position: relative; }
  .ce_team_slider .slick-arrow {
    top: 30px; }
  .ce_team_slider .slick-prev {
    left: -40px; }
  .ce_team_slider .slick-next {
    right: -40px; } }

@media (min-width: 1280px) {
  .ce_team_slider {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto; }
  .ce_editor_image {
    max-width: 120px;
    margin: 0 auto;
    position: relative; }
  .ce_team_slider .slick-arrow {
    top: 43px; }
  .ce_team_slider .slick-prev {
    left: -50px; }
  .ce_team_slider .slick-next {
    right: -50px; } }

/*********************************/
/** Newsletter *******************/
/*********************************/
.newsletter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-image: url("https://abo.nzz.ch/wp-content/themes/niobe/resources/lp/20015970/assets/images/newsletter/iphone_news-ende.png");
  background-size: 100%;
  background-repeat: no-repeat; }

.ce_newsletter .ce_link_wrapper {
  margin-top: 20px; }

.ce_newsletter_image {
  padding: 25px; }
  .ce_newsletter_image img {
    margin-right: auto;
    margin-left: auto; }

@media (max-width: 499px) {
  .ce_newsletter, .ce_newsletter_image {
    min-height: 240px; }
  .ce_newsletter h3 {
    font-size: 24px;
    line-height: 30px; }
  .newsletter {
    top: 0;
    max-width: 200px;
    height: 320px; }
  .ce_newsletter_item_mobile {
    padding-top: 25px; }
  .newsletter_headline {
    display: none; }
  .ce_newsletter_image {
    padding-top: 5px !important; } }

@media (min-width: 500px) {
  .ce_newsletter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .ce_newsletter_item_mobile {
    display: none; }
  .ce_newsletter_item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
    .ce_newsletter_item:nth-of-type(3) .ce_newsletter_item_inner {
      border-left: 1px solid #000000; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ce_newsletter_item:nth-of-type(3) .ce_newsletter_item_inner {
    padding: 25px 0 0 25px; }
  .ce_newsletter {
    min-height: 300px; }
  .newsletter {
    top: -60px;
    max-width: 268px;
    height: 360px;
    width: calc(100% - 20px); } }

@media (min-width: 670px) and (max-width: 767px) {
  .ce_newsletter_item:nth-of-type(3) .ce_newsletter_item_inner {
    padding: 25px 0 0 25px; }
  .ce_newsletter {
    min-height: 300px; }
  .newsletter {
    top: -60px;
    max-width: 268px;
    height: 360px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ce_newsletter_item:nth-of-type(3) .ce_newsletter_item_inner {
    padding: 25px 0 0 25px; }
  .ce_newsletter {
    min-height: 300px; }
  .newsletter {
    top: -60px;
    max-width: 268px;
    height: 360px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ce_newsletter_item:nth-of-type(3) .ce_newsletter_item_inner {
    padding: 30px 0 0 30px; }
  .ce_newsletter {
    min-height: 400px; }
  .newsletter {
    top: -60px;
    max-width: 388px;
    height: 460px; } }

@media (min-width: 1280px) {
  .ce_newsletter_item:nth-of-type(2) {
    min-height: 450px; }
  .ce_newsletter_item:nth-of-type(3) .ce_newsletter_item_inner {
    padding: 35px 0 0 35px; }
  .newsletter {
    top: -60px;
    max-width: 440px;
    height: 540px; } }

/*********************************/
/** Ie ***************************/
/*********************************/
.ie .ce_info {
  position: absolute;
  height: 100%;
  display: block !important; }
  .ie .ce_info .ce_info_inner {
    position: absolute;
    left: 0;
    width: 100%; }

.ie .ce_article_intro .ce_article_inner {
  display: block !important;
  align-items: inherit !important; }

@media (max-width: 499px) {
  .ie .ce_info {
    min-height: 884px;
    left: 20px;
    width: calc(100% - 40px); }
    .ie .ce_info .ce_info_inner {
      bottom: 60px; } }

@media (min-width: 500px) and (max-width: 669px) {
  .ie .ce_info {
    min-height: 664px;
    left: 20px;
    width: calc(100% - 40px); }
    .ie .ce_info .ce_info_inner {
      bottom: 40px; } }

@media (min-width: 670px) and (max-width: 767px) {
  .ie .ce_info {
    min-height: 525px;
    left: 20px;
    width: calc(100% - 40px); }
    .ie .ce_info .ce_info_inner {
      bottom: 20px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ie .ce_info {
    min-height: 492px;
    left: 20px;
    width: calc(100% - 40px); }
    .ie .ce_info .ce_info_inner {
      bottom: 15px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .ie .ce_info {
    min-height: 560px;
    left: 20px;
    width: calc(100% - 40px); }
    .ie .ce_info .ce_info_inner {
      bottom: 20px; } }

@media (min-width: 1280px) {
  .ie .ce_info {
    min-height: 680px;
    left: 50px;
    width: calc(100% - 100px); }
    .ie .ce_info .ce_info_inner {
      bottom: 50px; } }

/*********************************/
/** Globals **********************/
/*********************************/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  position: relative;
  font-family: GT-America-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all; }

img, video, iframe {
  width: 100%;
  max-width: 100%;
  display: block; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.ce_line_horizontal {
  position: relative; }
  .ce_line_horizontal::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 1px;
    background-color: #000000;
    z-index: 0; }

@media (max-width: 1279px) {
  body {
    font-size: 14px;
    line-height: 20px; } }

@media (min-width: 1280px) {
  body {
    font-size: 16px;
    line-height: 23px; } }
