#titananim {
  /*stroke-dasharray: 125;*/
  stroke-dasharray: 125;
  stroke-dashoffset: 100;
  animation: dash1 1s;

}
@keyframes dash1 {
  from {
    stroke-dasharray: 0;
  }
  to {
    stroke-dasharray: 125;
  }
}




/* tror inte detta används
.mim_mailbg{

border: 1px solid #CECECE;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
min-height: 300px;
}
*/
.nim_checkboxlist{

}
.nim_grid{
 display: grid;
grid-template-columns: auto auto auto;
text-align: left;
}

.mim_mailbg{
    background:white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    text-align:left;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;


    color:black;
    width: 100%;
    /* margin-top:14px; */
    /* margin-bottom: 14px; */
    font-size: 14px;
    max-width: 650px;
    font-family: Roboto-Regular;


}

.nim_mailheadning {
    font-size: 22px;
    line-height: 56px;
}

.nim_mailsender{line-height: 15px;color: #202124;}

.nim_mailto{
    line-height: 24px;
    color: #202124;

}
.nim_pagecontent{
    font-size: 22px;

}


@media only screen and (max-width : 700px) {
    .nim_pagecontent {
        font-size: 18px;
    }
    .nim_cp .nim_footer {
        display: none;
    }


}

.nim_topmenu {

    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;

}


#Layer_1{
    width: 100px
}

.nim_linkex span{

    font-size: 32px;
    cursor: pointer;


}

.nim_linkex span:hover{

    background: pink;


}
.nim_topmenu .nim_transparent_button{
    display:none;
}
.nim_page>img{
    max-width: 100% !important;
    width: 650px !important;
}
.nim_roundbackdrop {
    height: auto;
    overflow: hidden;
    margin: auto;
    color: #000000;
    width: 100%;
    border-radius:unset;
    background:unset;
    display: flex;
    justify-content: center;

}
.nim_roundbackdrop > img {
    max-width: 40%;
    max-height: 220px;

    width: auto;
}

/*.nim_roundbackdrop::before {
        border-radius: 50%;
   height: 150px;
        width: 150px;
        background: yellow;
        content: '';
        position: absolute;
        left: calc(50% - 75px);
        top: 20px;
}*/




.nim_roundbackdrop {
  height: auto;
overflow: hidden;
  margin: auto;
  color: #000000;
  width: 100%;
  border-radius: unset;
  background: unset;
  display: flex;
  justify-content: center;
  max-width: 500px;
  padding-top:10px;


}

.nim_ball{
  position:relative;
  width:40%;
  padding-bottom:40%;
  background:pink;
  border-radius:50%;
}

.nim_ball img{
  position:absolute;
  top:50%; left:50%;
  transform: translate(-50%, -50%);
  margin:0;
}




@media only screen and (max-width : 600px) {
  .nim_slideimg {

    width:50%
  }

    .nim_arrownavigation.nim_rewbutton,.nim_arrownavigation.nim_fwdbutton{
        display:none;
    }
    .nim_pagecontent {
        font-size: 18px;
    }
    .nim_cp .nim_footer {
        display: none;
    }
    #Layer_1{
        width: 70px
    }
    .nim_topmenu{
        padding:0;
    }
    .nim_svglogo {
        height: auto;
    }
    .nim_progressbox{
        margin:0;
    }

    #nim_tooltipbox {
        /*left:auto !important;*/
    }
    .nim_linkex span {
        font-size:18px;
    }


}

/* URL BOX */
.nim_urlbox {
  background-color: white;
  height: 260px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}
.nim_urlmap {
  top: 45%;
}
.nim_tooltiptext {
  position: absolute;
  z-index: 1;
  /*width: 120px;*/
  color: #fff;
  text-align: center;
  padding: 14px 14px;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .nim_tooltiptext {
    padding: 10px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 400px) {
  .nim_urlbox {
    height: 160px;
  }
  .nim_urlmap {
    font-size: 14px;
  }
}
.nim_tooltiptext1 {
  background-color: #EF8684;
  top: -230%;
  left: 0px;
}
.nim_tooltiptext1::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 30%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #EF8684 transparent transparent transparent;
}
.nim_tooltiptext2 {
  background-color: #F1CB63;
  top: 150%;
  left: -21px;
}
.nim_tooltiptext2::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #F1CB63 transparent;
}
.nim_tooltiptext3 {
  background-color: #01365C;
    top: -230%;
  left: 18px;
}
.nim_tooltiptext3::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #01365C transparent transparent transparent;
}
.nim_tooltiptext4 {
  background-color: #136F67;
  top: 150%;
  left: 0px;
}
.nim_tooltiptext4::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #136F67 transparent;
}

/* END URL BOX */




/*Jag tror det är jag som glömt att styka dessa*/
/*.nim_fill_button {
    color: black;
    background: #FEE4C4;
   border-radius: 39px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 8px;
    cursor: pointer;
    max-width: 150px;
    margin: auto;
}

.nim_ansalt1 {
color: #fff;
background-color: #ED2264;
font-weight: 700;
text-align: center;
width: 100%;
height: 80px;
padding: 20px;
margin: 20px
}
.nim_ansalt2 {
color: #fff;
background-color: #ED583A;
font-weight: 700;
text-align: center;
width: 100%;
height: 80px;
padding: 20px;
margin: 20px

}
.nim_ansalt3 {
color: #fff;
background-color: #ED5056;
font-weight: 700;
text-align: center;
width: 100%;
height: 80px;
padding: 20px;
margin: 20px

}
.nim_ansalt4 {
color: #fff;
background-color: #F9C1A0;
font-weight: 700;
text-align: center;
width: 100%;
height: 80px;
padding: 20px;
margin: 20px

}*/



