#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

.ic-Login {
    display: flex;
    justify-content: flex-end;
    color: #000;
    align-content: stretch;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: 30px;
}



.mobileLogin-Header {
    z-index: 1;
    background-image: url(https://canvas-ressourcen.s3.eu-central-1.amazonaws.com/uu/uu-logo-nl.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px 42px;
    min-height: 199px;
}

body.webkit.touch  {
    height: 100%;
   /* background: #FFCD00;*/
    background: #FFCD00;
    margin: 0;
    padding: 0;
    color: var(--ic-brand-font-color-dark);
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Merriweather","Lato","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    min-width: auto !important;
}

.ic-app-header {
    border-right: solid 1px rgba(50, 50, 50, .2);
    ;
}


/* removed as causing typeface sizing issues

body {
    font-size: 0.8rem !important;
    line-height: 1.2 !important;
}

*/
.ic-Super-toggle--ui-switch .ic-Super-toggle__switch {
    width: 30px;
    height: 15px;    
}
.ic-Super-toggle--ui-switch .ic-Super-toggle__switch::after {
    width: 15px;
    height: 15px;
}
.ic-Super-toggle__switch::after {
    background-image: none !important;
}


/*
*
* ==========================================
* INTERACTIVE CARDS
* ==========================================
*
*/

.cardpage {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.cardbody{
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cardcontainer{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 1100px;
}
.card{
    width: 300px;
    background: #e0e5ec;
    padding: 40px 30px;
    margin: 20px 10px;
    border-radius: 1rem;
    box-shadow: 5px 5px 10px rgba(163,177,198,.8),
                -9px -9px 16px 5px rgba(255,255,255,.5);
}
.card h4{
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    box-sizing: border-box;
}
.card h5{
    text-align: center;
    color: #9b9b9b;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.card p{
    color: #696969;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1.5rem;
}
.card a{
    display: block;
    padding: 1.2rem;
    text-align: center;
    text-decoration: none;
        background-color: #e0e5ec; 
        border-style:hidden;
    color: #2E3B6A
    margin: 10px 0;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 3px 3px 10px rgba(163,177,198,.8),
                -5px -5px 16px 5px rgba(255,255,255,.5);
    border-radius: 100px;
}
.card a:hover{
    box-shadow: inset 5px 5px 10px rgba(163,177,198,.4),
            inset   -5px -5px 10px rgba(255,255,255,.4);
    background-color: #e0e5ec; 
}