/* Allmän CSS som gälllller för hela sidan */
.co-block-1,
.co-block-2,
.co-block-3,
.stl-block-vanster,
.stl-block-hoger,
.stl-block-2halv-1,
.co-block-lto {
  margin-bottom:10px;
}
@media only screen and (min-width: 599px) {
  .co-block-1,
.co-block-2,
.co-block-3,
.stl-block-vanster,
.stl-block-hoger,
.stl-block-2halv-1,
.co-block-lto {
  margin-bottom:16px;
}
  }


.co-block-1 img,
.co-block-2 img,
.co-block-3 img,
.stl-block-2halv-1 img {
    width: 100%;
    height: auto;
    /* display: inline-block; */
    vertical-align: middle;
    z-index: 1;
}

/* Banner Tag */
.pTag {
  position:absolute; 
  top:0px; 
  left:0;
  color:white; 
  font-size:10px; 
  font-weight:bold;
  line-height: 0;
  padding:12px 20px;
  z-index: 99;
}

.filmTagMob {
  display: block;
}
.filmTagDesk {
  display: none;
}
@media only screen and (min-width: 599px) {
  .filmTagMob {
    display: none;
  }
  .filmTagDesk {
    display: block;
  }
}

/* Text fält på alla banners */

.co-hp-textarea {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 37%;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55)); */
  z-index: 3;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.co-hp-textarea h2,
.co-hp-textarea h3,
.co-hp-textarea p {
    color: white;
    text-align: center;
}
.co-link-section,
.co-link-section:visited,
.co-link-section:hover,
.co-link-section:active {
  color: white;
  text-decoration: none;
}

.co-marking {
  background: #78d7fa;
  padding: .1em .5em .2em;
  color:white;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}

.co-marking-block2 {
  background: #78d7fa;
  padding: .2em 0.6em .3em;
  color:white;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
}

.co-marketing-text {
  margin-top: 7px!important;
}
@media only screen and (min-width: 768px) {
  .co-marketing-text {
    margin-top: 15px!important;
  }
}
.co-marketing-text-block2 {
  margin-top: 10px!important;
}
.co-hp-btn {
  background-color:#78d7fa;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
  padding: 6px 13px;
  display: inline-block;
  margin: 5px auto 5px auto;
  transition: ease .3s all;
  width: 200px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

@supports (display: grid) {
  .co-hp-btn {
    width: auto;
}
}
.whiteBtn {
  background-color: white;
  color: #53afe6!important;
  margin-top: 10px;
}
.co-hp-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #78d7fa;
  text-decoration: none;
}


/* FONT STORLEK, Olika för olika format */
.co-block-1 h2 {
  font-size: 1rem;
  margin: 0;
}

.co-hp-textarea h3 {
  font-size: 1.125rem;
  padding-top: 1rem;
  margin: 0;
}

.co-hp-textarea p {
  padding: 0 1rem;
  margin: 0 0 5px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 350px) {
  .co-block-1 h2 {
    font-size: 1.375rem;
  }
  
  .co-hp-textarea h3 {
    font-size: 1rem;
  }
  
  .co-hp-textarea p {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 500px) {
 
  .co-hp-textarea h3 {
    font-size: 1.25rem;
    padding: 15px 15px 0px;
  }
  .co-block-1 .co-hp-textarea p {
    font-size: 1.125rem;
  }
  .co-block-2 .co-hp-textarea h3 {
    font-size: 1.15rem;
  }
  .co-block-2 .co-hp-textarea p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 700px) {
.co-block-1-christmas p {
   width: 80%;
}
}
@media only screen and (min-width: 768px) {
  .co-block-1 h2 {
    font-size: 42px;
  }
  .co-block-1 .co-hp-textarea p {
    font-size: 1.375rem;
  }
}

/* Fullbanner Block 1 på startsidan */

.co-block-1 {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
}

@media only screen and (min-width: 599px) {
  .co-block-1 {
      max-width: 992px;
  }
}



/* Startpage Block 2 */
.co-block-2 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-template-columns: 1fr;
  -ms-grid-template-rows: 1fr 1fr;
  grid-gap: 5px;
  max-width: 600px;    
}

