/*!
 * Css Styles
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:200, 400,700&display=swap');

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; 
  color:#444;
}

a, a:hover {
    text-decoration: none; 
  }

b, strong {
  font-weight: bold; 
}

.body {
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  padding: 0;

}

.hero-img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;  
}

#btn-cold-active, #btn-warm-active, #btn-thc-active, #btn-beginner-active, #btn-flowering-active {
 margin-bottom: 2px;
 display: none;
}

.titles {
  text-align: center;
  color: #444444;
  max-width: 60em;
  margin: 0 auto;
  padding: 0 15px;
}

#cattitle-cold, #cattitle-warm, #cattitle-thc, #cattitle-beginner, #cattitle-flowering {
  width: 100%;
}

.h1, .h2 {
 font-weight: lighter;
 letter-spacing: 4px;
}

.h2 {
  font-size: 16px;
  margin-bottom: 24px; 
}

.presentation {
  text-align: center;
  max-width: 750px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  padding-top: 12%;
  padding-right: 15px; 
  padding-left: 15px;
  line-height: 28px;
}

.btn-wrapper {
  width: 100%;
  float:left;
  margin-bottom: 48px;
  margin-top: 18px
}

.CTA-btn {
  width: 230px;
  height: 35px;
  background-color: #ff5406;
  margin: 0 auto;
  color: white; 
  text-align: center;
  line-height: 2.2em;
}

.text-center {
  text-align: center;
}

.spinner-container {
  position: relative; 
  width: 100%;
}

.spinner-container .spinner {
  margin: 45% auto
}

.spinner-content{
  position: relative;
  width: 100%;
  margin: 0 auto
}

.spinner-content .spinner {
  margin: 0% auto
}

#cattitle-warm, #cattitle-thc, #cattitle-beginner, #cattitle-flowering {
  display: none;
}

.grid-header {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-gap: 1em;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}

#content {
    max-width: 62em;
    margin: 0 auto;

}

.grid {
  display: grid;
  /*grid-template-columns: auto;*/
  grid-template-columns: minmax(1fr, 1fr);
  grid-template-rows: auto;
  grid-gap: 1em;
  padding: 0 15px;
}

.subtitle {
    line-height: 2em;
    font-weight: lighter;
    font-size: 2.5em;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 24px;
}

.sub-subtitle {
    color: #444444;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    margin-top: 0px;
}

.subtitle {
    margin-bottom: 18px;
}

.subtitle-start {
  margin-bottom: 0px
}



/* stories */

.stories.carousel::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.stories.carousel {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.stories.carousel .story:first-child {
    margin-left: 0;
}

.storiesWrapper {
    padding: 12px;
    max-width: 504px;
    margin: 0 auto;
}

.stories.carousel .story {
    display: inline-block;
    width: 18vw;
    max-width: 90px;
    margin: 0 6px;
    margin-left: 6px;
    vertical-align: top;
}

.stories.carousel {
    white-space: nowrap;
}

.stories.snapgram .story > .item-link {
    text-decoration: none;
    color: #333;
}


.stories.carousel .story > .item-link {
    text-align: center;
    display: block;
}


.stories.snapgram .story.warm > .item-link > .item-preview, .stories.snapgram .story.thc > .item-link > .item-preview, .stories.snapgram .story.beginner > .item-link > .item-preview, .stories.snapgram .story.flowering > .item-link > .item-preview {
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, grey 16%,  grey 58%);
}

.stories.snapgram .story.cold > .item-link > .item-preview {
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, #ed0597 16%,  #673d79 58%);
}

.stories.snapgram .story > .item-link > .item-preview img {
    border-radius: 50%;
    border: 3px solid 
    #fff;
}

.stories.carousel .story > .item-link > .item-preview {
    display: block;
    box-sizing: border-box;
    font-size: 0;
    max-height: 90px;
    height: 18vw;
    overflow: hidden;
    transition: transform .2s;
}

