.popupoverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.301);
    display: none;
}

.bevestigingPopup {
    width: 700px;
    background-color: #fff;
    padding: 80px;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 18px;
}

.bevestigingPopup div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.bevestigingPopup a {
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 200px;
    font-size: 15px;
    width: 200px;
    margin: 10px;
    transition: all 0.8s ease;
    cursor: pointer;
    border: 2px solid #ed1c24;
}

.bevestigingPopup a:first-of-type {
    background-color: #fff;
    color: #ed1c24;
}

.bevestigingPopup a:nth-of-type(2) {
    background-color: #ed1c24;
    color: white;
}

.bevestigingPopup a:first-of-type:hover {
    background-color: #ed1c24;
    color: white;
}

.bevestigingPopup a:nth-of-type(2):hover {
    background-color: transparent;
    color: #ed1c24;
}

.login_as {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    margin-top: 100px !important;
    align-items: flex-start;
    justify-content: space-between;
}

.login_as article {
    width: 48%;
    margin: 1%;
    color: #fff;
    padding: 80px;
    font-weight: 700;
    font-size: 20px;
    background-color: #efefef;
}

.login_as article a {
    background-color: #ed1c24;
    padding: 10px 30px!important;
    border: 2px solid #ed1c24!important;
    border-radius: 200px;
    color: #fff !important;
    font-size: 16px !important;
    transition: all 0.8s ease;
}

.login_as article a:hover {
    background-color: transparent;
    color: #ed1c24;
}

.login_as article h3 {
    color: #ed1c24 !important;
    margin-bottom: 30px;
}

.loginpart {
    margin-top: 30px;
    width: 70%;
    padding: 50px 40px;
}

.loginpart form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.loginpart form h2 {
    font-size: 25px;
    color: #ed1c24;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.loginpart form p {
    width: 100%;
}

