/* --------------------------------------- */
/*              TempModal til DMI          */
/* --------------------------------------- */
 
/* Style til at rykke */

.IntroPopContainer {
    padding:0.01em 16px;
}

.IntroPopModal {
    box-sizing: border-box;
    z-index:3;
    display:none;
    padding-top:30vh;
  padding-right: 15px;
    position:fixed;
    top:0;
  left:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgba(0,0,0,0.4);
}

.IntroPopModalContent {
    margin:auto;
    background-color:#fff;
    position:relative;
  border-radius: 5px;
    padding:0;
    outline:0;
    width:40%;
  min-width: 250px;
  max-width: 500px;
    text-align: left;
  padding-bottom:70px;
  box-shadow: 0px 5px 15px #0C2B8236;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}
  
.IntroPopHeader {
    padding: 0px 0px 0px 0px;
    background-color: rgba(12,44,131,1);
    text-align: left;
  border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
  
.IntroPopHeader h3 {
    font-size: 1.11111rem;
  color: white;
    margin: 0px 0px 10px 0px;
  padding-left: 40px;
    line-height: 1.11111rem;
  position: relative;
  bottom: 17px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}  

.IntroPopHeader img {
  display: inline-block;
  margin: 5px 10px 0px 10px;
  width: 10%; 
  height: auto; 
  position: relative; 
}

.IntroPopModalContent p {
  font-size: 1rem;
  padding: 0px 10px 0px 10px;
  margin-bottom: 15px;
}

.IntroPopContainer button {
  padding: 15px;
  font-size: 1rem;
  position: absolute;
  max-height: 50px;
  border: 0.5px solid rgba(12,44,131,1);

  border-radius: 48px;
  z-index: 99;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
  text-align: center;
    cursor: pointer;
  box-shadow: 0px 5px 15px rgba(12, 43, 130, 0.09);
}

.IntroPopContainer button:focus {
  border: 1px dashed #56c6fe;
}

.IntroPopContainer button:hover {
  background-color: #4962a2;
  border: 0.5px solid rgba(12,44,131,1);
  color: white;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}
  
.IntroPopButton {
    background-color:rgba(12,44,131,1);
  right: 10px;
  width: 30%;
  color: white;
}

.IntroPopButtonExit {
    background-color: white;
  font-weight: 600;
  right: 33%;
  width: 15%;
  padding: 0px 15px;
  color: rgba(12,44,131,1);
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

/* ------------------------- */
/*      Faktaboks style      */
/* ------------------------- */

.FaktaboksDefault {
  background-color: #99a7bc;
  padding: 10px 15px;
  margin: 0 0 24px 0;
}

.Faktaboks {
  background-color: #99a7bc;
  padding: 10px 15px;
  width: 66.66667%;
  margin: 0 0 24px 0;
}

.FaktaboksDefault p {
  color: black !important;
}

.Faktaboks p {
  color: black !important; 
}

.Faktaboks li {
  color: black !important;
}

/* Introboks - frie data links*/
.LinkBoks {
  background-color: #f4f4f4;
  margin: 20px 0;
}

/* ------------------------------------------------- */
/*                    Menu line Styling              */
/* ------------------------------------------------- */

.vejr-nav-aktiv {
    color: #0C2B82;
    font-weight: 500;
    padding-bottom: 16.5px;
    border-bottom: 1px solid #0C2B82;
}
  
.vejr-navigation {
  display: block;
}
  
.vejr-oversigt {
    color: #0C2B82;
    display: block;
    font-size: 1rem;
    text-align: center;
    padding: 0;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7eaf0;
}
  
.vejr-oversigt a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
  
.vejr-oversigt li {
    display: inline-block;
    padding: 0 10px 0 0;
    color: #000000;
}
  
.vejr-oversigt a:hover {
    color: #0C2B82;
    font-weight: 300;
}
  
.vejr-oversigt a:hover,
.vejr-oversigt a:hover::after,
.vejr-oversigt a:focus,
.vejr-oversigt a:focus::after {
    border-bottom: 1px solid #0C2B82;
    padding-bottom: 16.5px;
}  


/* ------------------------------------------------- */
/*                    Hjælp Knap                     */
/* ------------------------------------------------- */

.toogleHelpText {
  width: 100px;
   padding: 5px 15px 5px 15px;
  font-size: 20px;
  height: auto;
  background: rgba(11, 43, 130, 1);
  color: white;
  z-index: 1;
  border-radius: 100px;
  transition: transform 0.5s, top 0.5s;
  position: fixed;
  bottom: 20px;
  right: 0px; 
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.toggleHelpKnap + label:focus, .toggleHelpKnap, .toggleHelpKnap + input:focus {
  border: 2px dotted #1de2cd;
}

.toggleHelpKnap:hover + label, .toggleHelpKnap:hover + label:before, .toggleHelpKnap:hover + label:after {
  color: white;
  background: rgba(11, 43, 130, 0.7);
  cursor: pointer;
}

 .toggleHelpKnap:checked + .toogleHelpText {
  background: white;
  border: 1px solid #0b2b82;
  color: #0b2b82;
  overflow: hidden;
}

.toggleHelpKnap:checked ~ ul .helpMenu-punkt {
  opacity: 1;
}
.toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(1) {
  transform: rotate(-0deg) translateX(-120px) translateY(18px);
}
.toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(2) {
  transform: rotate(10deg) translateX(-110px) translateY(-0px);
}
.toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(3) {
  transform: rotate(45deg) translateX(-110px) translateY(30px);
}
.toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(4) {
  transform: rotate(65deg) translateX(-122px) translateY(40px);
}

.toggleHelpKnap:checked ~ ul .helpMenu-punkt a {
  pointer-events: auto;
}

/* Hjælp menu items */
 .helpMenu-punkt {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 0px; 
  margin: auto;
  width: 100px;
  height: auto;
  display: block;
  opacity: 0;
  transition: 0.5s;
}

.helpMenu-punkt a {
  display: block;
  width: inherit;
  height: inherit;
  line-height: 23px;
  padding: 5px 5px 5px 5px;
  color: white;
  background: rgba(11, 43, 130, 1);
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  pointer-events: none;
  transition: 0.2s;
}

.helpMenu-punkt a:hover {
  color: white;
  background: rgba(11, 43, 130, 0.7);
  font-size: 18px;
  cursor: pointer;
}

.helpMenu-punkt a:focus {
  border: 2px dotted #1de2cd;
}
 
.helpMenu-punkt:nth-child(1) a {
  transform: rotate(0deg);
}
.helpMenu-punkt:nth-child(2) a {
  transform: rotate(-10deg);
}
.helpMenu-punkt:nth-child(3) a {
  transform: rotate(-45deg);
}
.helpMenu-punkt:nth-child(4) a {
  transform: rotate(-65deg);
}

/* ------------------------------------------------------------------------- */
/*                               Responsive                                  */
/* ------------------------------------------------------------------------- */

@media only all and (max-width: 1300px) {
  
  .IntroPopContainer button {
        width: 45%;
    font-size: 0.9rem;
    }
  
  .IntroPopButtonExit {
    right: 50%;
  }
  
  .IntroPopHeader h3 {
    font-size: 1rem;
  }
    
  .IntroPopModalContent p {
    font-size: 0.9rem;
    padding: 0px 5px 0px 5px;
  }
   
}

@media only all and (max-width: 1050px) {
  .vejr-nav-aktiv {
    padding-bottom: 2px;
  }
  
  .vejr-oversigt a:hover,
  .vejr-oversigt a:hover::after,
  .vejr-oversigt a:focus,
  .vejr-oversigt a:focus::after {
    padding-bottom: 2px;
  } 
}

@media only all and (max-width: 1023px) {
  .toogleHelpText {
    width: 80px;
    height: auto;
    padding: 5px 15px 5px 15px;
    line-height: 20px;
    font-size: 18px;
    bottom: 65px;
  }
  
  .toggleHelpKnap:checked + .toogleHelpText {
    color: #0b2b82;
    font-size: 18px;
  }
  
  .helpMenu-punkt {
    width: 80px;
    height: auto;
    bottom: 75px;
  }

  .helpMenu-punkt a {
    font-size: 15px;
    padding: 3px 5px 3px 5px;
    line-height: 19px;
  }

  .helpMenu-punkt a:hover {
    color: white;
    font-size: 13px;
  }
  
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(1) {
    transform: rotate(-0deg) translateX(-90px) translateY(17px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(2) {
    transform: rotate(5deg) translateX(-83px) translateY(-2px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(3) {
    transform: rotate(10deg) translateX(-75px) translateY(-23px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(4) {
    transform: rotate(20deg) translateX(-75px) translateY(-39px);
  }
  .helpMenu-punkt:nth-child(1) a {
    transform: rotate(0deg);
  }
  .helpMenu-punkt:nth-child(2) a {
    transform: rotate(-5deg);
  }
  .helpMenu-punkt:nth-child(3) a {
    transform: rotate(-10deg);
  }
  .helpMenu-punkt:nth-child(4) a {
    transform: rotate(-20deg);
  }

  .Faktaboks {
    width: 100%;
  }

}


@media only all and (max-width: 700px) {
  
  .toogleHelpText {
    width: 75px;
    height: auto;
    padding: 5px 15px 5px 15px;
    line-height: 19px;
    font-size: 15px;
    bottom: 60px;
  }
  
  .toggleHelpKnap:checked + .toogleHelpText {
    width: 75px;
    color: #0b2b82;
    font-size: 15px;
  }
  
  .helpMenu-punkt {
    width: 75px;
    height: auto;
    bottom: 75px;
  }

  .helpMenu-punkt a {
    font-size: 13px;
    padding: 3px 5px 3px 5px;
    line-height: 18px;
  }

  .helpMenu-punkt a:hover {
    color: white;
    font-size: 13px;
  }
  
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(1) {
    transform: rotate(-0deg) translateX(-80px) translateY(17px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(2) {
    transform: rotate(5deg) translateX(-73px) translateY(-2px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(3) {
    transform: rotate(10deg) translateX(-65px) translateY(-23px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(4) {
    transform: rotate(20deg) translateX(-67px) translateY(-39px);
  }
  .helpMenu-punkt:nth-child(1) a {
    transform: rotate(0deg);
  }
  .helpMenu-punkt:nth-child(2) a {
    transform: rotate(-5deg);
  }
  .helpMenu-punkt:nth-child(3) a {
    transform: rotate(-10deg);
  }
  .helpMenu-punkt:nth-child(4) a {
    transform: rotate(-20deg);
  }
}

@media only all and (max-width: 420px) {
  
  .IntroPopContainer {
    display: none;
  }
  
  .IntroPopContainer button {
    display: none;
  }
  
  .IntroPopButtonExit {
    display: none;
  }
    
  .helpMenu-punkt {
    display: none;
  }
  
  .toogleHelpText {
    display: none;
  }
  
  .toggleHelpKnap:checked + .toogleHelpText {
    display: none;
  }
  
  .helpMenu-punkt a {
    display: none;
  }
  
  .helpMenu-punkt a:hover {
      display: none;
  }
  
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(1) {
    transform: rotate(-0deg) translateX(-70px) translateY(13px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(2) {
    transform: rotate(5deg) translateX(-65px) translateY(-1px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(3) {
    transform: rotate(10deg) translateX(-60px) translateY(-17px);
  }
  .toggleHelpKnap:checked ~ ul .helpMenu-punkt:nth-child(4) {
    transform: rotate(20deg) translateX(-59px) translateY(-27px);
  }
  
}