.underpagebanner {
    min-height: 300px;
    background-size: cover;
}

.workpath-hero {
    background-image: url('../img/work_path_hero_banner.png');
    background-size: cover;
}

.partnerbanner {
    background-image: url('../img/work_path_hero_banner.png');
    background-size: cover;
}

.underpagebannerimage{
    background-image: url('../img/wolf_security_hero_banner.png');
}

.underpagebannerimage2{
    background-image: url('../img/sustainability_hero_banner.png');
}

.specialunderpagebanner {
    min-height: 1472px;
    background-image: url('../img/frame.png');
    background-size: cover;
}

.minheightform {
    min-height: 370px;
}
.border-radius{
    border-radius: 20px; 
}

.playbutton{
    position: absolute;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.modal-backdrop {
    background-color: black;
}

.modal-backdrop.show {
      opacity: 0.75;
    }

.pointer{
    cursor: pointer;
}
.cards {
    border-radius: 20px;
    min-height: 450px;
}
.card1 {
    background-image: url('../img/1_bios_500x500.png');
    background-size: cover;
    background-position: center center;
}
.card2 {
    background-image: url('../img/2_godkendelse_500x500.png');
    background-size: cover;
    background-position: center center;
}
.card3 {
    background-image: url('../img/3_runtime_500x500.jpg');
    background-size: cover;
    background-position: center center;
}
.card4 {
    background-image: url('../img/4_network_500x500.jpg');
    background-size: cover;
    background-position: center center;
}
.card5 {
    background-image: url('../img/5_printer_2_500x500.jpg');
    background-size: cover;
    background-position: center center;
}

.number {
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius:50px;
    background: white;
    display:inline-block;
    width: 40px;
    height:40px;
}
.h2sharp{
    font-size: 24px;
    font-family: 'Grotesk';
    line-height: 26px;
}

.h2small{
    font-size: 18px!important;
    line-height: 24px!important;
  
}

.h2simple{
    font-size: 24px;
    line-height: 26px;
}

.h3sharp{
    font-size: 19px;
    line-height: 26px;
    font-family: 'Grotesk';
}

.bold {
    font-weight: bold;
}

.large {
    font-size: 1.8rem;
}

.HPLarge{
    font-size: 56px;
}

.margintopminus {
    margin-top: -100px;
}

.small {
    font-size: 13px;
    line-height: 16px;
}

.underpagebanner-mini {
    height: 375px;
    background-image: url('../img/image3.png');
    background-size: cover;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.carousel-inner{
    width:auto;
}

.pulldown {
    bottom: -110px;
    right:0px;
    position: absolute;
}

.inputtext {
    display:none;
}

.pagebanner {
    height: 900px;
    background-size: cover;
}


.showonmobile {
    display:none;
}

.infoboxlarge {
    background-size: cover;
    background-image: url('../img/workpath_infobox_back.jpg');
    background-repeat: no-repeat;
    background-color: white;
    background-position: left center;

}

.infoboxlargev2 {
    background-size: cover;
    background-image: url('../img/darkbgwithgirl_carbonneutral.jpg');
    background-repeat: no-repeat;
    background-color: white;
    background-position: left center;
}

.infoboxwolf {
    background-size: cover;
    background-image: url('../img/print-security-background.jpg');
    background-repeat: no-repeat;
    background-color: white;
    background-position: left center;

}

.quizslide {
    margin-top: 0px;
    opacity:1;
    transition: 0.5s;
    position:static;
}

.quizslideaway {
    opacity: 0;
    margin-top: 15px;
    position: absolute;
    transition: 0.5s;
    pointer-events:none;
}



.noarrows2{
    visibility: hidden;
}

.bgforfun {
    background-image: url('../img/image5.png');
    background-size: cover;
    min-height: 300px;
}
@media only screen and (max-width: 1199px) {
    .minheightform {
        min-height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .turnblack{
        color: black;
    }
    .hideonmobile {
        display:none;
    }
    .showonmobile {
        display:block;
    }
    .infoboxlarge, .infoboxlargev2 {
  
        background-image: none;
       
    
    }
    .number {
        position: initial;
        top: 0px;
        left: 0px;
    }
    .cards{
        min-height: 365px;
    }
}

@media only screen and (max-width: 600px) {
  
    .noarrows{
        display:none;
    }
    .noarrows2{
        visibility: visible;
    }
   
    .underpagebanner-mini {
        height: auto;
        
    }
.h2sharp {
    font-size: 17px;
    font-family: 'Grotesk';
    line-height: 24px;
}

.h2small {
    font-size: 14px !important;;
}
.underpagebanner {
    min-height: 195px;
 
}
.pulldown {
    bottom: 0px;
    right: 0px;
    position: initial;
}
.hide {
    display:none;
}
h1 {
    font-size: 2.2rem;
    line-height: 1;

}
.h1lookalike {
    font-size: 2.2rem;
    line-height: 1;
    
}
}
@media only screen and (max-width: 600px) {
    .h2sharp {
        font-size: 15px;
        font-family: 'Grotesk';
        line-height: 24px;
    }
    
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }


.inactive {
    pointer-events: none;
    opacity: 0.3!important;
    transition: 1s;
}

.active {
    opacity: 1;
    transition: 1s;
}







  .inputcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .inputcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .inputcontainer:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .inputcontainer input:checked ~ .checkmark {
    background-color: #0096d6;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .inputcontainer input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .inputcontainer .checkmark:after {
    left: 8px;
    top: 2px;
    width: 10px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

