/*.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }*/
/*---Responsive Video---*/
/*
@media (max-width: 992px){
.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
}
*/
.slot--article-description .tws-article-description--text-container {
    max-height: 100%;
}
.tws-article-description--show-more {
    /* padding: 0; */
    /* margin-top: 10px; */
    display: none;
}

/* --- YOUTUBE --- */
.video-container {
position: relative;
padding-bottom: 56.25% !important;
padding-top: 30px; 
/*height: 0; */
overflow: hidden;
max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*Hide Terms & conditions
.tws-accept-cookies a{
  display: none;
}*/
:checked(tws-accept-cookies--expanded)
  .tws-accept-cookies--expand{
    display:none;
  }
.tws-react-common--dropdown.btn-group.tws-checkout--field-control {
    z-index: inherit;
}

/*--LCP-First Block--*/
.centered-text {
    text-align: center;
    font-size: 24px;
}
.centered-text-small {
    text-align: center;
    font-size: 18px;
}

/*--Optimization--*/
@media (max-width:448px){
  .fabrikk--body{
    min-height:100vh !important;
  }
.slot--texbar{
  min-height:93px !important;
  }
  .slot--texbar{
    min-height:32px !important;
  }
  .fabrikk--header{
    min-height:125px !important;
  }
  .vi-saljer-takverktygen-alla{
    min-height:418px !important;
  }
}
@media (min-width:768px) and (max-width:991px){
   .fabrikk--body{
    min-height:100vh !important;
  }
.slot--texbar{
  min-height:59px !important;
  }
  .slot--texbar{
    min-height:32px !important;
  }
  .fabrikk--header{
    min-height:430px !important;
  }
  .vi-saljer-takverktygen-alla{
    min-height:179px !important;
  }
}
@media (min-width:1200px){
   .fabrikk--body{
    min-height:100vh !important;
  }
.slot--texbar{
  min-height:59px !important;
  }
  .slot--texbar{
    min-height:32px !important;
  }
  .fabrikk--header{
    min-height:264px !important;
  }
  .vi-saljer-takverktygen-alla{
    min-height:210px !important;
  }
}

/*--Optimization--*/
@media only screen and (min-width:992px){
  .slot--texbar{
    min-height:59px !important;
  }
  .fabrikk--top-bar{
    min-height:18px;
  }
  .fabrikk--header-wrapper{
    min-height:113px;
  }
}
@media only screen and (max-width:448px){
  .slot--texbar,#texbar{
    min-height:93px !important;
  }
  .fabrikk--top-bar{
    min-height:32px;
  }
  .fabrikk--header-wrapper{
    min-height:68px;
  }
}