﻿header {
    display: none;
}

@media (min-width: 768px) {
    header {
        display: block;
        height: 100px;
    }
}



.navbar-brand {
    max-height: 50px;
    overflow: hidden;
}



@media (min-width: 768px) {
    .navbar-brand {
        overflow: visible;
/*        max-height: 130px;*/
    }
}

.navbar {
    min-height: 60px;
}

@media (min-width: 768px) {
    .navbar {
        min-height: 1px;
    }
}


.navbar-brand img {
    margin-top: 0;
    height: 62px;
}

@media (min-width: 768px) {
    .navbar-brand img {
        margin-top: 46px;
        height: 46px;
}

.panel.panel-logo.particulieren {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.panel.panel-logo {
    min-height: 75px !important;
    padding: 20px 0 !important;
}

@media (min-width: 768px) {
    .panel.panel-logo {
        min-height: 175px !important;
        padding: 0 15px !important;
    }
}

.particulieren img {
    display: inline;
    width: 100px;
    height: 100px;
}


.buttons-container .btn {
    width: 100%;
    margin: 0 10px 10px 0;
}


@media (min-width: 480px) {
    .buttons-container .btn {
        width: auto;
        margin: 0 10px 0 0;
    }
}

.eIDASerror {
    display: none;
}


.rs-message {
    position: relative;
    padding: 15px 40px 15px 65px;
    min-height: 62px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

    .rs-message:before {
        content: 'i';
        display: block;
        position: absolute;
        left: 20px;
        top: 15px;
        color: #333;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border: 1px solid #1b105c;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .rs-message.rs-message-error {
        border-color: #f4b4b4;
        background-color: #f4b4b4;
    }

        .rs-message.rs-message-error:before {
            content: '!';
            color: #fff;
            border-color: #EB0000;
            background-color: #EB0000;
        }
