/*
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:02:41
    Author     : RoeschS
*/

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


/* ----- Top-Banner ----- */
.top-banner-container.small .title {
  font-size: 55px;
  line-height: 55px;
}
.top-banner-container.big .top-banner-description .title {
  font-size: 68px;
  line-height: 54px;
}
/* ----- Top-Banner ----- */


/* ----- Module Image/Text ----- */
.mod-imgtxt-item .mod-imgtxt-description {
  padding: 40px;
}
/* ----- Module Image/Text ----- */


/* ----- Newsletter Registration ----- */
.nl-count-4 .nl-reg-select-item {
  flex-basis: 25%;
}
.nl-count-4 .nl-reg-select-tile::before {
  padding-top: 100%;
}
/* ----- Newsletter Registration ----- */


/* ----- Newsletter Benefits ----- */
.nl-benefits-item .nl-benefits-image {
  width: 120px;
}
.nl-steps-item .nl-steps-title,
.nl-benefits-item .nl-benefits-title {
  font-size: 18px;
}
/* ----- Newsletter Benefits ----- */


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

.budni_article {
  width: calc(25% - 40px);
  margin: 0 20px 40px;
}
