/* generic */
@font-face {
    font-family: 'leo_head_font';
    src: url("./../fonts/Dosis-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'leo_body_font';
    font-style: normal;
    font-weight: 400;
    src: url("./../fonts/Dosis-Medium.ttf") format("truetype");

}

html {
    font-family: Arial, sans-serif;
    font-size:2.96vh;
    line-height: 4vh;
    color: #000;
    background-color: #fff;
}

p {
    margin-bottom: 1rem;
    line-height: 1.2rem;
    margin-left: 1rem;
}

li {
    line-height: 1.1rem;
}

h1, h2, h3 {
    font-family: 'leo_head_font', Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 3rem;
    color: #642382;
    float: none;
    clear: left;
    margin-bottom: 1rem;

}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.5rem;
    color: #28a532;
    margin-bottom: 0.5rem;

}

body {
    background-color: #fff;
    margin: 0px;


}

a {
    color: #641c76;
}


.digibord_wrapper {
    float: left;
    width: 100%;


}


.step {
    float:left;
    width:100%;
}
.groep_indicator
{
    float:right;
    font-family: 'leo_head_font', Arial, sans-serif;
    height:16vh;
    width: 13.2vh;
    background-image: url("./../images/groep.svg?v=2");
    background-repeat: no-repeat;
    background-size: contain;

    display:flex;
    align-items: center;
    justify-content: center;

    font-size: 7vh;
    color: #fff;
    margin-bottom:-1vh;
}

.step_head
{
    float:left;
    width:100%;
    height:20vh;
    overflow: hidden;
}
.step_footer
{
    float:left;
    width:100%;
    height:14vh;
}

.step_content
{
    padding:1rem;border-radius: 25px;border: 1px solid #000;
    height:calc(66vh - 2rem);
    float:left;
    width:100%;

}

.step_content1
{
    padding:1rem;border-radius: 25px;border: 1px solid #000;
    border-radius: 1rem 1rem 0 0;
    height:calc(60vh - 2rem - 1px);
    border-bottom:0;
    float:left;
    width:100%;
}

.step_content2
{
    padding:1rem;
    border-radius: 25px;border: 1px solid #000;

    height:calc(6vh - 1.3rem - 1px);
    border-radius: 0 0  1rem 1rem;
    float:left;
    width:100%;
    padding-top:0.3rem;
    text-align: center;
}

ol
{
    margin-top:7.4vh;
    list-style-type: decimal;
}

ol.opsomming > li
{
    font-family: leo_head_font;
    color:#c8005a;
    font-size:2.96vh;
    line-height: 4.63vh;
    padding-left:1rem;
    margin-left:3.2rem;
}


a.button
{
    background-color: #c8005a;
    color:#fff;
    text-align: center;
    font-family: leo_head_font;
    text-decoration: none;
    border-radius: 1.5rem;
    padding-left:2rem;
    padding-right:2rem;
    font-size:2.5vh;
    line-height: 4vh;
    margin-left:1rem;
    margin-right:1rem;
    display: inline-block;
}
a.button:hover
{
    transform: scale(1.2);
}



.student_name
{
    float:left;
    background-color:#fff;
    text-align:center;
    border-radius:1.5rem;
    border: 1px solid  #c8005a;
    padding-left:0.5rem;
    padding-right:0.5rem;
    font-size:2vh;
    line-height: 2.5vh;
    margin-right:0.5rem;
    margin-bottom:0.2rem;
    color:#000;
    font-family: 'leo_body_font', Arial, sans-serif;
}

.menu_top_middle
{
   /* max-width:1.4vw;*/
    height:9vh;
}

.menu_bottom
{
  height:5vh;
   /* max-width:1.4vw;*/

}