@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
 */
/************** Level 2+ **************/
/* font size scale */
/* prevent level 2+ with false */
/* calculated and floored */
/*
 *************************************
 * headerplaceholder.scss
 * Eigenschaften des headerplaceholders und den Social Icons
 *************************************
 */
/*************************************
 * headerPlaceholder
 */
.headerPlaceholder {
  display: inline-block;
  vertical-align: middle;
}
.headerPlaceholder > div {
  padding-bottom: 0;
}
.headerPlaceholder img {
  padding: 3px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.headerPlaceholder img:hover {
  opacity: 1;
}
/*************************************
 * responsive Anpassungen headerPlaceholder
 */
@media screen and (max-width: 799px) {
  .headerPlaceholder img {
    margin-bottom: 7px;
  }
  .headerPlaceholder {
    margin-bottom: 14px;
  }
  .headerPlaceholder {
    float: left;
  }
  .headerPlaceholder > div {
    padding-left: 0;
    padding-right: 0;
  }
  .headerPlaceholder img {
    background-color: #ff6600;
  }
  .headerPlaceholder .imageperrow-1, .headerPlaceholder .imageperrow-2, .headerPlaceholder .imageperrow-3, .headerPlaceholder .imageperrow-4, .headerPlaceholder .imageperrow-5, .headerPlaceholder .imageperrow-6, .headerPlaceholder .imageperrow-8 {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .headerPlaceholder img {
    margin-bottom: 7px;
  }
  .headerPlaceholder {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 480px) {
  .headerPlaceholder img {
    margin-bottom: 6px;
  }
  .headerPlaceholder {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 320px) {
  .headerPlaceholder img {
    margin-bottom: 6px;
  }
  .headerPlaceholder {
    margin-bottom: 12px;
  }
}
