/** Framework Start ************************************************************ */
/** Defaults Start ************************************************************ */
/** Reset Start ************************************************************ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/** Reset End ************************************************************ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.row:after {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.clear {
  clear: both; }
  .clear:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle;
  border: 0; }

.container,
.container--fluid,
.container--static {
  position: relative;
  margin: auto; }

.container--fluid {
  max-width: 1400px;
  width: 100%;
  text-align: center; }

.container--static {
  max-width: 980px;
  text-align: left; }

.base--text-align--right {
  text-align: right; }

.base--text-align--left {
  text-align: left; }

.base--text-align--center {
  text-align: center; }

.base--text-align--justify {
  text-align: justify; }

.base--position--static {
  position: static; }

.base--position--relative {
  position: relative; }

.base--position--absolute {
  position: absolute; }

@media only screen and (min-width: 1201px) {
  /* on: last */
  .base--text-align-lg--right {
    text-align: right !important; }

  .base--text-align-lg--left {
    text-align: left !important; }

  .base--text-align-lg--center {
    text-align: center !important; }

  .base--text-align-lg--justify {
    text-align: justify !important; } }
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  /* on: other*/
  .base--text-align-md--right {
    text-align: right !important; }

  .base--text-align-md--left {
    text-align: left !important; }

  .base--text-align-md--center {
    text-align: center !important; }

  .base--text-align-md--justify {
    text-align: justify !important; } }
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /* on: other*/
  .base--text-align-sm--right {
    text-align: right !important; }

  .base--text-align-sm--left {
    text-align: left !important; }

  .base--text-align-sm--center {
    text-align: center !important; }

  .base--text-align-sm--justify {
    text-align: justify !important; } }
@media only screen and (max-width: 980px) {
  /* on: first */
  .base--text-align-xs--right {
    text-align: right !important; }

  .base--text-align-xs--left {
    text-align: left !important; }

  .base--text-align-xs--center {
    text-align: center !important; }

  .base--text-align-xs--justify {
    text-align: justify !important; } }
.base--pull--left {
  float: left !important; }

.base--pull--right {
  float: right !important; }

[class*=col-] {
  float: left; }

[class*=col-pull-],
[class*=col-push-] {
  position: relative; }

@media only screen and (max-width: 980px) {
  /* on: first */
  .row {
    margin-left: -4px;
    margin-right: -4px; }

  [class*=col-xs-] {
    padding-left: 4px;
    padding-right: 4px; } }
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /* on: other*/
  .row {
    margin-left: -8px;
    margin-right: -8px; }

  [class*=col-sm-] {
    padding-left: 8px;
    padding-right: 8px; } }
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  /* on: other*/
  .row {
    margin-left: -8px;
    margin-right: -8px; }

  [class*=col-md-] {
    padding-left: 8px;
    padding-right: 8px; } }
@media only screen and (min-width: 1201px) {
  /* on: last */
  .row {
    margin-left: -8px;
    margin-right: -8px; }

  [class*=col-lg-] {
    padding-left: 8px;
    padding-right: 8px; } }
/** Defaults Start ************************************************************ */
/** Visibles Start ************************************************************ */
/* VISIBLES */
.base--hidden {
  display: none !important; }

[class*="base--display-"] {
  display: none !important; }

@media only screen and (max-width: 980px) {
  /* on: first */
  .base--display-xs {
    display: block !important; }

  .base--display-xs--block {
    display: block !important; }

  .base--display-xs--inline-block {
    display: inline-block !important; }

  .base--display-xs--inline {
    display: inline !important; }

  table.base--display-xs {
    display: table !important; }

  tr.base--display-xs {
    display: table-row !important; }

  td.base--display-xs {
    display: table-cell !important; } }
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /* on: other*/
  .base--display-sm {
    display: block !important; }

  .base--display-sm--block {
    display: block !important; }

  .base--display-sm--inline-block {
    display: inline-block !important; }

  .base--display-sm--inline {
    display: inline !important; }

  table.base--display-sm {
    display: table !important; }

  tr.base--display-sm {
    display: table-row !important; }

  td.base--display-sm {
    display: table-cell !important; } }
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  /* on: other*/
  .base--display-md {
    display: block !important; }

  .base--display-md--block {
    display: block !important; }

  .base--display-md--inline-block {
    display: inline-block !important; }

  .base--display-md--inline {
    display: inline !important; }

  table.base--display-md {
    display: table !important; }

  tr.base--display-md {
    display: table-row !important; }

  td.base--display-md {
    display: table-cell !important; } }
