@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 */
/*
 *************************************
 * ig_news.scss
 * Eigenschaften zum ig_news
 *************************************
 */
/*************************************
 * Variablen
 */
/*************************************
 * Pagination
 */
.ignews_ignews .f3-widget-paginator {
  margin-top: 20px;
}
.ignews_ignews .f3-widget-paginator li {
  display: inline-block;
}
.ignews_ignews .f3-widget-paginator li:first-of-type {
  margin-left: 0;
}
/*************************************
 * News
 */
.ig-news-article {
  padding: 40px 0;
  border-bottom: 1px solid #CCC;
  background: #FFF;
}
.ig-news-article:first-of-type {
  border-top: 1px solid #CCC;
}
.ig-news-article .mobile-date {
  display: none;
  box-sizing: border-box;
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 20px;
  width: 10%;
}
.ig-news-article .mobile-date .day {
  font-weight: bold;
}
.ig-news-article .article-info {
  box-sizing: border-box;
}
.ig-news-article .article-info .info-row {
  display: block;
}
.ig-news-article .article-info .info-date, .ig-news-article .article-info .info-location, .ig-news-article .article-info .info-time {
  padding: 0 60px;
  margin-bottom: 13.3333333333px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left center;
}
.ig-news-article .article-info .info-date {
  background-image: url('/typo3cobf/ext/ig_layout/Resources/Public/Images/ig_news/datum.svg');
  background-size: 22px 23px;
  background-position: 1px center;
}
.ig-news-article .article-info .info-time {
  background-image: url('/typo3cobf/ext/ig_layout/Resources/Public/Images/ig_news/zeit.svg');
}
.ig-news-article .article-info .info-location {
  background-image: url('/typo3cobf/ext/ig_layout/Resources/Public/Images/ig_news/ort.svg');
  background-size: 18px 23px;
  background-position: 2px center;
}
.ig-news-article .article-content {
  box-sizing: border-box;
  padding: 0 40px;
  border-left: 1px solid #CCC;
}
.ig-news-article .article-content .article-image {
  box-sizing: border-box;
  padding-left: 40px;
  margin: 0 auto;
}
.ig-news-article .article-content .article-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 900px) {
  .ig-news-article {
    padding: 0;
    border-bottom: 1px solid #CCC;
  }
  .ig-news-article:first-of-type {
    border-top: 1px solid #CCC;
  }
  .ig-news-article > div {
    vertical-align: middle;
  }
  .ig-news-article .mobile-date {
    display: inline-block;
    position: relative;
  }
  .ig-news-article .mobile-date > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .ig-news-article .article-info {
    display: none;
  }
  .ig-news-article .article-content {
    width: 90%;
    box-sizing: border-box;
    padding: 0 20px;
    border-left: none;
  }
  .ig-news-article .article-content .article-text {
    display: none;
  }
  .ig-news-article .article-content .article-image {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ig-news-article .mobile-date {
    width: 15%;
  }
  .ig-news-article .article-content {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .ig-news-article .mobile-date {
    width: 20%;
  }
  .ig-news-article .article-content {
    width: 80%;
  }
}