.stories.carousel .story > .item-link > .item-preview img {
    display: block;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.stories.carousel .story > .item-link > .info {
    display: inline-block;
    margin-top: .5em;
    line-height: 1.2em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.stories.carousel .story > .item-link {
    text-align: center;
}


/* end stories */
ul.strain-properties {
  padding-left: 0px;
  margin-top: 0px;
  font-size: 18px
}
ul.strain-properties li {
  list-style-type: none;
}

li.strain-name {
  font-weight: bold;
    letter-spacing: 4px;
}

li.strain-breed, li.strain-thc {
  margin-top: 24px;
  font-weight: lighter;
}

.second-breed {
  white-space: nowrap;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header {
  height: auto;
}

.footer, .footer-bottom {
  grid-column: 1 / 3;
  float: left;
}

.header p {
  font-size: 1.4em;
  font-weight: 300;
}

.hidden {
  visibility: hidden; 
}


.text-center {
  text-align: center;
}


.button {
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ff5406;
    margin: 5px 0;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;

}

/* spinner */
.spinner {
  width: 64px;
  height: 64px;
}

.spinner:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #ed018a transparent #fff transparent;
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*.Banners */
.growing-banners-mobile, .growing-banners-desktop, .growing-banners-tablet {
  float: left; width: 100%; margin: 24px 0
}

.growing-banners-mobile img, .growing-banners-desktop img, .growing-banners-tablet img {
  width: 100%
}

.footer-img {
  margin: 24px 0;
}

.img-fluid {
  max-width: 100%; 
  height: auto;
}

.banners-desktop .footer-img {
  margin: 24px 0; -webkit-box-flex: 0;
  -ms-flex: 0 0 24.333333%;
  flex: 0 0 24.333333%;
  max-width: 24.333333%;
  float: left
}

.banners-desktop .img-fluid {
  max-width: 100%; 
  height: auto;
}

/* Back to top arrow icon */
#back-top a {
  width: 108px;
  display: block;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top span {
  width: 65px;
  height: 55px;
  position: fixed;
  outline: none;
  z-index: 15;
  bottom: 65px;
  right: -3px;
  opacity: .9;
  display: block;
  background: url(../images/up-arrow.png) no-repeat center center;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}


/*                                                                      Media queries                                                                                   */

@media all and (min-width: 360px) {
.cat-EN-1, .cat-EN-2, .cat-EN-3, .cat-EN-4, .cat-EN-5, .cat-EN-6, .cat-EN-7, .cat-EN-8, .cat-EN-9,  .cat-EN-10, .cat-EN-11, .cat-EN-12, .cat-EN-13, .cat-EN-14, .cat-EN-15, .cat-EN-16, .cat-EN-17, .cat-EN-18, .cat-EN-19, .cat-EN-20, .cat-EN-21, .cat-EN-22, .cat-EN-23, .cat-EN-24, 
.cat-EN-25, .cat-EN-26, .cat-EN-27, .cat-EN-28, .cat-EN-29, .cat-EN-30, .cat-EN-31, .cat-EN-32, .cat-EN-33, .cat-EN-34, .cat-EN-35, .cat-EN-36, .cat-EN-37, .cat-EN-38, .cat-EN-39, .cat-EN-40
, .cat-EN-41, .cat-EN-42, .cat-EN-43, .cat-EN-44, .cat-EN-45, .cat-EN-46, .cat-EN-47, .cat-EN-48, .cat-EN-49, .cat-EN-50  {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    height: 26px;
}

/* EN desktop */
.cat-EN-1 {
    background: url(../images/cold-somango.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-2 {
    background: url(../images/cold-Critical.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center
}

.cat-EN-3 {
    background: url(../images/cold-WhiteWidow.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center
}

.cat-EN-4 {
    background: url(../images/cold-SkunkXL.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center
}

.cat-EN-5 {
    background: url(../images/cold-SpecialQueen1.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-6 {
    background: url(../images/cold-BlueCheese.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-7 {
    background: url(../images/cold-NorthernLight.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-8 {
    background: url(../images/cold-ShiningSilverHaze.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-9 {
    background: url(../images/cold-RoyalMoby.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-10 {
    background: url(../images/cold-MotherGorilla.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-11 {
    background: url(../images/Warm-FruitSpirit.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}

.cat-EN-12 {
    background: url(../images/Warm-AmnesiaHaze.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}

.cat-EN-13 {
    background: url(../images/Warm-SpecialKush.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}

.cat-EN-14 {
    background: url(../images/Warm-RoyalJackAuto.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-15 {
    background: url(../images/Warm-RoyalHazeAuto.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-16 {
    background: url(../images/Warm-AmnesiaHazeAuto.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-17 {
    background: url(../images/Warm-BlueMystic.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-18 {
    background: url(../images/Warm-RoyalKushAuto.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-19 {
    background: url(../images/Warm-OGKush.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-20 {
    background: url(../images/Warm-RoyalMoby.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-21 {
    background: url(../images/THC-CookiesGelato.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}

.cat-EN-22 {
    background: url(../images/THC-RoyalGorilla.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}

.cat-EN-23 {
    background: url(../images/THC-GreenGelato.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}

.cat-EN-24 {
    background: url(../images/THC-Hulkberry.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-25 {
    background: url(../images/THC-TripleG.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-26 {
    background: url(../images/THC-FatBanana.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-27 {
    background: url(../images/THC-MotherGorilla.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-28 {
    background: url(../images/THC-WeddingGelato.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-29 {
    background: url(../images/THC-Shogun.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-30 {
    background: url(../images/THC-SherbetQueen.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-31 {
    background: url(../images/Beg-LemonShining.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-32 {
    background: url(../images/Beg-SpecialQueen1.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-33 {
    background: url(../images/Beg-Somango.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-34 {
    background: url(../images/Beg-WhiteWidow.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-35 {
    background: url(../images/Beg-Critical.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-36 {
    background: url(../images/Beg-RoyalJack.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-37 {
    background: url(../images/Beg-SkunkXL.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-38 {
    background: url(../images/Beg-EasyBud.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-39 {
    background: url(../images/Beg-RGorilla.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-40 {
    background: url(../images/Beg-NorthernLights.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-41 {
    background: url(../images/Fast-RoyalCheese.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-42 {
    background: url(../images/Fast-HoneyCream.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-43 {
    background: url(../images/Fast_SpeedyChile.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-44 {
    background: url(../images/Fast-BlueCheese.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-45 {
    background: url(../images/Fast-FatBanana.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
        height: 248px;
    background-position: center
}
.cat-EN-46 {
    background: url(../images/Fast-SkunkXL.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center
}
.cat-EN-47 {
    background: url(../images/Fast-Northernlight.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center
}
.cat-EN-48 {
    background: url(../images/Fast-RoyalAK-auto.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center    
}
.cat-EN-49 {
    background: url(../images/Fast_EasyBud.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center
}
.cat-EN-50 {
    background: url(../images/Fast_QuickOne.jpg);
    background-repeat: no-repeat; 
    background-size: 248px;
    height: 248px;
    background-position: center
}

}

@media all and (min-width: 360px) and (max-width: 480px) {
.hero-img-EN {
  background: url(../images/Header-outdoor-ENG3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 33%;
  position: relative;
  height: 350px
}
.hero-img-DE {
  background: url(../images/Mobile-outdoor-DE.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 33%;
  position: relative;
  height: 350px
}
.hero-img-ES {
  background: url(../images/Header-outdoor-ESP3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 33%;
  position: relative;
  height: 350px
}
.hero-img-FR {
  background: url(../images/Header-outdoor-FR3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 33%;
  position: relative;
  height: 350px
}
.hero-img-IT {
  background: url(../images/Header-outdoor-IT3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 33%;
  position: relative;
  height: 350px
}
.hero-img-NL {
  background: url(../images/Header-outdoor-NL3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 33%;
  position: relative;
  height: 350px
}

}


@media all and (min-width: 481px) and (max-width: 670px) {
.hero-img-EN {
  background: url(../images/Header-outdoor-ENG3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  position: relative;
  height: 350px
}
.hero-img-DE {
  background: url(../images/Mobile-outdoor-DE.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  position: relative;
  height: 350px
}
.hero-img-ES {
  background: url(../images/Header-outdoor-ESP3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  position: relative;
  height: 350px
}
.hero-img-FR {
  background: url(../images/Header-outdoor-FR3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  position: relative;
  height: 350px
}
.hero-img-IT {
  background: url(../images/Header-outdoor-IT3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  position: relative;
  height: 350px
}
.hero-img-NL {
  background: url(../images/Header-outdoor-NL3.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 45%;
  position: relative;
  height: 350px
}

}

@media all and (max-width: 480px) {

.strain-name {
  text-transform: uppercase;
}

.subheader-EN {
  background: url(../images/subheader-mob-EN.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 9%;
  position: relative;
}

.subheader-EN  a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.container {
    max-width: 100%
}

.img-category-container {
    display: block;
}

.img-category {
    position: relative;
}

.grid {
  display: block;
}

.cat-ES-1, .cat-ES-2, .cat-ES-3, .cat-ES-4, .cat-ES-5, .cat-ES-6, .cat-ES-7, .cat-ES-8, .cat-ES-9, .cat-EN-1, .cat-EN-2, .cat-EN-3, .cat-EN-4, .cat-EN-5, .cat-EN-6, .cat-EN-7, .cat-EN-8, .cat-EN-9
,  .cat-EN-10, .cat-EN-11, .cat-EN-12, .cat-EN-13, .cat-EN-14, .cat-EN-15, .cat-EN-16, .cat-EN-17, .cat-EN-18, .cat-EN-19, .cat-EN-20, .cat-EN-21, .cat-EN-22, .cat-EN-23, .cat-EN-24, 
.cat-EN-25, .cat-EN-26, .cat-EN-27, .cat-EN-28, .cat-EN-29, .cat-EN-30, .cat-EN-31, .cat-EN-32, .cat-EN-33, .cat-EN-34, .cat-EN-35, .cat-EN-36, .cat-EN-37, .cat-EN-38, .cat-EN-39, .cat-EN-40
, .cat-EN-41, .cat-EN-42, .cat-EN-43, .cat-EN-44, .cat-EN-45, .cat-EN-46, .cat-EN-47, .cat-EN-48, .cat-EN-49, .cat-EN-50 {
  float: left;
  padding: 0;
  width: 55%;
  margin-bottom: 14px;
}

.text {
  float: left;
  width: 40%;
  margin-left: 12px;
}

}

@media all and (min-width: 480px) {

li.strain-name {
  margin-top: 12px
}

.cat-EN-1, .cat-EN-2, .cat-EN-3, .cat-EN-4, .cat-EN-5, .cat-EN-6, .cat-EN-7, .cat-EN-8, .cat-EN-9,  .cat-EN-10, .cat-EN-11, .cat-EN-12, .cat-EN-13, .cat-EN-14, .cat-EN-15, .cat-EN-16, .cat-EN-17, .cat-EN-18, .cat-EN-19, .cat-EN-20, .cat-EN-21, .cat-EN-22, .cat-EN-23, .cat-EN-24, 
.cat-EN-25, .cat-EN-26, .cat-EN-27, .cat-EN-28, .cat-EN-29, .cat-EN-30, .cat-EN-31, .cat-EN-32, .cat-EN-33, .cat-EN-34, .cat-EN-35, .cat-EN-36, .cat-EN-37, .cat-EN-38, .cat-EN-39, .cat-EN-40
, .cat-EN-41, .cat-EN-42, .cat-EN-43, .cat-EN-44, .cat-EN-45, .cat-EN-46, .cat-EN-47, .cat-EN-48, .cat-EN-49, .cat-EN-50  { 
    height: 0px;
    background-size: 100%;
}

.subheader-EN {
  background: url(../images/subheader-mob-EN.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 8%;
  position: relative;
}

.subheader-EN  a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* EN desktop */
.cat-EN-1 {
    background: url(../images/cold-somango.jpg);
    background-repeat: no-repeat; 
    background-size: 100%;
}
.cat-EN-2 {
    background: url(../images/cold-Critical.jpg);
    background-repeat: no-repeat; 
    background-size: 100%;
}
}
@media all and (min-width: 672px) {
.hero-img-EN {
  background: url(../images/Header-outdoor-ENG2.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
}
.hero-img-DE {
  background: url(../images/Tablet-outdoor-DE.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
}
.hero-img-ES {
  background: url(../images/Header-outdoor-ESP2.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
}
.hero-img-FR {
  background: url(../images/Header-outdoor-FR2.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
}
.hero-img-IT {
  background: url(../images/Header-outdoor-IT2.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
}
.hero-img-NL {
  background: url(../images/Header-outdoor-NL2.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50%;
  position: relative;
}

}
@media all and (min-width: 720px) {

.hero-img-EN {
  background: url(../images/Header-outdoor-ENG.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  position: relative;
}
.hero-img-DE {
  background: url(../images/Desktop-hero-DE.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  position: relative;
}
.hero-img-ES {
  background: url(../images/Header-outdoor-ESP.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  position: relative;
}
.hero-img-FR {
  background: url(../images/Header-outdoor-FR.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  position: relative;
}
.hero-img-IT {
  background: url(../images/Header-outdoor-IT.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  position: relative;
}
.hero-img-NL {
  background: url(../images/Header-outdoor-NL.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  position: relative;
}

.subheader-EN {
  background: url(../images/subheader-tab-EN.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 12%;
  position: relative;
}

.subheader-EN  a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
}

@media all and (max-width: 1023px) {


.hero-desktop-EN {
  position: relative; 
  padding-bottom: 38%;
}

.hero-img-wrapper {
  position: relative; 
  padding-bottom: 74%;
}


.presentation {
    padding-top: 23%;
    font-size: 16px
}

.grid-articles {
  padding: 0 15px 
}

.subtitle {
    line-height: 1em;
}


}



@media all and (min-width: 1024px) {
.hero-img-EN, .hero-img-DE, .hero-img-ES, .hero-img-FR, .hero-img-IT, .hero-img-NL {
    padding-bottom: 35%;
}
.subheader-EN {
  background: url(../images/subheader-desk-EN.jpg); 
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 5%;
  position: relative;
}
.subheader-EN  a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

  .presentation {
    font-size: 15px;
  }
}


@media all and (min-width: 360px) and (max-width: 719px ) {
.presentation {
  padding-top: 48%;
  font-size: 16px;
  line-height: 26px;
  }
}



@media all and (max-width: 460px) {
.subheader-EN {
    padding-bottom: 11%;

}
}




@media all and (min-width: 670px) {
  #stories {
  overflow: hidden
}
}


.upcase, h2 {
  text-transform: uppercase;
}