/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 09.03.2021, 15:01:53
    Author     : RoeschS
*/

.screen-size::before {
  content: '480';
}


/* ----- Top-Banner ----- */
.top-banner-container.big .top-banner-description .title {
  font-size: 58px;
  line-height: 46px;
}
.top-banner-container.big .top-banner-description .text {
  padding: 20px 0 0 0;
}
.top-banner-container.big .top-banner-description .text span {
  padding: 4px 8px;
  font-size: 18px;
}
/* ----- Top-Banner ----- */


/* ----- Module Image/Text ----- */
.mod-imgtxt-item .mod-imgtxt-description .title {
  font-size: 24px;
  line-height: 26px;
}
/* ----- Module Image/Text ----- */


/* ----- Spenden Counter ----- */
.counter-number, .counter-euro {
  font-size: 42px;
}
.counter-number {
  width: 270px;
}
/* ----- Spenden Counter ----- */


/* ----- Bauern Regionalität ----- */
.bauern-liste .bauer-item {
  flex-basis: 50%;
}
/* ----- Bauern Regionalität ----- */


/* ----- Newsletter Registration ----- */
.nl-reg-select-tile::before {
  padding-top: 40%;
}
/* ----- Newsletter Registration ----- */


/* ----- Tiles Image Text ----- */
.tiles-item {
  flex-basis: 50%;
}
/* ----- Tiles Image Text ----- */


/* ----- Headlines ----- */
h1.headline__major {
  font-size: 36px;
}
h2.headline__major, .text_block_squeezed h2 {
  font-size: 28px;
}
h3:not(.ui-accordion-header):not(.teaser-full-image-textbox__headline):not(.headline__smallest), h3.headline__major {
  font-size: 24px;
}
/* ----- Headlines ----- */


/* ----- Slidein ----- */
.slidein-container {
  position: absolute;
  right: -20px;
  display: flex;
  flex-direction: row-reverse;
}
.slidein-trigger {
  width: 50px;
  height: 300px;
  cursor: pointer;
  position: relative;
  box-shadow: -5px 0px 15px #d0d0d0;
}
.slidein-trigger:hover .slidein-trigger-light {
  opacity: 1;
  transition: opacity 0.3s;
}
.slidein-trigger-light {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff50;
  opacity: 0;
  transition: opacity 0.3s;
}
.slidein-trigger-title {
  position: absolute;
  transform-origin: top left;
  left:0;
  top:50%;
  transform: rotate(-90deg) translateX(-50%);
  width: 280px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.slidein-trigger-icon {
  padding: 0 10px 0 0;
  display: flex;
  font-size: 28px;
}
.slidein-content {
  background-color: #dddddd;
  overflow: hidden;
  display: none;
  box-shadow: -5px 0px 15px #d0d0d0;
}
.slidein-content-frame {
  width: 100%;
  height: 100%;
}
.slidein-content-frame iframe {
  width: 100%;
  height: 100%;
}
/* ----- Slidein ----- */


/* ----- Vereinsspende Gewinnspiel Teaser ----- */
.vsgst-teaser-item {
  flex-direction: row;
}
/* ----- Vereinsspende Gewinnspiel Teaser ----- */


/* ----- NW23 Header Slider Full Width ----- */
.nw23-header-slider-fw {
  padding: 0 20px;
}
.nw23-hsfw-item-preheader {
  font-size: 16px;
}
.nw23-hsfw-item-header {
  font-size: 48px;
  line-height: 48px;
}
.nw23-hsfw-item-text {

}
/* ----- NW23 Header Slider Full Width ----- */