@media only screen and (min-width: 1201px) {
  /* on: last */
  .base--display-lg {
    display: block !important; }

  .base--display-lg--block {
    display: block !important; }

  .base--display-lg--inline-block {
    display: inline-block !important; }

  .base--display-lg--inline {
    display: inline !important; }

  table.base--display-lg {
    display: table !important; }

  tr.base--display-lg {
    display: table-row !important; }

  td.base--display-lg {
    display: table-cell !important; } }
@media only screen and (min-width: 1201px) {
  .base--hidden-lg {
    display: none !important; } }
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  /* on: other*/
  .base--hidden-md {
    display: none !important; } }
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /* on: other*/
  .base--hidden-sm {
    display: none !important; } }
@media only screen and (max-width: 600px) {
  .base--hidden-xs {
    display: none !important; } }
.base--visible-print {
  display: none !important; }

@media print {
  .base--visible-print {
    display: block !important; }

  table.base--visible-print {
    display: table; }

  tr.base--visible-print {
    display: table-row !important; }

  th.base--visible-print,
  td.base--visible-print {
    display: table-cell !important; } }
.base--visible-print-block {
  display: none !important; }

@media print {
  .base--visible-print-block {
    display: block !important; } }
.base--visible-print-inline {
  display: none !important; }

@media print {
  .base--visible-print-inline {
    display: inline !important; } }
.base--visible-print-inline-block {
  display: none !important; }

@media print {
  .base--visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .base--hidden-print {
    display: none !important; } }
/** Visibles End ************************************************************ */
/** Forms Start ************************************************************ */
/** Forms End ************************************************************ */
/** Tables Start ************************************************************ */
/** Tables End ************************************************************ */
@media only screen and (max-width: 980px) {
  /* on: first */
  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; } }
@media only screen and (min-width: 601px) and (max-width: 980px) {
  /* on: other*/
  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; } }
@media only screen and (min-width: 981px) and (max-width: 1200px) {
  /* on: other*/
  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; } }
@media only screen and (min-width: 981px) {
  .col-offset-md-1 {
    margin-left: 8.33333%; }

  .col-offset-md-2 {
    margin-left: 16.66667%; }

  .col-offset-md-3 {
    margin-left: 25%; }

  .col-offset-md-4 {
    margin-left: 33.33333%; }

  .col-offset-md-5 {
    margin-left: 41.66667%; }

  .col-offset-md-6 {
    margin-left: 50%; }

  .col-offset-md-7 {
    margin-left: 58.33333%; }

  .col-offset-md-8 {
    margin-left: 66.66667%; }

  .col-offset-md-9 {
    margin-left: 75%; }

  .col-offset-md-10 {
    margin-left: 83.33333%; }

  .col-offset-md-11 {
    margin-left: 91.66667%; }

  .col-offset-md-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 1201px) {
  /* on: last */
  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; } }
.container--fluid {
  max-width: none; }

.container--static {
  padding-left: 12px;
  padding-right: 12px; }
  @media only screen and (min-width: 1201px) {
    .container--static {
      max-width: 1200px; } }

@media only screen and (max-width: 980px) {
  body {
    overflow-x: hidden; } }
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

.sprite, .sprite__mobile-navi, .sprite__logo, .sprite__logo_sm, .sprite__logo_xs, .sprite__mobile-navi-close, .sprite__facebook, .sprite__button-arrow, .sprite__arrow-slider {
  display: block;
  background-repeat: no-repeat;
  background-image: url('../img/sprites.png'); }

.sprite__mobile-navi {
  background-position: 0 -428px;
  height: 50px;
  width: 50px; }

.sprite__logo {
  background-position: 0 -226px;
  height: 49px;
  width: 450px; }

.sprite__logo_sm {
  background-position: 0 -285px;
  height: 41px;
  width: 375px; }

.sprite__logo_xs {
  background-position: 0 -336px;
  height: 22px;
  width: 200px; }

.sprite__mobile-navi-close {
  background-position: 0 -368px;
  height: 50px;
  width: 50px; }

.sprite__facebook {
  background-position: 0 -141px;
  height: 75px;
  width: 75px; }

.sprite__button-arrow {
  background-position: 0 -101px;
  height: 30px;
  width: 30px; }

