@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700);

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 1.4;
}

body {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #707070;
    overflow-x: hidden; /** Door E. Hilgen geen scroll bars **/
    overflow-y: auto; /** Door E. Hilgen geen scroll bars **/
}



table {
    text-align: left;
    border-width: 1px;
    border-collapse: collapse;
}

table th {
    text-align: left;
    border: 1px solid white;
    background: #f0f0f0;
    border: 1px solid #EEEEEE;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: normal;    
}

table td {
    text-align: left;
    border: 1px solid #EEEEEE;
    padding: 4px 8px;
    font-size: 14px;
}



/*input[type="submit"] {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 16px;
    border-radius: 7px;
    height: 30px;
}

input[type="submit"]:hover {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 16px;
    border-radius: 7px;
    height: 30px;
    background-color: #DDDDDD;
    color: #FFFFFF;
}*/

select {
    font-family: "Open Sans", sans-serif;
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-color: #bbbdbe;
    background: #f8f8f8;
    outline: none;
    display: inline-block;
    border-width: 1px;
    cursor: pointer;
}

textarea {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #bbbdbe;
    color: #707070;
}

.tableBorderless {
    border: none;
    font-size: 12px;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
}

.tableBorderless td {
    text-align: left;
    border: none;
    padding: 3px;
}

/** Door E. Hilgen Eind **/

.bluebg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(img/bluebg.jpg) center center;
    background-size: 100% 100%;
    z-index: -100;
}

a { text-decoration: none; }

a img { border: 0; }

img { /* max-width: 100%; Verwijderd door e.hilgen ivm google maps*/ }

button {
    cursor: pointer;
    cursor: hand;
}

.clearer {
    width: 1px;
    font-size: 1px;
    clear: both;
}

h1, h2, h3, h4, h5, h6 { font-weight: 300; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child { margin-top: 0; }

strong { font-weight: 600; }

b { font-weight: 700; }



/**
	Colorsssss
 */

.c-indigo { color: #292663; }

.c-light-slate { color: #ffffff; }

.c-medium-slate { color: #546b84; }

.c-dark-slate { color: #4b6178; }

.c-blue { color: #00aeef; }

.c-white { color: white; }

.bg-indigo { background-color: #292663; }

.bg-light-slate { background-color: #607a96; }

.bg-medium-slate { background-color: #546b84; }

.bg-dark-slate { background-color: #4b6178; }

.bg-blue { background-color: #00aeef; }



/**
	Rows and columns and things
 */

.row {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.column, .columns { position: relative; }

.halfwidth.padded { margin-left: 50%; }

.centered {
    margin: 0 auto;
    float: none !important;
}

.bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

/**
	Top bar
 */

.top-buttons {
    text-align: right;
    float: right;	
}

.top-button {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    border-radius: 7px;
    color: #666666;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    background-color: #ffd732;
}

button.top-button { border: 0; }

.top-button:hover {
    background-color: #999999;

}

.top-button:active {
    background-color: #999999;

}

/** By E. Hilgen Begin **/

a:link.top-button { color: #FFFFFF }

a:visited.top-button { color: #FFFFFF }

a:hover.top-button { color: #FFFFFF }

a:active.top-button { color: #FFFFFF }

/** By E. Hilgen End **/

#topbar {
    height: 35px;
    padding: 6px 0 4px 0;
    position: relative;
    z-index: 2;
}

#topbar .columns { float: left !important; }

.landing-page #topbar, .panel-page #topbar {
    background-color: white;
    background: url(img/svg/topbar.svg);
    background: linear-gradient(#bbbdbe, white 70%, white);
    background: -webkit-linear-gradient(#bbbdbe, white 70%, white);
    background: -ms-linear-gradient(#bbbdbe, white 70%, white);
}

.login-page #topbar {
    background: url(img/svg/login-topbar.svg);
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 70%);
    background: -webkit-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 70%);
    background: -ms-linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, 0) 70%);
}

.logowrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 0;
    text-align: center;
    z-index: 1;
    pointer-events: none;
}

.logowrapper a {
    width: 227px;
    height: 52px;
    display: inline-block;
    background-image: url(img/leauxgeaux.png);
    pointer-events: auto;
}



/**
	Header
 */

.header {
    background: url(img/headerbg.jpg) repeat-x;
    min-height: 275px;
    padding-top: 1px;
}

@-moz-document url-prefix() { .header { min-height: 386px; } }

.header-content { margin-top: 89px; }

.header-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#ipad {
    text-align: center;
    padding-top: 103px;
}

#iphone {
    text-align: right;
    padding-top: 170px;
    padding-right: 19.11765%;
}

#headercap { text-align: right; }

#headercap h1 {
    margin-bottom: 14px;
    font-size: 34px;
}

.subtitle {
    color: #a0b4c8;
    font-size: 25px;
}



/**
	Footer
 */

.footer {
    /* position: fixed; right: 0; bottom: 0; left: 0; */
    font-size: 12px;
    text-align: center;
    padding: 0 20px;
}

.landing-page .footer {
    height: 99px;
    padding-top: 65px;
    background: url(img/svg/landing-footer.svg);
    background: linear-gradient(white, #c6cdd8);
    background: -webkit-linear-gradient(white, #c6cdd8);
    background: -ms-linear-gradient(white, #c6cdd8);
}



/**
	Slidesssss
 */

.rsBullets { }

h2 { font-size: 30px; }

#content-ribbon { height: 490px; }

#content-ribbon .bottom { text-align: center; }

#content-ribbon .big-button { margin: 0 20px 5px 20px; }

#content-slider {
    width: 100%;
    height: 445px;
}

.rsContent {
    height: 445px;
    padding-top: 90px;
}

.onecolumnslide, .twocolumnslide h2 { text-align: center; }

.rsContent .halfwidth { padding-left: 4.54545%; }

.rsContent .halfwidth:first-child {
    padding-left: 0;
    padding-right: 4.54545%;
}

.big-button {
    display: inline-block;
    width: 216px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    font-size: 18px;
    text-decoration: none;
    background: url(img/big-button.png) no-repeat center top;
    overflow: hidden;
}

.big-button:hover { background-position: center center; }

.big-button:active { background-position: center bottom; }



/**
	Aanvraagformulier
 */

input[type="text"], input[type="password"], input[type="email"], .requestForm button {
    height: 30px;
    padding: 0 10px;
    border: none;
    font: 300 italic 1em "Open Sans", sans-serif;
    line-height: 30px;
    display: block;

    /*width: 100%;*/
}

.requestForm input, .requestForm button {
    border: 0;
    background-color: #e1e4eb;
    margin-bottom: 15px;
}

.requestForm button {
    color: #8ea4bc;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.requestForm button:hover { background-color: #c7cfda; }

.requestForm button:active { background-color: #607a96; }

::-webkit-input-placeholder { /* WebKit browsers */
    color: #8ea4bc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8ea4bc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8ea4bc;
}

.hasPlaceholder { /* WebKit browsers */
    color: #8ea4bc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #8ea4bc;
}

.k-edit-form-container .k-numerictextbox {
    width: 100%
}