/* Jacob cookie  */
.cookie-consent-banner {
  width: 50%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; 
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.cookie_nim_lang_17_2{ 
  border: 2px solid blue;
  background-color: white;
  color: black;
  padding: 14px 28px;
  
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  width: 30%;
}

.cookie_nim_lang_17_3{ 
  border: 2px solid blue;
  background-color: white;
  color: black;
  padding: 14px 28px;
  
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  width: 30%;
}

.cookie_nim_lang_17_4{ 
  border: 2px solid blue;
  background-color: blue;
  color: white;
  padding: 14px 28px;

  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  width: 30%;
}

/* .nim_lang_17_8{
  color: black;
}

.nim_lang_17_9{
  color: black;
}
.nim_lang_17_10{
  color: black;
}
.nim_lang_17_11{
  color: black;
} */
.cookie-consent-banner__actions{
  display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        height: 100px;
        
  
}

.cookie-consent-banner__actions div
{
  width: 100%;
       padding-top: 0px;
        text-align: center;
        color: #000000;
        font-weight: bold;
       
        
}

.cookie-btn-placement{
  /* background-color: red; */
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  
}

.cookie-btn-placement2{
  /* background-color: grey; */
  border: 2px solid #ccc;
}

.cookie-btn-placement3{
  /* background-color: yellow; */
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.cookie-btn-placement4{
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}


.switch {
  
      
      display: inline-block;
      width: 60px;
      height: 34px;
      /* background-color: blue; */
}

.cookie-consent-banner__actions_two{
  margin: 8px;
  padding: 12px 20px;
}

.cookie-consent-banner__description {
  color:black;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.cookie-consent-banner__header{
  color:black;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
}



.switch input { 
  display: none;
}

.slider {
  position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
}

.slider:before,
.slider .number {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider .number {
  background: none;
  font-size: 14px;
  left: 9px;
  top: 9px;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before,
input:checked+.slider .number {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.infoBox{
  display: none;
}

@media only screen and (max-width: 992px){
  .cookie-consent-banner{
    width: 90%;
  }
}

@media only screen and (max-width: 700px){
  .cookie-consent-banner{
    width: 100%;
    text-align: start;
    font-size: 80%;
    border-radius: 5px;
    padding: 20px;
    
  }
 
  .nim_lang_17_8, .nim_lang_17_9, .nim_lang_17_10, .nim_lang_17_11{
    display: inline-block;
    margin: 0;
    align-items: start;
    
  }
 
  
  .cookie-consent-banner__header{
    font-weight: bold;
    text-align: start;
    padding-left: 0px;
  }
  
  .cookie-consent-banner__description{
    font-size: 80%;
    padding-left: 0px;
  }
  .cookie-consent-banner__actions_two{
    padding: 0px;
    cursor: pointer; 
    width: 100%; 
    margin: 0px;
    
  }
  .nim_lang_17_2, .nim_lang_17_3, .nim_lang_17_4{
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    width: 100%;
  }

  .infoBox_container{
     display: flex;
    overflow: auto;
    flex-direction: column;
    height: 100%; 
    height: 100px;
    
  }  

 .infoBox{
   display: none;
   
  /* flex-shrink: 3;
   display: flex;
   visibility: hidden;
   line-height: 0; */
 }

 .cookie-consent-banner__actions{
  height: fit-content;
  display: inline-block;
  margin: 0;
  align-items: start;
  
  width: 100%;
}

.cookie-consent-banner__actions div{
  width: 100%;
  padding: 10px;
  text-align: start;  
 
  border: none;
  font-weight: bold;
  border-radius: 5px;
}


.switch{
  float: right;
  display: inline-block;
    width: 60px;
    height: 24px;
}


.cookie-btn-placement{
  
  
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
  
}

.cookie-btn-placement2{
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
  
}

.cookie-btn-placement3{
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
  
}

.cookie-btn-placement4{
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
  
} 


.slider:before,
.slider .number {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}



.slider.round {
  border-radius: 34px;
  top: -9px;
}

.slider.round:before {
  border-radius: 50%;
}

}



@media only screen and (max-width: 2560px){
    #cookie-page {
        min-height: 555px;
    }
}
@media only screen and (max-width: 1440px){
    #cookie-page {
        min-height: 591px;
    }
}
@media only screen and (max-width: 1024px){
    #cookie-page {
        min-height: 660px;
    }
}
@media only screen and (max-width: 768px){
    #cookie-page {
        min-height: 634px;
    }
}
@media only screen and (max-width: 425px){
    #cookie-page {
        min-height: 843px;
    }
}
@media only screen and (max-width: 375px){
    #cookie-page {
        min-height: 857px;
    }
}
@media only screen and (max-width: 320px){
    #cookie-page {
        min-height: 927px;
    }
}