.sprite__arrow-slider {
  background-position: 0 0;
  height: 91px;
  width: 48px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) {
  .sprite, .sprite__mobile-navi, .sprite__logo, .sprite__logo_sm, .sprite__logo_xs, .sprite__mobile-navi-close, .sprite__facebook, .sprite__button-arrow, .sprite__arrow-slider {
    background-image: url('../img/sprites-2x.png'); }

  .sprite__mobile-navi {
    background-size: 450px 442px;
    background-position: 0 -392px; }

  .sprite__logo {
    background-size: 450px 442px;
    background-position: 0 -210px; }

  .sprite__logo_sm {
    background-size: 450px 442px;
    background-position: 0 -264px; }

  .sprite__logo_xs {
    background-size: 450px 442px;
    background-position: 0 -310px; }

  .sprite__mobile-navi-close {
    background-size: 450px 442px;
    background-position: 0 -337px; }

  .sprite__facebook {
    background-size: 450px 442px;
    background-position: 0 -130px; }

  .sprite__button-arrow {
    background-size: 450px 442px;
    background-position: 0 -95px; }

  .sprite__arrow-slider {
    background-size: 450px 442px;
    background-position: 0 0; } }
.base--margin-bottom-1rem {
  margin-bottom: 1rem; }
.base--margin-bottom-2rem {
  margin-bottom: 2rem; }
.base--margin-bottom-3rem {
  margin-bottom: 3rem; }
.base--margin-top-1rem {
  margin-top: 1rem; }
.base--margin-top-2rem {
  margin-top: 2rem; }
.base--margin-top-3rem {
  margin-top: 3rem; }
