@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 */
@media all {
  .ym-column {
    width: 100%;
    table-layout: fixed;
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .ym-col1 {
    float: left;
    width: 20%;
  }
  .ym-col2 {
    float: right;
    width: 20%;
  }
  .ym-col3 {
    width: auto;
    margin: 0 20%;
  }
  .ym-cbox {
    padding: 0 10px;
  }
  .ym-cbox-left {
    padding: 0 10px 0 0;
  }
  .ym-cbox-right {
    padding: 0 0 0 10px;
  }
  .ym-ie-clearing {
    display: none;
  }
  .ym-grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style-type: none;
    table-layout: fixed;
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-justify-content: space-between;
  }
  .ym-grid.no-equalize.ig-child-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-align-items: flex-start;
  }
  .ym-grid.no-equalize.ig-child-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-align-items: flex-end;
  }
  .ym-grid.no-equalize.ig-child-middle {
    -webkit-align-items: center;
    align-items: center;
    -ms-align-items: center;
  }
  .ym-grid.block-left {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .ym-grid.block-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
  }
  .ym-grid.block-center {
    -webkit-justify-content: center;
    justify-content: center;
    -ms-justify-content: center;
  }
  .ym-gl {
    float: left;
    margin: 0;
  }
  .ym-gr {
    float: right;
    margin: 0 0 0 -5px;
  }
  .ym-g10 {
    width: 10%;
  }
  .ym-g20 {
    width: 20%;
  }
  .ym-g25 {
    width: 25%;
  }
  .ym-g30 {
    width: 30%;
  }
  .ym-g33 {
    width: 33.333%;
  }
  .ym-g38 {
    width: 38.2%;
  }
  .ym-g40 {
    width: 40%;
  }
  .ym-g50 {
    width: 50%;
  }
  .ym-g60 {
    width: 60%;
  }
  .ym-g62 {
    width: 61.8%;
  }
  .ym-g66 {
    width: 66.666%;
  }
  .ym-g70 {
    width: 70%;
  }
  .ym-g75 {
    width: 75%;
  }
  .ym-g80 {
    width: 80%;
  }
  .ym-g90 {
    width: 90%;
  }
  .ym-g100 {
    width: 100%;
  }
  .ym-equalize {
    overflow: hidden;
  }
  .ym-equalize > [class*=ym-g] {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: top;
  }
  .ym-equalize > [class*=ym-g] > [class*=ym-gbox] {
    padding-bottom: 10000px;
    margin-bottom: -10000px;
  }
  .ig-equalize-h > div {
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .ig-equalize-h > div > div {
    flex-grow: 1;
  }
  .ce-gallery .ce-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .flex {
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .flex-break {
    -ms-flex: 0 0 100%;
    flex-basis: 100%;
    height: 0;
  }
  .flex-10 {
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
  }
  .flex-20 {
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
  }
  .flex-25 {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }
  .flex-30 {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  .flex-33 {
    -ms-flex: 1 0 33.333%;
    flex: 1 0 33.333%;
  }
  .flex-38 {
    -ms-flex: 1 0 38.2%;
    flex: 1 0 38.2%;
  }
  .flex-40 {
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
  .flex-50 {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .flex-60 {
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }
  .flex-62 {
    -ms-flex: 1 0 61.8%;
    flex: 1 0 61.8%;
  }
  .flex-66 {
    -ms-flex: 1 0 66.666%;
    flex: 1 0 66.666%;
  }
  .flex-70 {
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
  }
  .flex-75 {
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
  }
  .flex-80 {
    -ms-flex: 1 0 80%;
    flex: 1 0 80%;
  }
  .flex-100 {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .flex-start {
    justify-content: flex-start;
  }
  .flex-center {
    justify-content: center;
  }
  .flex-end {
    justify-content: flex-end;
  }
}
@media print {
  .ym-grid > .ym-gl, .ym-grid > .ym-gr {
    display: table;
    overflow: visible;
    table-layout: fixed;
  }
}
/*
 Gridelemente: Gestatltung fuer mobile Ansicht
*/
@media screen and (max-width: 799px) {
  .ym-grid.mobile-column-reverse {
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
    display: table;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: stretch;
  }
}
