@font-face {
    font-family: Montserrat;
    src: url("../fonts/MontserratRegular.woff");
  }

  body {
    font-family: Montserrat !important;
    background-color: #F8FAFA;
    color: #000000 !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  } 


.landing{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 50%;
     background: url("../img/recruitment/bg.jpg")no-repeat center center fixed;
    background-size: cover;
}
.landing_banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-position: top;
    background-color: #BF1E2E;
}
.landing_title {
    margin-left: 10%;
    margin-top: 1%;
    margin-bottom: 1%;
    font-weight: bold;
    font-family: Montserrat;
    text-align: justify;
    text-justify: inter-word;
    /* font-style: normal; */
    font-weight: bolder;
    color: white;
}
    .landing_title:hover{
        color: white!important;
        text-decoration: none;
    }
    .circle {
        height: 3.3vw;
        width: 3.3vw;
        /* line-height: 3vw; */
        /* font-size: 2em; */
        float: left;
        color: #BF1E2E;
        font-weight: bold;
        margin-right: 0.1vw;
        text-align: center;
        border: 2px solid #BF1E2E;
        border-radius: 50%;
    }

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}
.leftbut{
    box-shadow: 0 2px 6px #728394;
    background-color: rgba(135, 135, 135, 0.9);
 
    color: #fff;
}
.left_but{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color:  rgba(135, 135, 135, 0.9);
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}
.right_but{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color:   #FF6464;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}
.testtimer{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 49px;
/* identical to box height */

text-align: center;

color: #000000;
}

.tick {
    background-color: rgba(239, 247, 250, 0.93);
    border-color: #28a745;
    padding-right: calc(1.5em + 1.8rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(1.675em + 0.1875rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
 



.switch-container {
    width: 5rem;
    height: 2rem;
    border-radius: 10em;
    box-shadow: 3px 3px 10px 3px #cfd8dc;
    position: relative;
    background-color: #FF6464;
  }
  
  .switch-color {
    width: 22em;
    height: 8em;
    left: 1em;
    top: 1em;
    background: #cfd8dc;
    border-radius: 10em;
    z-index: -1;
    position: absolute;
    transition: all 500ms cubic-bezier(0.34, 1.36, 0.2, 1);
  }
  
  .switch-container label {
    width: 1.8em;
    height: 1.8em;
    border-radius: 10em;
    background: white;
    color: white;
    position: absolute;
    float: left;
    top: 0.2rem;
    left: 0.2rem;
    /* box-shadow: 2px 2px 10px 2px #cfd8dc; */
    z-index: 99;
    cursor: pointer;
  }
  
  .switch-container label::before {
    content: attr(data-off);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2em;
    content: "\f00d";
    position: absolute;
    left: 0.42em;
    top: 0;
    color: #FF6464;
  }
  
  .switch-container label::after {
    content: attr(data-on);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2em;
    content: "\f00c";
    position: absolute;
    left: 0.2em;
    top: 0;
    opacity: 0;
    color: #00e676;
  }
  
   .title_switch_right {
    float: right;
    position: absolute;
    right: 15%;
    top: 8%;
    font-size: 1.2rem;
    color: white;
   }
   .title_switch_left {
    float: left;
    position: absolute;
    left: 15%;
    top: 8%;
    font-size: 1.2rem;
    color: white;
   }

/*input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}*/

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}
  
   #availability:checked ~ label::before ,  #driver_license:checked ~ label::before , #smartphone:checked ~ label::before , #previous_experience:checked ~ label::before {
    opacity: 0;
  }
  
  #availability:checked ~ label::after , #driver_license:checked ~ label::after , #smartphone:checked ~ label::after , #previous_experience:checked ~ label::after {
    opacity: 1;
  }
  
  #availability:checked ~ label ,#driver_license:checked ~ label , #smartphone:checked ~ label , #previous_experience:checked ~ label {
    transform: translatex(3.4em) rotatez(360deg);  }
  
  
    #availability:checked ~ label ,  #driver_license:checked ~ label ,  #smartphone:checked ~ label , #previous_experience ~ label {
    transition: all 1s cubic-bezier(0.34, 1.36, 0.2, 1);
  }
  
  .switch-container input {
    display: none;
  }



  /* Progresss bar */
   
  .base-timer {
    position: relative;
    width: 150px;
    height: 150px;
  }
  
  .base-timer__svg {
    transform: scaleX(-1);
  }
  
  .base-timer__circle {
    fill: none;
    stroke: none;
  }
  
  .base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
  }
  
  .base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
  }
  
  .base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
  }
  
  .base-timer__path-remaining.orange {
    color: orange;
  }
  
  .base-timer__path-remaining.red {
    color: red;
  }
  
  .base-timer__label {
    position: absolute;
    width: 155px;
    height: 150px;
    top: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  .base-timer-icon-play{
    position: absolute;
    width: 50px;
    height: auto;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 35%; 
  }

  .base-timer-icon{
    position: absolute;
    width: 45px;
    height: auto;
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 33%;
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */

  }
  /* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}  


.activities .activity .activity-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    left: 11px;               /* relative to marker width */
    top: 5px;                 /* offset top */
    height: 100%;             /* responsive heights */
    margin: auto;
    border-left: 2px dashed black;
    z-index: -1;              /* handle stacking context */
  }

.Erfaring .Uddannelsesbeviser .Diverse .Grundl .Gode .Gennemgang ::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    transition: 0.5s;
    left: 30px;
    color: #868e96;
}

.Grundl::after {
    content: " De fem grundlggende tolkeprincipper";
}

.Gode::after {
    content: " Den Gode Tolkning";
}
.Gennemgang::after {
    content: " Gennemgang af vores tolkeapp";
}


.Erfaring::after {
    content: " Erfaring";
}

.Uddannelsesbeviser::after {
    content: " Uddannelsesbeviser og diplomer";
}

.Diverse::after {
    content: " Diverse";
}