.text_std{
    font-family: Arial, sans-serif;
    white-space:pre-wrap;
    font-size: 16px;
}
.img-cont1 {
  background-image: url("/static/image/bokartid_tid.jpg");
  background-size: cover;
  position: relative;
  height: 200px;
}
.img-text1 {
  background-color: #222;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 3vw;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.img-cont2 {
  background-image: url("/static/image/bokartid_hem.jpg");
  background-size: cover;
  position: relative;
  height: 200px;
}
.img-text2 {
  background-color: #222;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 3vw;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.bt_h1 {
    font-size: 4vw;
    padding-bottom: 5px;
}
.bt_h2 {
    font-size: 3.5vw;
    padding-bottom: 5px;
}
.bt_h3 {
    font-size: 3vw;
    padding-bottom: 5px;
}
.bt_h4 {
    font-size: 2.5vw;
    padding-bottom: 5px;
}
.bt_a_link {
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.bt_a_link_img {
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.bt_a_x_link_img {
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
}

.html-div-1_skal {
    max-width: 300px;
}
.html-div-1 {
    width: 100%;
    max-width: 320px;
    color: #eee;
    padding: 5px 0 5px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dark-html-div-1 {
    color: #111;
}
.html-div-2_skal {
    max-width: 640px;
}
.html-div-2 {
    width: 100%;
    max-width: 640px;
    color: #eee;
    padding: 5px 0 5px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dark-html-div-2 {
    color: #111;
}
.html-div-3_skal {
    width: 100%;
}
.html-div-3 {
    width: 100%;
    color: #eee;
    padding: 5px 0 5px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.dark-html-div-3 {
    color: #111;
}
.html-div-embed_skal {
    max-width: 320px;
    font-size: 14px;
}
.html-div-embed_link {
    width: max-content;
    max-width: 100%;
    color: #ddd;
    padding: 7px 0px 7px 0px;
    margin: -10px 0 20px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.html-div-embed_link:hover {
    /* background-color: #0a0a0a; */
    color: #00b95c;
}
.html-div-embed_inner_link {
/*
    width: max-content;
    */
    width: 100%;
    max-width: 100%;
    padding: 0 10px 0 0;
}
.html-div-embed_inner_link:hover {
    color: #00b95c;
}

/********** Media Screen **********/

@media screen and (max-width: 600px) {
    .img-text1 {
      background-color: #222;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 3.5vw;
      font-weight: bold;
      margin: 0 auto;
      padding: 10px;
      width: 60%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: multiply;
    }
    .img-text2 {
      background-color: #222;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 3.5vw;
      font-weight: bold;
      margin: 0 auto;
      padding: 10px;
      width: 60%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: multiply;
    }

    .bt_h1 {
        font-size: 33px;
    }
    .bt_h2 {
        font-size: 28px;
    }
    .bt_h3 {
        font-size: 24px;
    }
    .bt_h4 {
        font-size: 20px;
    }

    .html-div-embed_skal {
        max-width: 100%;
        font-size: 14px;
    }
    .img-width-300 {
        max-width: 90%;
        max-width: 500px;
    }
    #img300 {
        width: 90%;
        max-width: 500px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color:rgba(0,0,0,1.0);
    }
    .text_tag1{
        max-width: 90%;
        white-space:pre-wrap;
    }
    .text_tag2{
        max-width: 90%;
        white-space:pre-wrap;
    }

    .img-width-640 {
        width: 100%;
        max-width: 640px;
        padding: 0 0 0 0;
    }

    .w3-img-anv {
        max-height: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .bild-text-block-emb {
      position: absolute;
      z-index: 5;
      width: 100%;
      max-width: 740px;
      top: 20px;
      left: 0px;
      background: rgba(0, 0, 0, 0.90); /* Black background with 0.5 opacity */
      color: white;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .dark-bild-text-block-emb {
      background: rgba(230, 230, 230, 0.90); /* White background with 0.5 opacity */
      color: black;
    }

    .img-cont1 {
        background-image: url("/static/image/bokartid_tid.jpg");
        background-size: cover;
        position: relative;
        height: 100px;
    }
    .img-cont2 {
        background-image: url("/static/image/bokartid_hem.jpg");
        background-size: cover;
        position: relative;
        height: 100px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .img-text1 {
      background-color: #222;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 3.5vw;
      font-weight: bold;
      margin: 0 auto;
      padding: 10px;
      width: 60%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: multiply;
    }
    .img-text2 {
      background-color: #222;
      color: white;
      font-family: Arial, sans-serif;
      font-size: 3.5vw;
      font-weight: bold;
      margin: 0 auto;
      padding: 10px;
      width: 60%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      mix-blend-mode: multiply;
    }

    .bt_h1 {
        font-size: 33px;
    }
    .bt_h2 {
        font-size: 28px;
    }
    .bt_h3 {
        font-size: 24px;
    }
    .bt_h4 {
        font-size: 20px;
    }

    .html-div-embed_skal {
        max-width: 100%;
        font-size: 14px;
    }
    .img-width-300 {
        max-width: 90%;
        max-width: 400px;
    }
    #img300 {
        width: 90%;
        max-width: 400px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color:rgba(0,0,0,1.0);
    }
    .text_tag1{
        max-width: 90%;
        white-space:pre-wrap;
    }
    .text_tag2{
        max-width: 90%;
        white-space:pre-wrap;
    }

    .img-width-640 {
        width: 100%;
        max-width: 640px;
        padding: 0 0 0 0;
    }

    .w3-img-anv {
        max-height: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .bild-text-block-emb {
      position: absolute;
      z-index: 5;
      width: 100%;
      max-width: 740px;
      top: 20px;
      left: 0px;
      background: rgba(0, 0, 0, 0.90); /* Black background with 0.5 opacity */
      color: white;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .dark-bild-text-block-emb {
      background: rgba(230, 230, 230, 0.90); /* White background with 0.5 opacity */
      color: black;
    }

    #img300 {
        width: 90%;
        max-width: 400px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color:rgba(0,0,0,1.0);
    }
    .text_tag1{
        max-width: 90%;
        white-space:pre-wrap;
    }
    .text_tag2{
        max-width: 90%;
        white-space:pre-wrap;
    }

    .img-width-640 {
        width: 100%;
        max-width: 640px;
        padding: 10px 10px 10px 0;
    }

    .img-cont1 {
        background-image: url("/static/image/bokartid_tid.jpg");
        background-size: cover;
        position: relative;
        height: 120px;
    }
    .img-cont2 {
        background-image: url("/static/image/bokartid_hem.jpg");
        background-size: cover;
        position: relative;
        height: 120px;
    }

    .button.play {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 52px;
      height: 52px;
      border-style: solid;
      box-sizing: border-box;
      border-width: 27px 0px 27px 52px;
      border-color: transparent transparent transparent #b0b0b0;
      transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 1001px) and (max-width: 1599px) {
    .html-div-embed_skal {
        max-width: 90%;
        max-width: 420px;
        font-size: 14px;
    }
    .img-width-300 {
        max-width: 90%;
        max-width: 400px;
    }

    .html-div-1_skal {
        max-width: 400px;
    }
    .html-div-2_skal {
        max-width: 740px;
    }

    #img300 {
        width: 90%;
        max-width: 400px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color:rgba(0,0,0,1.0);
    }
    .text_tag1{
        max-width: 90%;
        white-space:pre-wrap;
    }
    .text_tag2{
        max-width: 90%;
        white-space:pre-wrap;
    }

    .img-width-640 {
        width: 100%;
        max-width: 640px;
        padding: 10px 10px 10px 0;
    }

    .img-cont1 {
        background-image: url("/static/image/bokartid_tid.jpg");
        background-size: cover;
        position: relative;
        height: 150px;
    }
    .img-cont2 {
        background-image: url("/static/image/bokartid_hem.jpg");
        background-size: cover;
        position: relative;
        height: 150px;
    }
}

@media screen and (min-width: 1600px) {
    .text_std{
        font-family: Arial, sans-serif;
        white-space:pre-wrap;
        font-size: 17px;
    }

    .bt_h1 {
        font-size: 64px;
    }
    .bt_h2 {
        font-size: 56px;
    }
    .bt_h3 {
        font-size: 48px;
    }
    .bt_h4 {
        font-size: 40px;
    }

    .html-div-embed_skal {
        max-width: 90%;
        max-width: 420px;
        font-size: 14px;
    }
    .html-div-embed_link {
        width: max-content;
        max-width: 400px;
        color: #ddd;
        padding: 7px 0px 7px 0px;
        margin: -10px 0 20px 0;
        font-size: 16px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .img-width-300 {
        max-width: 90%;
        max-width: 400px;
    }

    .html-div-1_skal {
        max-width: 400px;
    }
    .html-div-2_skal {
        max-width: 740px;
    }

    #img300 {
        width: 90%;
        max-width: 400px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        background-color:rgba(0,0,0,1.0);
    }
    .text_tag1{
        max-width: 90%;
        white-space:pre-wrap;
    }
    .text_tag2{
        max-width: 90%;
        white-space:pre-wrap;
        font-size: 16px;
    }
    .bt_extern_link {
        cursor: pointer;
        text-decoration: underline;
        font-size: 16px;
    }

    .img-width-640 {
        width: 100%;
        max-width: 640px;
        padding: 10px 10px 10px 0;
    }
}


/********** Media Screen DEFINIERA OM !!! **********/
/*
@media screen and (min-width: 601px) and (max-width: 800px) {
    .html-div-embed_inner_link {
        width: max-content;
        max-width: 180px;
    }
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .html-div-embed_inner_link {
        width: max-content;
        max-width: 240px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1299px) {
    .html-div-embed_inner_link {
        width: max-content;
        max-width: 300px;
    }
}
*/

/* light/dark mode ***********************************/

.dark-html-div-embed_link {
    color: #191918;
}