.loginpart form h3 {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.spcc {
    color: #8f8f8f;
    line-height: 150%;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.loginpart form input[type=email],
.loginpart form input[type=password] {
    width: 100%;
    background-color: white;
    color: #333333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 17px;
    height: initial;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.loginpart form input[type=submit] {
    background-color: #ed1c24;
    padding: 10px 30px!important;
    border: 2px solid #ed1c24!important;
    border-radius: 200px;
    font-size: .9em;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 700;
    transition: all 0.8s ease;
}

.loginpart form input[type=submit]:hover {
    background-color: transparent;
    color: #ed1c24;
}

.loginpart form div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
}

.loginpart form div a {
    font-size: 15px;
    font-weight: 700;
    color: #d1d1d1;
}

.loginpart div.options {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -ms-align-items: flex-end;
    width: 100%;
    text-align: right;
    justify-content: flex-end !important;
    margin-top: 20px;
}

.forgot_pass {
    color: #7d7d7d;
    font-weight: 700;
    font-size: .9em;
    cursor: pointer;
}

.register_form {
    padding: 200px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: #E1E1E1 1px solid;
    background-color: #fff;
    width: 30%;
}

.register_form.edit {
    width: 100%;
}

.register_form_uitleg {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.register_form_uitleg h1 {
    font-size: 25px;
    text-align-last: left;
    font-family: 'Poppins', sans-serif;
    color: #ed1c24;
    margin-bottom: 25px;
    width: 100%;
    font-weight: 700;
}

.register_form_devid {
    display: flex;
    justify-content: flex-end !important;
    -ms-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 0px;
}

.register_form_devid a {
    color: #9f9f9f;
    font-size: 17px;
    font-weight: 200;
}

.register_form_devid input[type=submit] {
    background-color: #ed1c24;
    padding: 10px 30px!important;
    border: 2px solid #ed1c24!important;
    border-radius: 200px;
    font-size: .9em;
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 700;
    transition: all 0.8s ease;
}

.register_form_devid input[type=submit]:hover {
    background-color: transparent;
    color: #ed1c24;
}

.register_form_uitleg p {
    text-align: center;
    max-width: 200px;
    font-size: 16px;
    color: #252525;
    line-height: 150%;
    margin-bottom: 25px;
}

.register_form .field {
    position: relative;
    margin-bottom: 15px;
}

.register_form input[type=number],
.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password],
.register_form select {
    width: 100%;
    background-color: white;
    color: #333333;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    letter-spacing: 0;
    padding: 13px 11px;
    font-size: 17px;
    height: initial;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.register_form select {
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(/images/select.png);
    padding-right: 40px;
}

.register_form .field label {
    position: absolute;
    left: 13px;
    top: 16px;
    font-size: 16px;
    font-weight: 200;
    transition: all .2s;
    font-family: 'Poppins', sans-serif;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea,
.register_form .floatlabel select {
    padding-top: 20px;
    padding-bottom: 6px;
}

.register_form .floatlabel label {
    top: 5px;
    font-size: 12px;
    color: #737373;
    font-weight: 700;
}

.register_form input[type=number]:focus,
.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus,
.register_form select:focus {
    border: #ed1c24 1px solid;
}

.full_width_input {
    width: 100%;
}

.half_width_input {
    width: 49%;
}

.third_width_input {
    width: 32.33%;
}

.fourth_width_input {
    width: 23.5%;
}

.two_thirds_width_input {
    width: 65.66%;
}

.errors {
    margin-bottom: 15px;
}

.errors li {
    color: red;
    padding-bottom: 10px;
}


/* Account dashboard */


/* Dashboard */

.dashboardholder {
    background-color: #F9F9F9;
}

.dashboard {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.lessinfo,
.moreinfo {
    cursor: pointer;
}

.dashboard_reizen>h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 20px;
}

.dashboard_reizen {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.reizen {
    width: 100%;
    padding: 30px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
}

.reizen table_holder>h2,
.paarden_holder>h2,
.reizen>h2,
.reisdocs h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 20px;
}

.reisdocs h2 {
    margin-bottom: 40px;
}

.reisdocs h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}

.show_bedrag {
    margin-top: 15px;
}

.reizen>a {
    color: #fff;
    background-color: #ed1c24;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 18px;
}

.page_header>a {
    background-color: #ed1c24;
    color: white;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

.logincontent {
    position: relative;
}

.loginBackBtn {
    position: absolute;
    left: 510px;
    top: 10px;
    background-color: #ed1c24;
    color: white;
    padding: 10px 30px;
    border-radius: 400px;
}

.noggeenbestellingen p {
    text-align: center;
    line-height: 150%;
}

.ruiter_toevoegen,
.paard_toevoegen {
    display: none;
}

.uitleg_voordelen ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.uitleg_voordelen ul li {
    line-height: 150%;
    font-size: 18px;
    color: #252525;
    padding: 5px 0;
}

.uitleg_voordelen ul li i {
    color: #ed1c24;
    margin-right: 8px;
    font-size: 22px;
}

.radio-holder {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 5px 0 15px 0;
    border-radius: 5px;
    border: 1px solid #d4d2d2;
}

.radio-option {
    cursor: pointer;
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d4d2d2;
    position: relative;
    font-size: 16px;
    font-family: 'Mulish';
}

.hiddenafhaalpunten {
    display: none;
    width: 100%;
}

.radio-option .afhaal_location {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.radio-option .afhaal_location p:first-of-type {
    font-weight: 700;
    font-size: 17px;
}

.radio-option .afhaal_location p:last-of-type {
    font-weight: 200;
}

.radio-option input {
    position: absolute;
    left: 18px;
    opacity: 0;
}

.radio-holder .radio-option:last-of-type {
    border-bottom: none;
}

.hiddenafhaalpunten .radio-option:first-of-type {
    border-top: 1px solid #d4d2d2;
}

.meerAfhaalpunten {
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A6CE38;
    margin-bottom: 10px;
}

.radio-option label {
    cursor: pointer;
}

.radio-option input:checked+div {
    background-color: #ed1c24;
}

.radio-option>div:first-of-type {
    width: 20px;
    height: 20px;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    margin-right: 10px;
}

.radio-option>div:first-of-type div {
    width: 6px;
    height: 6px;
    border-radius: 200px;
    background-color: white;
}

.dashboard aside {
    width: 400px;
    padding: 15px;
    padding-bottom: 25px;
    border-radius: 4px;
    border: 2px solid #f6f6f6;
    background-color: white;
}

.dashboard aside h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    padding: 20px 20px;
    padding-bottom: 5px;
}

.dashboard aside h3 {
    font-size: 14px;
    font-weight: 200;
    color: #252525;
    padding: 0;
    padding-bottom: 10px;
    margin: 0 20px;
    margin-bottom: 20px;
    border-bottom: #e8e8e8 1px solid;
}

.dashboard .menuitem {
    border-left: 3px solid white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 15px;
    margin: 5px 0;
    width: 100%;
    font-size: 16px;
    color: #252525;
    cursor: pointer;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}

.dashboard .menuitem i {
    width: 30px;
    height: 30px;
    background-color: #ed1c24;
    font-size: 14px;
    color: #fff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    margin-right: 10px;
}

.dashboard .menuitem.active {
    border-left: 3px solid #ed1c24;
}

.form_holder_edit,
.password_holder,
.tegoeden_holder {
    width: calc(100% - 450px);
    margin-left: 50px;
}

.form_holder_edit>h2,
.password_holder>h2,
.tegoeden_holder>h2 {
    font-size: 25px;
    font-weight: 700;
    color: #ed1c24;
    margin-bottom: 20px;
}

.dashboard aside div>a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background-color: #f1f8fd;
    padding: 15px;
    color: #252525;
    border-radius: 4px;
}

.dashboard aside .full_width_input label,
.dashboard aside .half_width_input label,
.dashboard aside .two_thirds_width_input label,
.dashboard aside .third_width_input label {
    margin-bottom: 5px;
    font-weight: 200;
    display: inline-block;
    color: #717171;
}

.reizen table {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.reizen table th,
.reizen table td {
    text-align: left;
    font-size: 15px;
    font-weight: 200;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.reizen table tr {
    min-height: 60px;
}

.reizen table th {
    font-weight: 700;
    background-color: #F7F7F7;
    border: 1px solid #F7F7F7;
    color: #000;
}

.reizen table td {
    border: 1px solid #F7F7F7;
    line-height: 130%;
    text-align: center;
}

.reizen table td a {
    text-decoration: underline;
    color: #ed1c24;
}

.reizen table td a i {
    color: #252525;
    transition: all 0.8s ease;
}

.reizen table td a i:hover {
    transform: scale(1.1);
}

.reizen table td button.nietingeschreven {
    background-color: #ed1c24;
    color: white;
    border-radius: 200px;
    border: 2px solid #ed1c24;
    padding: 7px 25px;
    font-weight: 700;
    transition: all 0.8s ease;
    width: 100%;
}

.reizen table td button.nietingeschreven:hover {
    background-color: transparent;
    color: #ed1c24;
}

.reizen table td button.ingeschreven {
    background-color: green;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: 100%;
    font-weight: 700;
    cursor: unset;
}

.reizen table td button.aangevraagd {
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: 100%;
    font-weight: 700;
    cursor: unset;
}

.reizen table td button.afgekeurd {
    background-color: #efefef;
    color: #4C4C4C;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: 100%;
    font-weight: 700;
    cursor: unset;
}


/* Reisfiche */

.reisdetail,
.reisdocs {
    margin: 100px auto;
    width: 60%;
}

.reisdetail .goBack,
.reisdocs .goBack {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.reisdetail .goBack a,
.reisdocs .goBack a {
    color: #000;
    width: fit-content;
    border-bottom: 1px solid #000;
}

.reisdetail .goBack i,
.reisdocs .goBack i {
    margin-right: 10px;
    transition: all 0.8s ease;
}

.reisdetail .goBack a:hover i,
.reisdocs .goBack a:hover i {
    transform: translateX(-10px);
}

.reisdetail .flex,
.reisdocs .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reisdetail .content,
.reisdocs .content {
    width: calc(100% - 450px);
}

.reisdetail .content h2,
.reisdocs .content h2 {
    color: #ed1c24;
    font-size: 23px;
    line-height: 130%;
    font-weight: 700;
}

.reisdetail .content .c {
    line-height: 130%;
    font-size: 18px;
}

.reisdetail aside,
.reisdocs aside {
    width: 350px;
    border: 2px solid #ddd4d4;
    border-radius: 4px;
    padding: 40px;
}

.reisdetail aside>div,
.reisdocs aside>div {
    width: 100%;
    padding: 15px 0px;
}

.reisdetail aside>div:first-of-type,
.reisdocs aside>div:first-of-type {
    padding-top: 0;
}

.reisdetail aside>div:last-of-type,
.reisdocs aside>div:last-of-type {
    padding-bottom: 0;
}

.reisdetail aside>div:not(:last-of-type),
.reisdocs aside>div:not(:last-of-type) {
    border-bottom: 2px dashed #ddd4d4;
}

.reisdetail aside>div h3,
.reisdocs aside>div h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.reisdetail aside button.ingeschreven {
    background-color: green;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: fit-content;
    font-weight: 700;
    cursor: unset;
}

.reisdetail aside button.aangevraagd {
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: fit-content;
    font-weight: 700;
    cursor: unset;
}

.reisdetail aside button.afgekeurd {
    background-color: #efefef;
    color: #4C4C4C;
    border: none;
    border-radius: 200px;
    padding: 10px 25px;
    width: fit-content;
    font-weight: 700;
    cursor: unset;
}

.reisdetail aside button.nietIngeschreven {
    background-color: #ed1c24;
    color: white;
    border-radius: 200px;
    border: 2px solid #ed1c24;
    padding: 7px 25px;
    font-weight: 700;
    transition: all 0.8s ease;
    width: fit-content;
}

.reisdetail aside button.nietIngeschreven:hover {
    background-color: transparent;
    color: #ed1c24;
}


/* FAQ */

.vraagitem {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 0.10);
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.vraagitem h2 {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 20px;
    color: #252525;
    align-items: center;
    cursor: pointer;
}

.vraagitem h2 i {
    transition: all .3s;
}

.arrowUp i {
    transform: rotate(180deg);
}

.vraagitem div {
    margin-top: 20px;
    color: #353535;
    font-weight: 200;
    font-size: 1.09em;
    line-height: 180%;
    letter-spacing: .5px;
}

.vraagitem div a {
    display: inline-block;
    border: 2px solid #144e75;
    padding: 10px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px;
    color: #144e75;
    transition: all .8s ease;
    margin-top: 10px;
    font-size: 1em;
}

.vraagitem div a:hover {
    background-color: #144e75;
    color: #fff;
}


/* Documenten */

.reisdocs .goBack {
    margin-bottom: 60px;
}

.links_items,
.docs {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.links_items a,
.docs a {
    width: 48%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    padding: 20px;
    margin: 1%;
}

.links_items a h4,
.docs a h4 {
    color: #4e4e4e;
    font-weight: 700;
}

.links_items i,
.docs i {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    background-color: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    padding: 5px;
    margin-right: 15px;
    transition: all 0.8s ease;
}

.links_items a:hover i,
.docs a:hover i {
    transform: rotate(180deg);
}


/* Einde account dashboard */

@media screen and (max-width: 1500px) {
    .register_form {
        width: 40%;
    }
    .reisdetail,
    .reisdocs {
        margin: 100px auto;
        width: 80%;
    }
}

@media screen and (max-width: 1400px) {
    .register_form {
        width: 50%;
    }
}

@media screen and (max-width: 1300px) {
    .dashboard {
        padding: 10px;
    }
    .dashboard aside {
        width: 100%;
        margin-bottom: 20px;
    }
    .reizen table_holder,
    .paarden_holder,
    .dashboard_bestellingen,
    .form_holder_edit,
    .password_holder,
    .tegoeden_holder {
        width: 100%;
        margin-left: 0;
    }
    .dashboard_reizen {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1150px) {
    .reisdetail,
    .reisdocs {
        margin: 100px auto;
        width: 90%;
    }
}

@media screen and (max-width: 950px) {
    .register_form {
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    .login_as {
        flex-direction: column !important;
        margin-top: 30px !important;
    }
    .login_as article {
        width: 100%;
    }
}

@media screen and (max-width: 858px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    .reizen table,
    .reizen thead,
    .reizen tbody,
    .reizen th,
    .reizen td,
    .reizen tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .reizen thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .reizen tr {
        border: 1px solid #ccc;
    }
    .reizen table td {
        text-align: left;
    }
    .reizen td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    .reizen td:before {
        /* Now like a table header */
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        display: inline-block;
        font-weight: 700;
    }
    /*
	Label the data
	*/
    .reizen td:nth-of-type(1):before {
        content: "Naam";
    }
    .reizen td:nth-of-type(2):before {
        content: "Aantal dagen";
    }
    .reizen td:nth-of-type(3):before {
        content: "Datum";
    }
    .reizen td:nth-of-type(4):before {
        content: "Acties";
    }
    .reizen td:nth-of-type(5):before {
        content: "Status";
    }
    .reizen table td button {
        width: fit-content !important;
    }
}

@media screen and (max-width: 800px) {
    .register_form {
        width: 70%;
    }
    .reisdetail,
    .reisdocs {
        margin: 100px auto;
        width: 95%;
    }
    .reisdetail .flex {
        flex-direction: column;
    }
    .reisdetail aside {
        order: 2;
        width: 100%;
    }
    .reisdetail .content {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 750px) {
    .loginpart {
        width: 80%;
    }
    .vraagitem h2 {
        font-size: 1em;
    }
    .vraagitem div {
        font-size: .9em;
    }
    .links_items a,
    .docs a {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .reizen table th,
    .reizen table td {
        font-size: 12px;
        white-space: nowrap;
    }
    .reizen {
        overflow-x: scroll;
    }
    .reizen table td a {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 650px) {
    .register_form {
        width: 80%;
    }
    .login_as article {
        padding: 80px 40px;
    }
    .login_as article h3 {
        font-size: 18px;
    }
    .login_as article a {
        font-size: 15px !important;
        font-weight: 200;
        padding: 7px 25px !important;
    }
    .loginpart {
        width: 100%;
        padding: 50px 20px;
    }
    .reizen>h2,
    .dashboard aside h2,
    .form_holder_edit>h2,
    .password_holder>h2,
    .tegoeden_holder>h2,
    .reisdocs h2 {
        font-size: 22px;
    }
    .register_form_devid input[type="submit"] {
        font-size: 15px;
        font-weight: 200;
        padding: 7px 25px !important;
    }
    .half_width_input,
    .fourth_width_input {
        width: 100%;
    }
    .register_form .field {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .register_form {
        width: 90%;
    }
    .links_items a,
    .docs a {
        padding: 10px 20px;
    }
    .links_items a i,
    .docs a i {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .links_items a h4,
    .docs a h4 {
        font-size: 16px;
    }
    .login_as article h3 {
        font-size: 17px;
    }
    .loginpart {
        margin-top: 0 !important;
    }
    .reizen>h2,
    .dashboard aside h2,
    .form_holder_edit>h2,
    .password_holder>h2,
    .tegoeden_holder>h2,
    .reisdocs h2 {
        font-size: 20px;
    }
    .dashboard .menuitem {
        font-size: 15px;
    }
    .reisdocs h3 {
        font-size: 18px;
    }
}