.co-block-2-item1 {
  grid-row: 1;
  -ms-grid-row: 1;
  position: relative;
  width: 100%;
  max-width: 992px;
  z-index: 1;
  margin-bottom: 10px;
}
.co-block-2-item2 {
  grid-row: 2;
  -ms-grid-row: 2;
  position: relative;
  width: 100%;
  max-width: 992px;
  z-index: 1;
}

@supports (display: grid) {
      .co-block-2-item1 {
          margin-bottom: 0px;
          display: grid;
      }
      .co-block-2-item2 {
        display: grid;
    }
  }

@media only screen and (min-width: 599px) {
  .co-block-2 {
      display: -ms-grid;
      display: grid;
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 16px 1fr;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-gap: 16px;
      max-width: 992px;
  }  
  
  .co-block-2-item1 {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 1;
      -ms-grid-row: 1;
      margin-bottom: 0px;
 
  }
  .co-block-2-item2 {
      grid-column: 2;
      -ms-grid-column: 3;
      grid-row: 1;
      -ms-grid-row: 1;

  }
  @supports (display: grid) {
      .co-block-2-item1,
      .co-block-2-item2 {
          margin: 0px;

      }
  }
}

/* 3 - Block */

.co-block-3 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-gap: 5px;
  max-width: 600px;
}

.co-block-3 picture,
.co-block-3 img {
  width: 100%;
  height: auto;
  z-index: 1;
  object-fit: cover;
}

.co-hp-btn-block3 {
  position: absolute;
  bottom: 20px;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: white;
  color: #53afe6;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  border-radius: 2px;
  padding: 6px 13px;
  transition: ease .3s all;
  text-decoration: none;
}
.co-hp-btn-block3:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(45, 138, 192);
  text-decoration: none;
}

.co-hp-textarea-block3 {
  display: block;
  width: 100%;
  background:#78d7fa;
  z-index: 3;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  text-align: center;
}

.co-hp-textarea-block3 h2,
.co-hp-textarea-block3 h3,
.co-hp-textarea-block3 p {
    color: white;
    text-align: center;
}
.co-hp-textarea-block3 h3 {
  margin-bottom: 0px;
}
.co-hp-textarea-block3 p { 
  padding: 0 20px;
}
.co-block-3-item1 {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  -ms-grid-row: 1;
  position: relative;
  width: 100%;
  z-index: 1;
}
.co-block-3-item2 {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 2;
  -ms-grid-row: 2;
  position: relative;
  width: 100%;
  z-index: 1;
}
.co-block-3-item3 {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 3;
  -ms-grid-row: 3;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;

}

@media only screen and (min-width: 599px) {
  .co-block-3 {
      display: -ms-grid;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      -ms-grid-columns: 3fr 16px 3fr 16px 3fr;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
      grid-gap: 16px;
      max-width: 992px;
  }

  .co-block-3-item1 {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 1;
      -ms-grid-row: 1;
      margin-bottom: 0px;

  }
  .co-block-3-item2 {
      grid-column: 2;
      -ms-grid-column: 3;
      grid-row: 1;
      -ms-grid-row: 1;

  }
  .co-block-3-item3 {
      grid-column: 3;
      -ms-grid-column: 5;
      grid-row: 1;
      -ms-grid-row: 1;
      margin-top: 0px;
  }


  @supports (display: grid) {
      .co-block-2-item2,
      .co-block-3-item3 {
          margin-left: 0px;
      }
  }
}


/* STYLE FÖR USP */
.co-usp-component ul {
  margin: 0 auto;
  max-width: 500px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  color: black;
}

.co-usp-component li {
  flex: 1;
  min-width: 140px;
  height: 90px;
  text-align: center;
}

.co-usp-component a {
  color: black;
  text-decoration: none;
}

.co-usp-component svg {
  height: 25px;
  width: 25px;
}

.co-usp-component-text {
  color: black;
  display: block;
}

@media only screen and (min-width: 436px) {
  .co-usp-component li {
      min-width: 210px;
  }
}

@media only screen and (min-width: 768px) {
  .co-usp-component ul {
      max-width: 992px;
  }

  .co-usp-component li {
      min-width: 180px;
  }
}


