@charset "UTF-8";
/**************************************
 ********** Base Config ***************
 **************************************/
/*$iconfilesPath: "/fileadmin/layout/images_layout/iconfiles/";*/
/*$iconsetPath: "/fileadmin/layout/images_layout/iconset/";*/
/*ig-layout -> verticalelementabstand / 2 */
/* layout 2 */
/* layout 1 */
/* responsive breakpoint */
/* true boxen sind bündig mit text */
/* ig-hide-on-device-desktop */
/* ig-hide-on-device-desktop-tablet */
/* Abstand scales verwendet im init.scss */
/*************************************
 * Format: Prozent -> 0.5;
 * Titel Abstand -> von Standard Abstand ($base_verticalelementabstand)
 * Subtitle Abstand -> Standard Abstand x Title Abstand x Subtitle abstand
 * jeweils padding-bottom auf .csc-header-layout1
 * sowie padding-top auf .subtitle
 */
/* Bilder Abstände */
/* Basis Abstand Berechnungen Praezision */
/**************************************
 *********** 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 ***************
 **************************************/
/*********** Both Burger **************/
/* use responsive navigation on desktop too */
/**************************************
 ******* Navigation Desktop ***********
 **************************************/
/* border-color desktop */
/* desktop spacer | menupoint | */
/* Level 1 */
/* Level 2+ */
/* outer Burger */
/**************************************
 ***** Navigation Responsive **********
 **************************************/
/* calculates spacings with $seitenabstand * $spacingCalc */
/* border-color responsive */
/* Level 1 */
/* Level 2+ */
/************* rnEffect ***************/
/************* Burger ****************/
/* inner Burger */
/* color to transition to while closing the menu */
/* color to transition to while open the menu */
/* 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.scss
 * Offsets: rnMode/parts/offset.scss
 * Breadcrumbs: rnMode/parts/breadcrumbs.scss
 * Layer: rnMode/parts/layer.scss
 */
/* burger border + margin-right: - border px */
/************** Level 2+ **************/
/* font size scale */
/* prevent level 2+ with false */
/* calculated and floored */
/*
 *************************************
 * menulogic.scss
 * Logic of all Navigations
 *************************************
 */
/*************************************
 * horizontal
 * vertical
 * horizontalMultilevel (layer) -> wird in menumaindesktop.css definiert
 *
 * Standardwerte
 * Grössenangaben immer auf a und span setzten
 * wenn erstes level anders als unterliegende Level ist "nav ul ul a" und "nav ul
 * ul span" definieren
 */
nav a, nav li, nav span, nav ul {
  margin: 0;
  padding: 0;
  position: relative;
}
nav a, nav span {
  width: auto;
}
/*nav.horizontal > ul > li > ul > li ul {
  left: 100%;
}*/
nav a, nav div, nav li, nav span, nav ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
nav ul {
  list-style: none outside none;
  /* EDGE Hack - kann entfernt werden, wenn von Microsoft im EDGE gefixt */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
/* Touch/No-Touch Responsive Horizontal
nav.horizontal.onelevel .hasChild > span,
nav.horizontal.onelevel .currentSub > span,
nav.horizontal.onelevel .hasChild > ul > li.replacement,
nav.horizontal.onelevel .currentSub > ul > li.replacement {
  display: none;
}*/
/* Vertical */
nav.vertical a, nav.vertical li.currentSub > ul, nav.vertical span {
  display: block;
}
nav.vertical .hasChild > ul, nav.vertical li.replacement, nav.vertical span {
  display: none;
}
/* Horizontal */
nav.horizontal li {
  display: inline-block;
}
nav.horizontal a, nav.horizontal span {
  display: inline-block;
}
nav.horizontal > ul ul {
  display: none;
}
/* base color / hover color of any navigation */
nav li {
  /* level 2 */
}
nav li a, nav li span {
  color: #f60;
}
.templateHeader nav li.active > a, .templateHeader nav li.active > span, .templateHeader nav li:hover > a, .templateHeader nav li:hover > span {
  color: #666;
}
nav li.active:not(.activeSub) > ul > li.first.replacement > a {
  color: #666;
}
nav li li > a, nav li li > span {
  color: #f60;
}
.templateHeader nav li li.active > a, .templateHeader nav li li.active > span, .templateHeader nav li li:hover > a, .templateHeader nav li li:hover > span {
  color: #666;
}
.loginButton {
  color: #f60;
}
.no-touch .loginButton:hover {
  color: #666;
}
.menu_main > ul {
  z-index: 100;
  /* level 1 */
}
.menu_main > ul > li {
  /* level 1+ hover/active */
  /* level 2+
             * > bei allen a/span um level 2 nicht zu vererben
             */
}
.menu_main > ul > li.active a, .menu_main > ul > li.active span, .no-touch .menu_main > ul > li:hover a, .no-touch .menu_main > ul > li:hover span {
  text-decoration: none;
}
.menu_main > ul > li > ul > li {
  /* hier > ul > li fuer level 3+ */
}
.menu_main > ul > li > ul > li a, .menu_main > ul > li > ul > li span {
  text-decoration: none;
}