.base--rotate-180deg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.content {
  background-color: #0e0e0e; }

.facebook {
  position: absolute;
  right: 12px;
  top: 15px; }
  @media only screen and (max-width: 980px) {
    .facebook {
      top: 23px; } }
  @media only screen and (max-width: 600px) {
    .facebook {
      top: 15px; } }

.footer {
  background-color: #d7b46a;
  height: 60px; }
  @media only screen and (max-width: 980px) {
    .footer {
      height: 120px; } }
  @media only screen and (max-width: 600px) {
    .footer {
      height: 240px; } }

@media only screen and (max-width: 980px) {
  .footer-nav {
    padding: 0; } }
.footer-nav__entry {
  text-align: right;
  padding: 20px 0; }
  @media only screen and (max-width: 980px) {
    .footer-nav__entry {
      text-align: left; } }
.footer-nav__link {
  display: inline-block;
  vertical-align: bottom;
  height: 18px;
  text-decoration: none;
  color: white;
  cursor: pointer; }
  .footer-nav__link:hover {
    text-decoration: underline; }

.header {
  height: 100px;
  background-color: #0e0e0e;
  box-shadow: 3px 4px 5px 0px rgba(207, 207, 207, 0.26); }
  @media only screen and (max-width: 980px) {
    .header {
      height: 120px; } }
  @media only screen and (max-width: 600px) {
    .header {
      height: 100px; } }
  .header__logo {
    position: absolute;
    top: 30px;
    left: 12px; }
    @media only screen and (max-width: 980px) {
      .header__logo {
        top: 10px; } }
  .header__secondary {
    position: absolute;
    top: 65px; }
  .header__secondary-entry {
    list-style: none;
    text-align: center; }
  .header__mobile-button-container {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px; }
    @media only screen and (max-width: 980px) {
      .header__mobile-button-container {
        display: block;
        position: absolute;
        top: 35px; } }
    @media only screen and (max-width: 600px) {
      .header__mobile-button-container {
        top: 25px; } }
  .header__mobile-button--hidden {
    display: none; }

.headline__big, .headline__big--first {
  font-size: 25px;
  font-size: 1.78571rem;
  font-family: 'Open Sans', sans-serif;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase; }
  .headline__big--first {
    padding-top: 0; }
.headline__medium {
  font-size: 18px;
  font-size: 1.28571rem;
  text-decoration: none;
  padding-bottom: 1.5rem;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none; }
.headline__small {
  font-weight: 700;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #ffffff;
  text-decoration: none; }

.layout-nav, .layout-nav--open {
  position: absolute;
  z-index: 999;
  width: 100%;
  right: 12px;
  -moz-transition-property: right;
  -o-transition-property: right;
  -webkit-transition-property: right;
  transition-property: right;
  -moz-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }
  @media only screen and (max-width: 980px) {
    .layout-nav, .layout-nav--open {
      right: -1000px;
      top: 120px; } }
  @media only screen and (max-width: 600px) {
    .layout-nav, .layout-nav--open {
      top: 100px; } }
  .layout-nav__background {
    width: 100%;
    height: 100%;
    background-color: black; }
  .layout-nav--open {
    margin-left: -12px;
    margin-right: -12px;
    right: 12px; }

.link {
  color: #e30613;
  text-decoration: none; }
  .link:hover {
    color: #d7b46a; }

.main {
  color: #ffffff;
  display: inline-block; }
  @media only screen and (max-width: 980px) {
    .main {
      padding-left: 0;
      padding-right: 0; } }
  .main__left {
    padding-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .main__right {
    padding-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 3rem; }

@media only screen and (max-width: 980px) {
  .nav-background, .nav-background--open {
    position: absolute;
    height: 100vh;
    width: 100vw;
    left: -150vw;
    background-color: black;
    margin-top: 120px;
    z-index: 998;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }
  @media only screen and (max-width: 980px) and (max-width: 600px) {
    .nav-background, .nav-background--open {
      margin-top: 100px; } }

.nav-background--open {
  display: block;
  left: 0; }

.nav {
  top: 105px;
  right: 0; }
  @media only screen and (max-width: 980px) {
    .nav {
      right: 0;
      width: 100%;
      top: 0; } }
  @media only screen and (min-width: 981px) {
    .nav {
      position: absolute; } }
  .nav__entry {
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    background-color: #e30613;
    list-style: none;
    text-align: center;
    float: left; }
    @media only screen and (max-width: 980px) {
      .nav__entry {
        width: 100%; } }
    .nav__entry:hover {
      background-color: #d7b46a; }
    .nav__entry:active {
      background-color: #d7b46a; }
  .nav__link {
    display: inline-block;
    width: 275px;
    padding: 1.25rem 0;
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: 700; }
    @media only screen and (max-width: 1200px) {
      .nav__link {
        width: 240px; } }
    @media only screen and (max-width: 980px) {
      .nav__link {
        width: 100%;
        text-align: left;
        padding-left: 12px; } }

.slick-slide {
  height: 600px !important; }

.sprite__logo_sm {
  position: absolute;
  top: 35px;
  left: 12px; }
.sprite__logo_xs {
  position: absolute;
  top: 30px;
  left: 12px; }

.teaser {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center; }
  .teaser__slide, .teaser__slide--1, .teaser__slide--2, .teaser__slide--3, .teaser__slide--4, .teaser__slide--5, .teaser__slide--6, .teaser__slide--7, .teaser__slide--8, .teaser__slide--9, .teaser__slide--10, .teaser__slide--11, .teaser__slide--12, .teaser__slide--13, .teaser__slide--14, .teaser__slide--15, .teaser__slide--16 {
    height: 400px; }
    .teaser__slide--1 {
      background-image: url("../../../public/img/aoc-design-1-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--1 {
          background-image: url("../../../public/img/aoc-design-1-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--1 {
          background-image: url("../../../public/img/aoc-design-1-image-small.jpg"); } }
    .teaser__slide--2 {
      background-image: url("../../../public/img/aoc-design-2-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--2 {
          background-image: url("../../../public/img/aoc-design-2-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--2 {
          background-image: url("../../../public/img/aoc-design-2-image-small.jpg"); } }
    .teaser__slide--3 {
      background-image: url("../../../public/img/aoc-design-3-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--3 {
          background-image: url("../../../public/img/aoc-design-3-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--3 {
          background-image: url("../../../public/img/aoc-design-3-image-small.jpg"); } }
    .teaser__slide--4 {
      background-image: url("../../../public/img/aoc-design-4-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--4 {
          background-image: url("../../../public/img/aoc-design-4-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--4 {
          background-image: url("../../../public/img/aoc-design-4-image-small.jpg"); } }
    .teaser__slide--5 {
      background-image: url("../../../public/img/aoc-design-5-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--5 {
          background-image: url("../../../public/img/aoc-design-5-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--5 {
          background-image: url("../../../public/img/aoc-design-5-image-small.jpg"); } }
    .teaser__slide--6 {
      background-image: url("../../../public/img/aoc-design-6-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--6 {
          background-image: url("../../../public/img/aoc-design-6-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--6 {
          background-image: url("../../../public/img/aoc-design-6-image-small.jpg"); } }
    .teaser__slide--7 {
      background-image: url("../../../public/img/aoc-design-7-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--7 {
          background-image: url("../../../public/img/aoc-design-7-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--7 {
          background-image: url("../../../public/img/aoc-design-7-image-small.jpg"); } }
    .teaser__slide--8 {
      background-image: url("../../../public/img/aoc-design-8-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--8 {
          background-image: url("../../../public/img/aoc-design-8-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--8 {
          background-image: url("../../../public/img/aoc-design-8-image-small.jpg"); } }
    .teaser__slide--9 {
      background-image: url("../../../public/img/aoc-design-9-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--9 {
          background-image: url("../../../public/img/aoc-design-9-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--9 {
          background-image: url("../../../public/img/aoc-design-9-image-small.jpg"); } }
    .teaser__slide--10 {
      background-image: url("../../../public/img/aoc-design-10-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--10 {
          background-image: url("../../../public/img/aoc-design-10-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--10 {
          background-image: url("../../../public/img/aoc-design-10-image-small.jpg"); } }
    .teaser__slide--11 {
      background-image: url("../../../public/img/aoc-design-11-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--11 {
          background-image: url("../../../public/img/aoc-design-11-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--11 {
          background-image: url("../../../public/img/aoc-design-11-image-small.jpg"); } }
    .teaser__slide--12 {
      background-image: url("../../../public/img/aoc-design-12-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--12 {
          background-image: url("../../../public/img/aoc-design-12-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--12 {
          background-image: url("../../../public/img/aoc-design-12-image-small.jpg"); } }
    .teaser__slide--13 {
      background-image: url("../../../public/img/aoc-design-13-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--13 {
          background-image: url("../../../public/img/aoc-design-13-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--13 {
          background-image: url("../../../public/img/aoc-design-13-image-small.jpg"); } }
    .teaser__slide--14 {
      background-image: url("../../../public/img/aoc-design-14-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--14 {
          background-image: url("../../../public/img/aoc-design-14-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--14 {
          background-image: url("../../../public/img/aoc-design-14-image-small.jpg"); } }
    .teaser__slide--15 {
      background-image: url("../../../public/img/aoc-design-15-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--15 {
          background-image: url("../../../public/img/aoc-design-15-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--15 {
          background-image: url("../../../public/img/aoc-design-15-image-small.jpg"); } }
    .teaser__slide--16 {
      background-image: url("../../../public/img/aoc-design-16-image-big.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 980px) {
        .teaser__slide--16 {
          background-image: url("../../../public/img/aoc-design-16-image-middle.jpg"); } }
      @media only screen and (max-width: 600px) {
        .teaser__slide--16 {
          background-image: url("../../../public/img/aoc-design-16-image-small.jpg"); } }
  @media only screen and (max-width: 980px) {
    .teaser {
      height: 300px; } }
  @media only screen and (max-width: 600px) {
    .teaser {
      height: 200px; } }
  .teaser__container {
    position: absolute;
    padding-left: 98px;
    padding-right: 25px;
    background-color: #f6f6f6;
    bottom: 10%; }
    @media only screen and (max-width: 1200px) {
      .teaser__container {
        padding-left: 79px; } }
    @media only screen and (max-width: 980px) {
      .teaser__container {
        padding-left: 0; } }
    @media only screen and (max-width: 600px) {
      .teaser__container {
        height: 75px;
        width: 100%;
        bottom: 0; } }
    @media only screen and (min-width: 601px) {
      .teaser__container {
        height: 115px; } }
  .teaser__arrow, .teaser__arrow--left, .teaser__arrow--right {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    display: inline-block;
    z-index: 997;
    cursor: pointer;
    opacity: 1; }
    .teaser__arrow:hover, .teaser__arrow--left:hover, .teaser__arrow--right:hover {
      opacity: 0.75; }
    .teaser__arrow--left {
      left: 0; }
    .teaser__arrow--right {
      right: 0;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.text__basic, .text__basic--center, .text__basic--title, .text__basic--title-header, .text__basic--last {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.2em;
  padding-bottom: 1rem; }
  .text__basic--center {
    padding-top: 5px;
    padding-bottom: 5px; }
  .text__basic--title {
    text-align: right;
    font-size: 24px;
    font-size: 1.71429rem;
    margin-top: 2.6rem; }
  .text__basic--title-header {
    position: absolute;
    right: 105px;
    top: 20px;
    text-align: right;
    font-size: 24px;
    font-size: 1.71429rem; }
    @media only screen and (max-width: 980px) {
      .text__basic--title-header {
        display: none; } }
  .text__basic--last {
    margin-bottom: 3rem; }
.text__small, .text__small--button, .text__small--light, .text__small--no-margin {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 1rem; }
  .text__small--button {
    text-align: left;
    font-size: 13px;
    font-size: 0.92857rem;
    margin-bottom: 0;
    color: white; }
  .text__small--light {
    color: #828282; }
  .text__small--no-margin {
    margin-bottom: 0; }
