<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *************************************
 * lang.less
 * Eigenschaften des Sprachenmenus
 *************************************
 * @author   : internetgalerie
 *************************************
 * Chanchelog
 * FS | 15.01.2016 | nichts mehr in menudesktop / responsive
 * FS | 04.01.2016 | Code Leichen entfernen &amp; kommentieren
 * MS | 12.11.2015 | Aufsplittung als eigenes Menu
 */
/**************************************
 ********** Base Config ***************
 **************************************/
/*ig-layout -&gt; verticalelementabstand / 2 */
/* layout 2 */
/* layout 1 */
/* responsive breakpoint */
/* Abstand scales verwendet im init.less */
/*************************************
 * Format: Prozent -&gt; 0.5;
 * Titel Abstand -&gt; von Standard Abstand (@base_verticalelementabstand)
 * Subtitle Abstand -&gt; Standard Abstand x Title Abstand x Subtitle abstand
 * jeweils padding-bottom auf .csc-header-layout1
 * sowie padding-top auf .subtitle
 */
/* Bilder AbstÃĪnde */
/**************************************
 *********** Formulare ****************
 **************************************/
/* sets padding of inputs and checkbox container */
/* sets height of inputs and labels */
/* sets bg color of inputs, label and checkbox container */
/* sets border-color of missed required input field */
/* sets the half of the space between the fields */
/* select is smaller than normal fields +- 2px */
/* sets the height of the textarea */
/* sets a different color for the submit */
/* bugfix textarea/video in chrome/opera/safari */
/* bugfix textarea firefox */
/**************************************
 *********** Navigation ***************
 **************************************/
/* Level 1 */
/* Level 2+ */
/************* rnEffect ***************/
/************* Burger ****************/
/* both */
/* normal Burger */
/* inner Burger */
/* set offset to move the burger to the middle of burgerholder */
/*************** Arrows ***************/
/* even Numbers work best */
/* color Overrides */
/*************** Layer ****************/
/*********** Breadcrumbs  *************/
/*************** Move *****************/
/************ Fix Header **************/
/********** Fixed Constant ************/
/* Used in:
 * Burger: rnMode/parts/burger.less
 * Offsets: rnMode/parts/offset.less
 * Breadcrumbs: rnMode/parts/breadcrumbs.less
 * Layer: rnMode/parts/layer.less
 */
/************** Level 2+ **************/
/* font size scale */
/* prevent level 2+ with false */
/* calculated and floored */
/*************************************
 * Zu brechnende AbstÃĪnde fÃžr responsive
 */
/*************************************
 * Menu Lang
 */
.menu_lang a,
.menu_lang span {
  padding: 0 7px 0 7px;
  width: 100%;
}
.menu_lang.opticalline {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 10px;
}
/* Trennlinie */
.menu_lang a:after,
.menu_lang span:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 6px;
  right: 0px;
  width: 1px;
  background-color: white;
}
.menu_lang li:last-child &gt; a:after,
.menu_lang li:last-child &gt; span:after {
  width: 0px;
  padding-right: 0px;
}
/*************************************
 * responsive Anpassungen Menu Lang
 */
@media screen and (max-width: 799px) {
  #menu_lang span,
  #menu_lang a {
    padding-bottom: 7px;
    line-height: normal;
  }
  #menu_lang &gt; ul {
    margin-bottom: 14px;
  }
  #menu_lang {
    width: 100%;
    padding-left: 0px;
  }
  .responsiveNavOverflow #menu_lang {
    width: 100%;
    text-align: center;
  }
  .menu_lang.opticalline {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  #menu_lang span,
  #menu_lang a {
    padding-bottom: 7px;
    line-height: normal;
  }
  #menu_lang &gt; ul {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 400px) {
  #menu_lang span,
  #menu_lang a {
    padding-bottom: 6px;
    line-height: normal;
  }
  #menu_lang &gt; ul {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 320px) {
  #menu_lang span,
  #menu_lang a {
    padding-bottom: 6px;
    line-height: normal;
  }
  #menu_lang &gt; ul {
    margin-bottom: 12px;
  }
}
</pre></body></html>