@charset "UTF-8";
/*
Standard Breakpoints Bootstrap
blau lefeld: R:0 G:173 B:198 = #00ADC6

*/
/*

*/
/* Schriftarten und Gr├Âssen */
/* Headings */
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i");
h1, h2, h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700; }

h1 {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 3rem; }

h2, h1.h2, .ci-maintext h1:first-child {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2rem;
  text-align: left;
  text-transform: uppercase; }

h3 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase; }

h4 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.2;
  text-transform: none; }

.text h2,
.text h3,
.text h4 {
  margin-top: 0; }

/* =====  1 Global Rules & Definitions  ===================================== */
/* -----  1.1 Font Definitions  --------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?x3vvg9");
  src: url("../fonts/icomoon.eot?x3vvg9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?x3vvg9") format("truetype"), url("../fonts/icomoon.woff?x3vvg9") format("woff"), url("../fonts/icomoon.svg?x3vvg9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-email:before {
  content: "\f1fa"; }

.icon-phone1:before {
  content: "\f095"; }

.icon-menu:before {
  content: "\f0c9"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-caret-up:before {
  content: "\f0d8"; }

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/montserrat-700.woff) format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/montserrat-400.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
/* Vesper Libre */
@font-face {
  font-family: 'Vesper Libre';
  src: url(../fonts/vesperlibre-400.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Vesper Libre';
  src: url(../fonts/vesperlibre-500.woff) format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Vesper Libre';
  src: url(../fonts/vesperlibre-700.woff) format("woff");
  font-weight: 700;
  font-style: normal; }
/* =====  1 Global Rules & Definitions  ===================================== */
/* -----  1.2 Reset & Normalization  ---------------------------------------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none; }

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block; }

::-moz-selection {
  background: #71efac;
  color: #261e66; }

::selection {
  background: #71efac;
  color: #261e66; }

/* =====  1 Global Rules & Definitions  ===================================== */
/* -----  1.3 General Typography  ------------------------------------------- */
h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, pre {
  /* Reset font-sizes and normalize margins */
  margin: 0 0 0.5rem; }

/* Links */
a {
  color: inherit;
  text-decoration: none; }

a:hover, a:focus, a:active {
  color: #000000; }

/* Misc */
hr {
  font-size: 1.25rem;
  font-weight: 500;
  height: 1.5rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  color: #cc0000; }

hr::before {
  content: "";
  position: relative;
  display: block;
  background: currentColor;
  height: 2px;
  top: calc(50% + 1px); }

hr::after {
  content: "├ù ├ù ├ù";
  content: "";
  background: #fffff8;
  position: relative;
  padding: 0 .25rem;
  top: -.25rem; }

h1 + hr,
.intro + hr {
  /* Shift a <hr> right after an `.intro`
     or <h1> block one line up. */
  margin-top: -1.5rem; }

i, em {
  /* Vesper Libre does not have Italics,
     so we use a the *medium* weight instead */
  font-weight: 500;
  font-style: italic; }

b, strong {
  font-weight: 700; }

mark {
  padding: .1em .05em;
  margin: -.1em 0;
  color: #261e66;
  background: #eafded; }

/* =====  1 Global Rules & Definitions  ===================================== */
/* -----  1.4 Images & Figures  --------------------------------------------- */
img {
  border-style: none;
  width: 100%;
  height: auto; }

figcaption {
  font-size: .75rem;
  line-height: 1.5rem; }

.ci-contentbg-container {
  max-width: 1600px; }

.ci-contentbg {
  display: block;
  width: 100%;
  height: 670px;
  height: 450px;
  background-size: cover;
  position: absolute; }

.ci-contentbg-xl {
  max-width: 1600px; }

.ci-contentbg-md {
  display: none; }

.ci-contentbg-xs {
  display: none; }

@media (max-width: 991px) {
  .ci-contentbg-xl {
    display: none; }

  .ci-contentbg-md {
    display: block;
    position: absolute;
    height: 336px;
    width: 100%;
    background-position: -50%; }

  .ci-contentbg-xs {
    display: none; } }
@media (max-width: 767px) {
  .ci-contentbg-xl {
    display: none; }

  .ci-contentbg-md {
    display: none; }

  .ci-contentbg-xs {
    display: block;
    position: absolute;
    /*height: 19em;*/
    max-width: 100%;
    min-height: 150px;
    max-height: 257px;
    background-position: 78% 0; } }
/* =====  2 Layout Helpers & Reusable Components  =========================== */
/* The ClearfixÔäó: A classic ÔÇª */
.cf::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

.ci-hidden {
  display: none; }

.ci-d-none {
  display: none; }

ci-d-block {
  display: block; }

@media screen and (min-width: 576px) {
  .ci-d-sm-block {
    display: block; } }

@media screen and (min-width: 768px) {
  .ci-d-md-block {
    display: block; } }

@media screen and (min-width: 992px) {
  .ci-d-lg-block {
    display: block; } }

@media screen and (min-width: 1200px) {
  .ci-d-xl-block {
    display: block; } }

/*ab */
@media screen and (min-width: 576px) {
  .ci-hidden-sm {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .ci-hidden-md {
    display: none !important; } }

.ci-hidden-until-md {
  display: none; }
  @media screen and (min-width: 768px) {
    .ci-hidden-until-md {
      display: block; } }

/* -----  2.1 Kirbytext  ---------------------------------------------------- */
.intro {
  text-align: center;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 3rem; }

h1 + .intro {
  margin-top: -2.25rem; }

.text ul, .text ol {
  margin-left: 1.5em; }

.text hr {
  /* We use a more muted style for horizontal rules within
     the main content. */
  color: #a8a5be; }

.text ul {
  list-style: none; }

.text ul > li::before {
  content: "-";
  display: inline-block;
  position: relative;
  width: 1.25em;
  margin-right: -1.25em;
  left: -1.25em;
  padding-left: .25em; }

.text ol > li {
  list-style: decimal; }

.text pre, .text code {
  background-color: #eafded;
  font-family: Courier, monospace;
  font-size: .75rem; }

.text code {
  margin: -.25em 0;
  padding: .25em .15em;
  position: relative;
  bottom: .05em; }

.text pre > code {
  display: block;
  margin: 0;
  padding: .8em;
  position: static;
  bottom: auto;
  overflow-x: auto; }

/* Enables smoother scrolling for code sections on
       mobile (i.e. touch) devices. 
@supports (-webkit-overflow-scrolling: touch) {
  .text pre > code {
    
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}*/
.text kbd {
  padding: 3px 7px;
  margin: -3px 2px;
  font-size: 75%;
  line-height: 1;
  background: #e9e9e9;
  border-radius: 4px;
  box-shadow: 0 2px 0 #c9c7d4;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
  bottom: 2px; }

.text blockquote {
  font-family: Helvetica, Arial, sans-serif;
  border-left: 2px solid #a8a5be;
  padding: .75rem;
  background: #fffffd; }

.text blockquote :last-child {
  margin-bottom: 0; }

div.text h2 {
  position: relative;
  z-index: 2;
  padding: 30px 3px 3px 3px; }

div.text h3 {
  position: relative;
  z-index: 2;
  padding: 30px 3px 3px 20px;
  font-size: .9rem; }

div.text p {
  font-size: 12pt;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1; }

._fullwidth .text {
  background-color: #ffffff; }

.text p,
.text ul,
.text ol {
  font-size: 8pt;
  line-height: 1.6; }

.text a {
  /*color: #a9c466;
  border-bottom: 0;
  display: inline-block;
  background-color: #a9c466;
  color: #ffffff;
  padding: 0 5px;*/ 
  }

.text a:hover {
  text-decoration: underline; }

.text a:before {
  content: ""; }

/* =====  2 Layout Helpers & Reusable Components  =========================== */
/* -----  2.3 Grid & Layout  ------------------------------------------------ */
.grid {
  font-size: 0; }

.grid.gutter-1 {
  /* We donÔÇÖt use the shorthand attribute `margin: ÔÇª` here
     to make vertical margin easily overridable by other
     styles with a lower specifity. */
  margin-left: -.375rem;
  margin-right: -.375rem; }

.grid.gutter-1 .column {
  padding-left: .375rem;
  padding-right: .375rem; }

.column {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  vertical-align: top; }

.wrap {
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: .75rem;
  padding-right: .75rem;
  max-width: 36rem; }

/*TODO*/
.wrap.wide {
  max-width: 62rem; }

@media all and (min-width: 768px) {
  .wrap:not(.wide) {
    padding: 14px 1.5rem 1.5rem 1.5rem; }

  .wrap.wide {
    padding: 14px 1.5rem 1.5rem 1.5rem; } }
@media all and (min-width: 992px) {
  .wrap {
    padding-left: 3rem;
    padding-right: 3rem; }

  .wrap.wide {
    padding: 14px 1.5rem 1.5rem 1.5rem; } }
/* =====  3 Site Layout  ==================================================== */
html {
  background: #ffffff;
  color: #666666;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1em;
  font-variant: normal;
  /*font-weight: 400;
  font-variant: normal;*/
  /* Always show the vertical scrollbar to prevent `jumps`
     of page content after navigating from a very short page
     that does not scroll to a long pager */
  overflow-y: scroll;
  /* Setting this to `default` prevents the cursors from
     changing when hovering blocks of text or whitespace,
     which is less distracting */
  cursor: default;
  /* Neccessary for sticks footer. */
  position: relative;
  min-height: 100%;
  /* Prevent adjustments of font size after orientation
     changes in IE and iOS. */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* Highlight color for WebKit-bases touch devices. */
  -webkit-tap-highlight-color: rgba(113, 239, 172, 0.5); }

@media all and (max-width: 30em) {
  html {
    /* We decrease the font-size a little-bit for tiny
       screens. Because this stylesheet uses relative units
       everywhere, everything scales nicely. */
    font-size: 1.25em; } }
body {
  /* space for sticky footer */
  margin: 0 auto 3.5rem;
  background-color: #000000;
  max-width: 1600px; }

/* ----- 3.1  Header  ------------------------------------------------------- */
#logo {
  /*max-width: 62rem;*/
  height: 400px;
  width: auto;
  text-align: left;
  position: relative;
  top: 10px;
  padding: 0 !important; 
  }/*
  #logo img.ci-logo-large {
    width: 360px;
    height: 150px;
    display: none;
    position: relative;
    left: -30px; }
    @media all and (min-width: 768px) {
      #logo img.ci-logo-large {
        display: block; } }
  #logo img.ci-logo-small {
    width: 220px;
    height: 150px;
    display: block;
    position: relative;
    left: -20px; }
    @media all and (min-width: 768px) {
      #logo img.ci-logo-small {
        display: none; } }*/

#logo a {
  border: 0; }

.header {
  padding-top: 1.5rem; }

@media all and (min-width: 56em) {
  .header {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    max-width: 1600px !important; }

  .branding,
  .navigation {
    vertical-align: baseline;
    /*width: 50%;*/ } }
.header {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .header .wrap.wide {
    padding-top: 0;
    padding-bottom: 0; }

.ci-menu-mobile {
  position: absolute;
  top: 20px;
  right: 20px; }
  .ci-menu-mobile div {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0; }

/* -----  3.2 Menu  --------------------------------------------------------- */
nav.navigation {
  width: 100%;
  background-color: transparent;
  text-align: right;
  height: 14px; }

.navigation_after {
  display: block;
  height: 14px;
  background-color: transparent; }

nav.navigation li.menu-item {
  position: relative; }

nav ul {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 600; }
  nav ul li {
    display: inline-block; }
  nav ul li:not(:last-child)::after {
    content: " ";
    display: inline-block;
    font-size: .75em;
    padding: 0 .6em;
    margin: 0 2px; }
  nav ul li a {
    border-bottom: 0;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    padding: 0 6px;
    font-weight: 700;
    text-transform: uppercase; }
  nav ul li.is-active a {
    position: relative;
    top: 0;
    color: #a9c466;
    background-color: #ffffff; }

@media screen and (max-width: 767px) {
  nav ul.menu {
    top: -12px;
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: -120%;
    z-index: 3;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-bottom: 50px solid #000000;
    border-top: 10px solid #000000; }

  nav ul li {
    display: block !important;
    text-align: left;
    padding: 0em 0.5em;
    border-bottom: 1px solid #000000; }

  nav ul li a {
    color: #666;
    padding: 1.6em 0 2.3em;
    width: 90%; }

  nav ul.menu li a:hover {
    border-bottom: 0; }

  /*Hamburger-Icon*/
  nav a#nav-m,
  nav a.close {
    top: -150px;
    position: relative;
    right: 35px; }

  nav a.close {
    color: #a9c466; }

  nav a#nav-m span,
  nav a.close span {
    width: 40px;
    height: auto;
    font-size: 40px; }

  nav > .close,
  nav a#nav-m:target {
    display: none; }

  nav a:target ~ ul,
  nav a:target ~ .close {
    display: inline-block; }

  nav a:target ~ .close {
    position: absolute;
    margin-left: -40px; }

  nav a:target ~ ul {
    left: 0; } }
@media screen and (min-width: 768px) {
  nav a#nav-m,
  nav a.close {
    display: none; }

  nav ul.menu {
    max-height: 20px; }

  nav ul li {
    margin: 0 30px 0 0; } }
/* -----  3.3 Sticky Footer  ------------------------------------------------ */
.ci-footer-wrap {
  padding: 0 !important;
  margin: 0;
  max-width: 100% !important; }

.footer p {
  margin-bottom: 0; }

.footer a {
  border-bottom: 0; }

.ci-footer {
  width: 100%;
  max-width: 1600px;
  padding: 0.5rem 1.5rem 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  position: fixed;
  bottom: 0;
  background-color: #000000;
  z-index: 2; }
  .ci-footer .ci-footer-wrap {
    max-width: 1600px !important; }
  .ci-footer .ci-footer-nav {
    text-align: right;
    width: 50%;
    float: right; }
    .ci-footer .ci-footer-nav a {
      border-bottom: 0;
      line-height: 14px;
      height: 14px;
      display: inline-block;
      padding: 0 6px;
      font-weight: 700;
      text-transform: uppercase; }
  .ci-footer .ci-footer-contact {
    color: #ffffff;
    padding-right: 0;
    position: relative;
    text-align: center;
    width: 100%; }
    .ci-footer .ci-footer-contact .ci-elem {
      display: block; }
    .ci-footer .ci-footer-contact .ci-elem:first-child {
      margin-bottom: 6px; }
    .ci-footer .ci-footer-contact span {
      display: inline-block;
      padding: 0 4px 0 0;
      position: relative;
      top: 1px; }
    .ci-footer .ci-footer-contact span:not(:last-child)::after {
      /*content: "|";*/
      padding: 0 0 0 4px; }
    .ci-footer .ci-footer-contact a:hover, .ci-footer .ci-footer-contact a:focus, .ci-footer .ci-footer-contact a:active {
      color: #ffffff; }

@media screen and (min-width: 768px) {
  .ci-footer {
    position: absolute;
    bottom: 0;
    padding: 0.5rem 1.5rem 1.5rem;
    background-color: #ffffff; }
    .ci-footer .ci-footer-contact {
      width: 50%;
      text-align: left;
      color: #000000; }
      .ci-footer .ci-footer-contact .ci-elem {
        display: inline;
        padding-right: 20px; } }
/* -----  3.4 Main Content  ------------------------------------------------- */
.main {
  padding-top: 0rem;
  padding-bottom: 1.1rem;
  padding-bottom: 15px; }

.ci-wide-content {
  position: relative;
  background-color: transparent;
  max-width: 1000px !important;
  margin: 0 auto 45px;
  box-sizing: content-box; }

.ci-maintext {
  background-color: #ccffff;
  padding: 50px 20px 30px;
  margin-left_: 30px;
  position: relative; 
}
  @media (min-width: 992px) {
    .ci-maintext {
      width: 100%;
      min-height: 390px;
      top: 30px;
      margin-left_: 30px;
      opacity: 0.9; } }
  @media (max-width: 991px) {
    .ci-maintext {
      width: 100%;
      min-height: 340px;
      top: 30px;
      margin-left_: 30px;
      opacity: 0.9; } }
  @media (max-width: 767px) {
    .ci-maintext {
      max-width: 100%;
      top: 40px;
      margin-left_: 30px;
      position: relative;
      opacity: 0.9; } }

@media (min-width: 576px) {
  ._default .wide .col50l, ._default .wide .col50r {
    width: 39%;
    float: left; }

  ._default .wide .col50l {
    padding-right: 5%; }

  ._default .wide .col50r {
    padding-left: 5%; } }
@media (max-width: 575px) {
  ._default .wide .col50l,
  ._default .wide .col50r {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0; } }
.main._fullwidth {
  background-color: #a9c466;
  background-color: #F1F9D2; 
  background-color: #e3e3e3;
  }

.main._fullwidth .wrap.wide {
  /*background-color: $ci-white; */ }

div.ci-languages {
  position: absolute;
  top: 10px;
  right: 20px; }
  div.ci-languages .icon-globe {
    width: 20px;
    height: auto;
    font-size: 18px;
    position: relative;
    top: 3px;
    left: -6px; }
  div.ci-languages nav {
    display: inline-block; }
  div.ci-languages ul {
    margin: 0 0 0 10px; }
  div.ci-languages nav ul li {
    margin: 0 0 0 0;
    display: inline-block; }
  div.ci-languages nav ul li.active {
    color: #a9c466; }
  div.ci-languages nav ul li:not(:last-child)::after {
    padding: 0; }
  div.ci-languages a {
    padding: 0;
    margin: 0; }

@media (min-width: 768px) {
  .menu.submenu {
    color: #000000;
    position: absolute;
    bottom: 26px;
    left: 0;
    z-index: 2;
    width: 120%; }

  .menu li.is-active .submenu span {
    left: 7%;
    position: absolute;
    bottom: -8px;
    color: #000000; }

  .menu li.is-active .submenu .is-active span {
    color: #a9c466; } }
@media (min-width: 768px) {
  .menu.submenu nav ul {
    background-color: #a9c466;
    background-color: #ffffff;
    opacity: 0.75;
    text-align: left;
    margin: 4px 0 4px 0;
    padding: 0 0 4px 0; }
    .menu.submenu nav ul li {
      padding: 0;
      margin: 4px 0 0 0;
      background-color: transparent; }
    .menu.submenu nav ul a {
      background-color: transparent;
      color: #000000;
      line-height: 18px; }
    .menu.submenu nav ul a.is-active {
      background-color: transparent;
      color: #ffffff;
      color: #a9c466; } }
@media screen and (max-width: 767px) {
  .menu.submenu::after {
    height: 0;
    padding: 0;
    margin: 0; }

  .menu.submenu nav {
    padding: 0em 0em 0 20px; }

  .menu.submenu nav ul li {
    padding: 0em 0em;
    border-bottom: 0; }

  nav.navigation ul.menu li.menu-item:not(:last-child)::after {
    padding: 0;
    margin: 0;
    content: "" !important; }

  .menu.submenu nav ul li a {
    height: 30px;
    padding: 6px 0;
    width: 90%;
    color: #000000; }

  .menu.submenu nav ul li a.is-active {
    color: #a9c466; } }
/* Mobiles Menu*/
li.menu-item-language span {
  margin-right: 20px; }
li.menu-item-language a {
  width: 30px; }
li.menu-item-language a.active {
  color: #a9c466; }

.ci-debug {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  background-color: #cc0000;
  color: #fff;
  font-size: 11px;
  z-index: 3;
  display: none; }

.ci-columns {
  margin-right: -2rem; }

.ci-column {
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem; }

.ci-columns-1 .ci-column {
  width: 100%; }

.ci-columns-2 .ci-column {
  width: 50%; }

.ci-columns-3 .ci-column {
  width: 33.33%; }

.ci-columns-4 .ci-column {
  width: 25%; }

.ci-columns-5 .ci-column {
  width: 20%; }

.main.ci-karriere .text ul {
  font-size: 10pt; }
.main.ci-karriere h2 {
  /*font-size: 1.3rem; 
  line-height: 2.3rem; */
  color: #FF9900; }
.main.ci-karriere h2#karriere-h2-grey {
  color: #666 !important; }
.main.ci-karriere hr.karriere-hr {
  height: 1px;
  border-top: 1px solid #a9c466;
  margin-top: 2rem;
  margin-bottom: 1rem; }
.main.ci-karriere hr.karriere-hr::after,
.main.ci-karriere hr.karriere-hr::before {
  display: none; }

.main.ci-sortiment {
  /*menü im contentbereich*/ }
  .main.ci-sortiment a.ci-pagemenu {
    text-align: right;
    display: inline-block;
    margin-bottom: 5px;
    height: 21px; }
  .main.ci-sortiment hr {
    background-color: #a9c466;
    height: 1px; }
  .main.ci-sortiment hr::before, .main.ci-sortiment hr::after {
    display: none; }
  .main.ci-sortiment a.ci-scroll-top {
    position: absolute;
    right: 0;
    top: -46px; }
  .main.ci-sortiment a.ci-scroll-top:hover {
    text-decoration: none; }
  .main.ci-sortiment .ci-columns .ci-column a {
    text-transform: uppercase;
    min-width: 139px; }
  .main.ci-sortiment .ci-column:nth-child(1) {
    padding-left: 0px;
    padding-top: 30px;
    background-color: #ffffff;
    text-align: center;
    width: 25%; }
  .main.ci-sortiment .ci-column:nth-child(2) {
    padding-top: 30px;
    width: 75%; }
  .main.ci-sortiment .ci-inline-image_not {
    width: 100%;
    background-color: #ededed;
    position: relative;
    left: 160px;
    text-align: left;
    overflow: hidden;
    height: 30px;
    /* reservierter platz im content */ }
    .main.ci-sortiment .ci-inline-image_not img {
      height: 30px;
      width: 70%;
      opacity: 0.8; }
  .main.ci-sortiment .ci-inline-image {
    width: 120px;
    background-color: #cc0000;
    float: left;
    left: 0px;
    text-align: left;
    overflow: visible;
    display: inline-block;
    height: 1px;
    /* reservierter platz im content */ }
    .main.ci-sortiment .ci-inline-image img {
      height: 80px;
      width: 120px;
      opacity: 1;
      margin-top: 10px;
      -moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      -ms-filter: "FlipH";
      filter: FlipH; }
  .main.ci-sortiment .ci-inline-image ~ h2 {
    clear: left; }
  .main.ci-sortiment .ci-inline-image ~ h2,
  .main.ci-sortiment .ci-inline-image ~ h3,
  .main.ci-sortiment .ci-inline-image ~ p {
    padding-left: 150px; }

/*# sourceMappingURL=default.css.map */
