/* CSS Document */

body {
    background-color: #695E58;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: normal;
    color: #000033 text-decoration: none;
    text-align: left;
}

a {
    color: #fff;
}

.container {
    width: 450px;
    margin: 20px auto;

}


.container-contact {
    width: 450px;
    margin-left: 330px;

}

#branding img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 350px;
    box-shadow: 3px 3px 5px #000;
}

.border {
    border: 1px solid #999999;
}

.logo {
    font-family: "Trebuchet MS";
    font-size: xx-large;
    color: #FFFFFF;
    font-weight: bold;
}

.text {
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.menu_text {
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.menu_text:link {
    color: #FFFFFF;
    text-decoration: none;
}

.menu_text:visited {
    text-decoration: none;
}

.menu_text:hover {
    text-decoration: none;
    color: #FF0000;
}

.menu_text:active {
    text-decoration: none;
}

.menu_aan {
    font-family: "Trebuchet MS";
    font-size: 20px;
    font-weight: normal;
    color: #FF0000;
    text-decoration: none;
}

.menu_aan:link {
    color: #FFFFFF;
    text-decoration: none;
}

.menu_aan:visited {
    text-decoration: none;
}

.menu_aan:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.menu_aan:active {
    text-decoration: none;
}

.text_14 {
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
}

.text_14:link {
    color: #FFFFFF;
    text-decoration: none;
}

.text_14:visited {
    text-decoration: none;
}

.text_14:hover {
    text-decoration: none;
    color: #FF0000
}

.text_14:active {
    text-decoration: none;
}

.text_16_wit {
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: right;
}

.text_14_left {
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
}

.text_center_wit {
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

.link_tekst {
    font-size: 12px;
    color: #FFF;
    font-weight: lighter;
    line-height: 20px;
}

.link_tekst:link {
    font-size: 12px;
    color: #FFF;
    font-weight: lighter;
}

.link_tekst:active {
    font-size: 12px;
    color: #FFF;
    font-weight: lighter;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.col-sm-5 {
    float: left;
    width: 41.66666667%;
}

.col-sm-6 {
    float: left;
    width: 50%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) .container {
    width: 1170px;
}

@media (min-width: 992px) .container {
    width: 970px;
}

@media (min-width: 768px) .container {
    width: 750px;
}

@media (min-width: 992px) .col-md-offset-3 {
    margin-left: 25%;
}

@media (min-width: 992px) .col-md-6 {
    width: 50%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    /* Styles */
    #branding img {
        max-width: 200px;
        margin-top: 10px;
    }

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* Styles */


}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    /* Styles */
    #branding img {

        max-width: 400px;
    }

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    /* Styles */
    #branding img {

        max-width: 550px;
        margin-top: 20px;
    }

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */
}

/* iPhone 4 and high pixel ratio devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.pull-right {
    float: right !important;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

// Gradients

#gradient {

    // Horizontal gradient, from left to right
    //
    // Creates two color stops, start and end, by specifying a color and position for each color stop.
    // Color stops are not available in IE9 and below.
    .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {
        background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+
        background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12
        background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
        background-repeat: repeat-x;
        filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)", argb(@start-color), argb(@end-color))); // IE9 and down
    }

    // Vertical gradient, from top to bottom
    //
    // Creates two color stops, start and end, by specifying a color and position for each color stop.
    // Color stops are not available in IE9 and below.
    .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {
        background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+
        background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12
        background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
        background-repeat: repeat-x;
        filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@start-color), argb(@end-color))); // IE9 and down
    }

    .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+
        background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12
        background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+
    }

    .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {
        background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);
        background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);
        background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);
        background-repeat: no-repeat;
        filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)", argb(@start-color), argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback
    }

    .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {
        background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);
        background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);
        background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);
        background-repeat: no-repeat;
        filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", argb(@start-color), argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback
    }

    .radial(@inner-color: #555; @outer-color: #333) {
        background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);
        background-image: radial-gradient(circle, @inner-color, @outer-color);
        background-repeat: no-repeat;
    }

    .striped(@color: rgba(255, 255, 255, .15); @angle: 45deg) {
        background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);
        background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);
    }
}