@charset "UTF-8";
/*** Essential ***/
/*** Die Hauptfarben basieren auf den Variablen aus 'lib' ***/
/*** Um also den Verlauf, bzw. die Farben der Panels in der mobilen Ansicht, zu ändern, muss $base geändert werden ***/
/*******************/
/*** Fine Tuning ***/
/* Textfarbe der Überschrift in der mobilen Form */
/*******************/
.acc-container {
  margin: 0 auto 25px;
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -moz-flexbox;
  display: flex;
  overflow: hidden; }

.side-nav-container {
  margin: 5px 5px 5px 0;
  min-width: 245px;
  background-color: white;
  padding: 20px 0px 20px;
  border-radius: 25px;
  text-align: right; }
  .side-nav-container .headline-side {
    width: 100%;
    position: relative;
    cursor: pointer;
    max-width: 220px;
    display: block;
    border-left: 1px solid #dedede;
    padding: 10px 0px 10px 20px;
    color: #222;
    font-size: 20px;
    margin-right: 0;
    font-weight: 500; }
    .side-nav-container .headline-side:hover {
      color: #ffa10d; }
    .side-nav-container .headline-side.active {
      color: #F29400;
      border-left: 2px solid #ffa10d; }

.content-container-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: -moz-flexbox;
  display: flex;
  flex: 10; }

.content-wrap {
  background: lightgrey;
  /* fallback */
  background: -webkit-linear-gradient(2deg, #fffaf2 6%, white 6%, white 7%, #fffaf2 7%, #ffe6bf 94%, #ffeed3 94%, #ffeed3 95%, #ffe6bf 95%);
  background: linear-gradient(2deg, white 6%, white 6%, white 7%, white 7%, #ffe6bf 94%, #ffeed3 94%, #ffeed3 95%, #ffe6bf 95%);
  border-radius: 25px;
  margin: 5px 3px;
  flex: 10;
  display: none;
  position: relative;
  -webkit-box-shadow: 3px 3px 2px lightgrey;
  -o-box-shadow: 3px 3px 2px lightgrey;
  -ms-box-shadow: 3px 3px 2px lightgrey;
  -moz-box-shadow: 3px 3px 2px lightgrey;
  box-shadow: 3px 3px 2px lightgrey; }
  .content-wrap:after {
    content: '';
    position: absolute;
    opacity: .07;
    border-radius: 25px;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    z-index: 0; }

body:after {
  content: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/workingglass.jpg?5c9dbccd6fa71d2c1d23e3565347e6d8") url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/sunglass.jpg?4ad878ce5737790397003084971d6aef") url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/octaglass.jpg?5f9305c4892e277fad0c879ccdc8e790") url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/sportglass.jpg?8842ad76b7f41f60b5626e5a21de532e") url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/childglass.jpg?71613111ab74105b01b30681b2cf0357") url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/carglass.jpg?f32e843049fd59ff4bf53323663175cb") url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/roundglass.jpg?dd8acc93f60131f3a298041491127a99");
  display: none; }

.content-wrap:nth-of-type(2)::after {
  background: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/workingglass.jpg?5c9dbccd6fa71d2c1d23e3565347e6d8") 0% 15% no-repeat; }
.content-wrap:nth-of-type(4)::after {
  background: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/sunglass.jpg?4ad878ce5737790397003084971d6aef") no-repeat 54% 49%; }
.content-wrap:nth-of-type(6)::after {
  background: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/octaglass.jpg?5f9305c4892e277fad0c879ccdc8e790") 25% 60% no-repeat;
  background-size: 130%;
  opacity: .12; }
.content-wrap:nth-of-type(8)::after {
  background: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/sportglass.jpg?8842ad76b7f41f60b5626e5a21de532e") -36% 48% no-repeat;
  background-size: cover;
  opacity: .04; }
.content-wrap:nth-of-type(10)::after {
  background: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/childglass.jpg?71613111ab74105b01b30681b2cf0357") 25% 60% no-repeat; }
.content-wrap:nth-of-type(12)::after {
  background: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/carglass.jpg?f32e843049fd59ff4bf53323663175cb") 25% 60% no-repeat;
  background-size: cover; }
.content-wrap:nth-of-type(14)::after {
  background: url("/sites/5ecd2bf9dc29a0414ca36236/theme/images/optik/roundglass.jpg?dd8acc93f60131f3a298041491127a99") 25% 60% no-repeat;
  background-size: cover;
  opacity: .12; }

.headline-tab {
  display: none; }

.content-acc {
  width: 100%;
  padding: 30px 40px; }
  .content-acc p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0; }

@media only screen and (max-width: 900px) {
  .acc-container {
    display: block; }

  .content-container-acc {
    width: 100%;
    display: block; }

  .side-nav-container {
    display: none; }

  .headline-tab {
    display: block;
    background-color: #F29400;
    -webkit-box-shadow: 0 1px 1px grey;
    -o-box-shadow: 0 1px 1px grey;
    -ms-box-shadow: 0 1px 1px grey;
    -moz-box-shadow: 0 1px 1px grey;
    box-shadow: 0 1px 1px grey;
    border-bottom: 1px solid #c47800;
    margin: 0 0 6px 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    width: 100%;
    cursor: pointer;
    float: left;
    line-height: 100%;
    font-size: 20px;
    padding: 10px 10px;
    font-weight: 500; }

  [ref]:nth-of-type(4n-1) {
    background: linear-gradient(130deg, #ffb745, #ffce82);
    filter: saturate(5%); }

  .content-acc {
    margin-bottom: 10px;
    border-left: none;
    padding: 20px 30px; }

  .content-wrap {
    float: left;
    width: calc(100% - 3px);
    background: #f7f7f7;
    border-radius: 5px;
    margin: 0 0 7px 0;
    -webkit-box-shadow: 3px 3px 1px lightgrey;
    -o-box-shadow: 3px 3px 1px lightgrey;
    -ms-box-shadow: 3px 3px 1px lightgrey;
    -moz-box-shadow: 3px 3px 1px lightgrey;
    box-shadow: 3px 3px 1px lightgrey; }
    .content-wrap::after {
      display: none; } }