/* Avancerad MODUL4 Meny SPRING */

    .co-spring-meny {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #fff;
        text-align: center;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        width: 100%;
        max-width: 992px;
        height: 280px;
        padding: 30px 40px;
    }
    @media only screen and (min-width: 599px) {
        .co-spring-meny {
            margin-bottom: 16px;}
    }
    .meny-fixa {
        background-image: url(https://images.clasohlson.com/SE/2020spring/avoid-boredom-meny-skoj-992v2.jpg);
    }
    
    .meny-kontakt {
      background-image: url(https://images.clasohlson.com/SE/2020spring/avoid-boredom-meny-kontakt-992.jpg);
      background-position: top;
    }
    
    .meny-skolan {
      background-image: url(https://images.clasohlson.com/SE/2020spring/office-home-handle-school-992.jpg);
        height: 138px;
    }
    .meny-renthemma {
      background-image: url(https://images.clasohlson.com/SE/2020spring/keep-safe-meny-992v2.jpg);
    }
    
    .meny-passapa {
      background-image: url(https://images.clasohlson.com/SE/2020autumn/cozy-lights-992.jpg);
        height: 138px;
    }
    .meny-boredom {
      background-image: url(https://images.clasohlson.com/SE/2020spring/avoid-boredom-bg992.jpg);
      height: 138px;
    }
    .meny-hygien {
        background: url(https://images.clasohlson.com/SE/2020spring/keep-safe-hygiene-weapond-992v2.jpg);
        height: 138px;
    }
    .meny-foodoutdoor {
      background-image: url(https://images.clasohlson.com/SE/2020spring/outdoor-food-992.jpg);
      height: 270px;
  }
  @media only screen and (min-width: 599px) {
    .meny-foodoutdoor {
      height: 199px;
  }
  }
  .meny-homeoffice{
    background-image: url(https://images.clasohlson.com/SE/2020spring/office-home-fan-992.jpg);
    height: 199px;
}
.meny-uppkopplad{
  background-image: url(https://images.clasohlson.com/SE/2020spring/orbi-992.jpg?v=3);
  height: 199px;
}
.meny-homeoffice .col4-grid .col4-3-black{
  grid-row: 1;
}

.meny-styrupp {
  background-image: url(https://images.clasohlson.com/SE/2020spring/work-home-meny-styr-upp-992v2.jpg);
  background-position: center center;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
} 
.meny-styrupp .col4-grid .col4-3-black{
  grid-row: 2;
}

@media only screen and (min-width: 599px) {
  .meny-styrupp {
    height: 199px;
}
}

  .meny-utnyttja {
    background-image: url(https://images.clasohlson.com/SE/2020spring/lurar.jpg);
      position: relative;
      padding: 30px 10px;
      height: 50vh;
  }
  .meny-skilj {
    background-image: url(https://images.clasohlson.com/SE/2020spring/skilj.jpg);
    position: relative;
      padding: 30px 10px;
      height: 50vh;
}
@media only screen and (min-width: 599px) {
  .meny-skilj, 
  .meny-utnyttja  {
    height: 280px;
  }
}
.meny-diy {
  height: 40px;
  padding: 0 40px;
}

.meny-skilj .co-thin-rubrik,
.meny-utnyttja .co-thin-rubrik,
.meny-utnyttja p,
.meny-skilj p{
  text-shadow: none!important;
}
    
.co-hp-btn-orange {
  background-color: white!important;
  color: #F8A700!important;
  margin: 0!important;
}
.co-hp-btn-orange:hover {
  background-color: #F8A700!important;
  color: white!important;
}
/* 
    .meny-hygien::after,
    .meny-passapa::after,
    .meny-renthemma::after,
    .meny-skolan::after,
    .meny-styrup::after, 
    .meny-kontakt::after, 
    .meny-fixa::after  {
        content:""; 
        position:absolute; 
        top:0;
        left:0;
        height:100%; 
        width: 100%;
        background: rgba(0,0,0,1);
      } */
    
    .co-spring-meny-v2 p,
    .co-spring-meny p {
        text-align: center;
        color: white;
        font-size: 1rem;
        text-shadow: 1px 1px 10px #333;
        z-index: 5;
    }

    .co-thin-rubrik {
        margin-bottom: 7px;
        color: white;
        text-align: center;
        text-shadow: 1px 1px 10px #333;
        font-size: 20px;
        z-index: 5;
    }

    @media only screen and (min-width: 600px) {
        .co-thin-rubrik {
            font-size: 25px;
        }
    }

    @media only screen and (min-width: 760px) {
        .co-thin-rubrik {
            font-size: 30px;
        }
    }

    #col4-grid {
        max-width: 832px;
        display: -ms-grid;
        display: grid;
        justify-content: center;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: 33px 10px 33px;
        grid-gap: 10px;
        margin: 0 auto;
        font-weight: 700;
    }

    @media only screen and (min-width: 574px) {
        #col4-grid {
            max-width: 500px;
        }
    }

    @media only screen and (min-width: 768px) {
        #col4-grid {
            max-width: 600px;
        }
    }

    @media only screen and (min-width: 850px) {
        #col4-grid {
            max-width: 680px;
        }
    }

    #col4-grid h3 {
        text-align: center;
        line-height: 1.22;
        margin: 0px;
    }

    #col4-grid a {
        color: white;
        text-decoration: none;
    }

    .col4-1-black {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        grid-column: 1;
        grid-row: 1;
    }

    .col4-2-black {
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        grid-column: 2;
        grid-row: 1;

    }
    
    .col4-3-black {
        -ms-grid-column: 1;
        -ms-grid-row: 3;
        grid-column: 1;
        grid-row: 2;
    }

    .col4-4-black {
        -ms-grid-column: 3;
        -ms-grid-row: 3;
        grid-column: 2;
        grid-row: 2;
    }

    .col4-1-black,
    .col4-2-black,
    .col4-3-black,
    .col4-4-black {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #78d7fa;
        min-width: 130px;
    }

    #col4-grid a:hover,
    #col4-grid a:hover,
    #col4-grid a:hover,
    #col4-grid a:hover {
        transition: ease-out 0.4s;
        color: #78d7fa;
    }

    @supports (display: grid) {

        .col4-1-black,
        .col4-2-black,
        .col4-3-black,
        .col4-4-black {
            margin-left: 0px;
            margin-bottom: 0px;
        }
    }

    @media only screen and (min-width: 575px) {
        #col4-grid {
            -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
            grid-template-columns: repeat(4, 1fr);
            -ms-grid-rows: 33px;
            grid-template-rows: 33px;
            grid-gap: 20px;
            margin-bottom: 16px;
            /* padding: 10px 10px 0; */
        }

        .col4-2-black {
            -ms-grid-column: 3;
        }

        .col4-3-black {
            -ms-grid-column: 5;
            -ms-grid-row: 1;
            grid-column: 3;
            grid-row: 1;
        }

        .col4-4-black {
            -ms-grid-column: 7;
            -ms-grid-row: 1;
            grid-column: 4;
            grid-row: 1;
        }
    }


    /* .co-thin-klippahacken>div>h3 a::after,
    .co-thin-robotgrasklippare>div>h3 a::after,
    .co-thin-installera>div>h3 a::after,
    .co-thin-trimmagraset>div>h3 a::after,
    .co-thin-hurgrilla>div>h3 a::after,
    .co-thin-hogtryckstvatt>div>h3 a::after,
    .co-thin-hemmet>div>h3 a::after,
    .co-thin-tradgardsmobel>div>h3 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */

  
  /* Startpage Block 2,5 - Miljöbild till höger - Winterkampanj */
    
  .co-block-2halv h3,
  .co-block-2halv p {
   text-align: center;
   color: black;
  }
  .co-block-2halv h3 {
    font-size: 18px;
  }
  .co-block-2halv p {
    font-size: 14px;
  }
  
  .co-block-2halv-hoger {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 350px;
    grid-template-rows: minmax(1fr, 300px), 226px;
    -ms-grid-rows: 1fr 226px;
    max-width: 600px;
    margin-bottom: 10px;
    grid-gap:10px;
   }
  .co-block-2halv-hoger>div {
    overflow: hidden;
  }
  .co-block-2halv-hoger-item2 img {
    width: 100%;
    height: auto;
    z-index: 1;
  }
  
  .co-block-2halv-hoger-item1 {
    padding: 0 20px;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .co-block-2halv-hoger-item2 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  
    @media only screen and (min-width: 599px) {
        .co-block-2halv-hoger {
            grid-template-columns: 1fr 1fr;
            -ms-grid-columns: 1fr 10px 1fr;
            grid-template-rows: 1fr;
            -ms-grid-rows: 350px;
            max-width: 992px;
            margin-bottom: 16px;
            grid-gap:16px;
        }
        .co-block-2halv-hoger-item1 {
            grid-column: 1;
            -ms-grid-column: 1;
            grid-row: 1;
            -ms-grid-row: 1;
        }
  
        .co-block-2halv-hoger-item2 {
            grid-column: 2;
            -ms-grid-column: 3;
            grid-row: 1;
            -ms-grid-row: 1;
        }
  
    }

  /* Startpage Block 2,5 - Miljöbild till vänster - Winterkampanj */

  

.co-block-2halv-vanster {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-rows: minmax(1fr, 300px), 226px;
  -ms-grid-rows: 1fr 226px;
  max-width: 600px;
  margin-bottom: 10px;
}
.co-block-2halv-vanster>div {
  overflow: hidden;
}
.co-block-2halv-vanster-item2 img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.co-block-2halv-vanster-item1 {
  padding: 0 20px;
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 2;
  -ms-grid-row: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.co-block-2halv-vanster-item2 {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  -ms-grid-row: 1;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


  @media only screen and (min-width: 599px) {
      .co-block-2halv-vanster {
          grid-template-columns:  1fr 1fr;
          -ms-grid-columns: 1fr 10px 1fr;
          grid-template-rows: 1fr;
          -ms-grid-rows: 350px;
          max-width: 992px;
          margin-bottom: 16px;
      }
      .co-block-2halv-vanster-item1 {
          grid-column: 2;
          -ms-grid-column: 3;
          grid-row: 1;
          -ms-grid-row: 1;
      }

      .co-block-2halv-vanster-item2 {
          grid-column: 1;
          -ms-grid-column: 1;
          grid-row: 1;
          -ms-grid-row: 1;
      }

  }


.stl-block-vanster {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-rows: minmax(1fr, 300px), 226px;
    -ms-grid-rows: 1fr 226px;
    max-width: 600px;
    margin-bottom: 10px;
  }
  .stl-block-vanster>div {
    overflow: hidden;
  }
  .stl-block-vanster-item2 img {
    width: 100%;
    height: auto;
    z-index: 1;
  }
  
  .stl-block-vanster-item1 {
    padding: 0 20px;
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  
  .stl-block-vanster-item2 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  
    @media only screen and (min-width: 599px) {
        .stl-block-vanster {
            grid-template-columns:  1fr 1fr;
            -ms-grid-columns: 1fr 10px 1fr;
            grid-template-rows: 1fr;
            -ms-grid-rows: 350px;
            max-width: 992px;
            margin-bottom: 16px;
        }
        .stl-block-vanster-item1 {
            grid-column: 2;
            -ms-grid-column: 3;
            grid-row: 1;
            -ms-grid-row: 1;
        }
  
        .stl-block-vanster-item2 {
            grid-column: 1;
            -ms-grid-column: 1;
            grid-row: 1;
            -ms-grid-row: 1;
        }
  
    }

/* FILM 2,5 halvbanner */
    .film-block-2halv h3,
    .film-block-2halv p {
     text-align: center;
     color: black;
    }
    .film-block-2halv h3 {
      font-size: 18px;
    }
    .film-block-2halv p {
      font-size: 14px;
    }
    
    .film-block-hoger {
      display: grid;
      display: -ms-grid;
      grid-template-columns: 1fr;
      -ms-grid-columns: 350px;
      grid-template-rows: 1fr 150px;
      -ms-grid-rows: 1fr 226px;
      max-width: 600px;
      margin-bottom: 10px;
      position: relative;
     }
    .film-block-hoger>div {
      overflow: hidden;
    }
    .film-block-hoger-item2 img {
      width: 100%;
      height: auto;
      z-index: 1;
    }
    
    .film-block-hoger-item1 {
      padding: 0 20px;
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 2;
      -ms-grid-row: 2;
      display: flex;
      flex-direction: column;
      
    }
    @media only screen and (min-width: 599px) {
    .film-block-hoger-item1 {
    justify-content: center;
    }
  }

    .film-block-hoger-item2 {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 1;
      -ms-grid-row: 1;
      position: relative;
      width: 100%;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    
    
      @media only screen and (min-width: 599px) {
          .film-block-hoger {
              grid-template-columns: 1fr minmax(225px, 2fr);
              -ms-grid-columns: 1fr 10px 1fr;
              grid-template-rows: 1fr;
              -ms-grid-rows: 350px;
              max-width: 992px;
              margin-bottom: 16px;
          }
          .film-block-hoger-item1 {
              grid-column: 1;
              -ms-grid-column: 1;
              grid-row: 1;
              -ms-grid-row: 1;
          }
    
          .film-block-hoger-item2 {
              grid-column: 2;
              -ms-grid-column: 3;
              grid-row: 1;
              -ms-grid-row: 1;
          }
    
      }
  

      /* FILM BLOCK HÖGER */

      
    .film-block-vanster{
      display: grid;
      display: -ms-grid;
      grid-template-columns: 1fr;
      -ms-grid-columns: 350px;
      grid-template-rows: 1fr 150px;
      -ms-grid-rows: 1fr 226px;
      max-width: 600px;
      margin-bottom: 10px;
      position: relative;
      
     }
    .film-block-vanster>div {
      overflow: hidden;
    }
    .film-block-vanster-item2 img {
      width: 100%;
      height: auto;
      z-index: 1;
    }
    
    .film-block-vanster-item1 {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 1;
      -ms-grid-row: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    
    .film-block-vanster-item2 {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 2;
      -ms-grid-row: 2;
      position: relative;
      width: 100%;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    
    
      @media only screen and (min-width: 599px) {
          .film-block-vanster {
              grid-template-columns: minmax(225px, 2fr) 1fr;
              -ms-grid-columns: 2fr 10px 1fr;
              grid-template-rows: 1fr;
              -ms-grid-rows: 350px;
              max-width: 992px;
              margin-bottom: 16px;
              grid-gap: 16px;
          }
          .film-block-vanster-item1 {
              grid-column: 1;
              -ms-grid-column: 1;
              grid-row: 1;
              -ms-grid-row: 1;
          }
    
          .film-block-vanster-item2 {
              grid-column: 2;
              -ms-grid-column: 3;
              grid-row: 1;
              -ms-grid-row: 1;
          }
    
      }

    
/* Style för simpelt textblock */    

.co-textblock-organisera {
  margin: 0;
  width: 100%;
  max-width: 992px;
  height: auto;
  padding: 20px 0;
   background: #abdabe;
   margin-bottom: 5px;
  }
  @media only screen and (min-width: 599px) {
    .co-textblock-organisera {
       margin-bottom: 16px;
      }
  }

.co-textblock-organisera h3 {
  font-size: 20px;
  margin: 0px 20px;
}

.co-textblock-organisera p {
  font-size: 16px;
  padding-bottom: 20px;
}

.co-textblock-organisera h3,
.co-textblock-organisera p {
  color: white;
  text-align: center;
}

.co-textblock-organisera:hover,
.co-textblock-organisera:active,
.co-textblock-organisera:visited {
  color: white;
  text-decoration: none;
}

.textarea-bg-color {
  background: #abdabe;
}
.textarea-bg-color h3{
  margin-top:8px;
}

.textarea-block3-tegel {
  transform: rotate(-11deg);
  color: white;
  background-image: none;
  bottom: 30%;
  height: 50%;
}
.textarea-block3-tavla {
  transform: rotate(-11deg);
  color: white;
  background-image: none;
  bottom: 50%;
  height: 15%;
}

.textarea-marked-text {
  background-color: #abdabe;
  color: white;
  font-size: 1rem;
  line-height: 1.6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  padding: 5px 10px;
}
@media only screen and (min-width: 599px) {
  .textarea-marked-text { 
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 767px) {
  .textarea-marked-text { 
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 980px) {
  .textarea-marked-text { 
    font-size: 2rem;
  }
}

.halv2-green {
  background: #abdabe;
  position: relative;
}

.halv2-white {
  background: white;
  color: black;
  position: relative;
}
@media only screen and (min-width: 599px) {
  .halv2-white {
    background: #abdabe;
  }
}
.halv2-bla {
  background: #78d7fa;
  position: relative;
}

.halv2-green h3,
.halv2-green p
{
  color: white!important;
}
.halv2-green h3 {
  margin: 40px auto 0;
}
@media only screen and (min-width: 599px) {
  .halv2-green h3 {
    margin: -30px auto 0;
  }
}
.film-title{
  margin-top: 30px!important;
}
@media only screen and (min-width: 599px) {
  .film-title{
    margin-top: -30px!important;
  }
}

.film-title2{
  color: black!important;
}
@media only screen and (min-width: 599px) {
  .film-title2{
    color: white!important;
  }
}

.btn-film {
  width: 170px;
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 599px) {
  .btn-film {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1px;
  }
}
.tag-film {
  font-size: 10px!important;
}

.bold p{
  font-weight: bold;
  margin: 10px auto 0;
  max-width: 250px;

}

@media only screen and (min-width: 599px) {
  .bold p{
    font-size: 12px;
  }
}

@media only screen and (min-width: 767px) {
  .bold p{
    font-size: 14px;
  }
}

.blue-btn {
  background-color: #78d7fa!important;
}
.blue-btn:hover {
  background-color: white!important;
  text-decoration: none;
  color: #78d7fa!important;
}
.blue-btn2 {
  background-color: #78d7fa!important;
  color: white;
  position: relative;
  margin-top: 20px;
}
.blue-btn2:hover {
  background-color: white!important;
  color: #78d7fa!important;
}
@media only screen and (min-width: 599px) {
  .blue-btn2 {
    background-color: white!important;
    color: #78d7fa!important;
  }
}

.margin16 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 599px) {
  .margin16 {
    margin-bottom: 16px!important;
  }
}

.no-shadow {
  text-shadow: none;
}

   /* 3 - MODUL DIY */

   .co-block-3diy {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 488px));
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: 200px 200px 2fr;
    grid-gap: 5px;
    max-width: 600px;
    margin-bottom: 10px;
}

.co-block-3diy picture,
.co-block-3diy img {
width: 100%;
height: auto;
z-index: 1;
object-fit: cover;
}

.co-block-3diy-item1 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    position: relative;
    width: 100%;
    z-index: 1;


}

.co-block-3diy-item2 {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
    position: relative;
    width: 100%;
    z-index: 1;
}

.co-block-3diy-item3 {
    grid-column: 1/3;
    -ms-grid-column: 1 span 3;
    grid-row: 2;
    -ms-grid-row: 2;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 599px) {
    .co-block-3diy {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -ms-grid-columns: 3fr 16px 3fr 16px 3fr;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        grid-gap: 16px;
        max-width: 992px;
        margin-bottom: 16px;
    }

    .co-block-3diy-item1 {
        grid-column: 1;
        -ms-grid-column: 1;
        grid-row: 1;
        -ms-grid-row: 1;
        margin-bottom: 0px;

    }

    .co-block-3diy-item2 {
        grid-column: 2;
        -ms-grid-column: 3;
        grid-row: 1;
        -ms-grid-row: 1;

    }

    .co-block-3diy-item3 {
        grid-column: 3;
        -ms-grid-column: 5;
        grid-row: 1;
        -ms-grid-row: 1;
        margin-top: 0px;


    }


    @supports (display: grid) {

        .co-block-2-item2,
        .co-block-3-item3 {
            margin-left: 0px;
        }
    }
}

.no-gap{
  grid-gap: 0;
}

@media only screen and (min-width: 599px) {
  .no-gap{
    grid-gap: 16px;
  }
}

.extra-width {
  width: 125px!important;
}
.extra-width-no {
  width: 128px!important;
}