.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #2a8ae2;
    box-shadow: none;
    color:white;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/* This is just for CodePen. */

.form {
    max-width: 600px;
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-weight: normal;
    line-height: 1.625;
    margin: 8px auto;
    padding: 16px;
}

h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.mdi-36px {
     font-size: 39px;
     margin-right: 10px
 }
 
 .apple-button
 {
 
 background:#333 !important;
 color:white !important;
 
 }
 
 .android-app-button
 {
 margin-left:20px;
 background:#2C8BE3 !important;
 color:white !important;
 
 }
 
.margin-top-section
{
padding-top:35px !important;
padding-bottom:35px !important;
}

.active-menu-item {
    color: #2a8ae2 !important;
}

.btn-aanmelden-menu
{
background: #2a8ae2;
color:white !important;
border-radius: 5px;
position: relative;
display: block;
font-size: 13px;
font-weight: 600;
padding: 6px 0.5rem;
color: #282b2d;
letter-spacing: 0.5px;
text-transform: uppercase;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;

}

.btn-aanmelden-menu:hover
{
background: black;
color:white
}