@import url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css");

html, body {
    height: 100%;
    position:relative;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 120px;
}

.breadcrumb {
    padding: 0 !important;
    background-color: transparent !important;
    font-size: 90%;
}


h1, h2, h3, h4 {
    font-weight:600;
    margin-bottom:0.75em
}

.navbar-brand .logo {
    height:58px;   
    width:58px;
    margin-right:0.5em;
}
.navbar-brand span {
    font-size:1.3em;
    font-weight:600;
    color:#000;
}

@media (max-width: 576px) {

    .navbar-brand .logo {
        height: 30px;
        width:30px;
        margin-right: 0.5em
    }

    .navbar-brand span {
        font-size: 10px;
    }


}


    .navbar .btn-link {
        color: #000;
    }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

* {
    outline: 0!important
}

strong,
b {
    font-weight: 600;
}




input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0
}



.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    padding:1em 0;
    /*/height: 120px;*/
    /*line-height: 60px;*/
}

label sup {
    color: #f20;
    font-family: Conv_lego-chalet60-bold, Arial, sans-serif
}


a {
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }

h1 a,
h1 a:hover,
h1 a:focus {
    color: #fff;
    text-decoration: none
}

.table a:hover {
    text-decoration: none;
}


.validation-summary-errors ul {
    list-style: none;
}

/* Custom checkbox design */
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        padding-left: 30px;
        height: 25px;
        display: inline-block;
        line-height: 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -25px;
    }

    label.css-label {
        background-image: url(../images/css-checkbox-v3.png);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top:5px;
    }


button.modal-close {
    background: url(/images/closebutton.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 35px;
    position: absolute;
    right: -9px;
    top: -6px;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1!important;
    font-size: 0;
    width: 35px;
    border: 0;
    outline: 0;
    zoom: 1
}

button.modal-close:hover {
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}



.ui-widget {
    font-size: .8em
}

.ui-datepicker {
    width: 18em
}

.loading {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    width: 120px
}


/* Header
===========================================================================================================================
*/


section#imageBlock {
    background: url(/images/kids-on-lego-block.jpg) no-repeat top center;
    background-size: cover;
}
   

header h1 {
        font-size:2em;
        margin: 0.5em 0;

    }

.bg-overlay {
    background: rgba(0, 0, 0, .6);
}

    .bg-overlay:first-child {
        border-bottom: 2px solid #fff;
    }



.cookienotification {
    color: #fff;
    min-height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    padding: 5px 20px 5px;
    background-color: #2e363f;
    text-align: center;
    font-size: 12px;
}

.cookienotificationtext a {
    color:white;
    text-decoration:underline;
}

.cookienotificationbutton {
    margin: 0 10px;
    line-height: 20px;
    background: rgba(69,174,82,1);
    border: 0;
    color: #fff;
    padding: 2px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}
    .cookienotificationbutton:hover {
        background:rgba(69,174,82,0.9);
    }



/* HELPER CLASSES */

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 40px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-xs {
    margin-bottom: 40px;
}

.outer-bottom-xxs {
    margin-bottom: 10px;
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner-top {
    padding-top: 120px;
}

.inner-top-md {
    padding-top: 100px;
}

.inner-top-sm {
    padding-top: 80px;
}

.inner-top-xs {
    padding-top: 40px;
}

.inner-bottom {
    padding-bottom: 120px;
}

.inner-bottom-md {
    padding-bottom: 100px;
}

.inner-bottom-sm {
    padding-bottom: 80px;
}

.inner-bottom-xs {
    padding-bottom: 40px;
}

.inner-left {
    padding-left: 75px;
}

.inner-left-md {
    padding-left: 60px;
}

.inner-left-sm {
    padding-left: 45px;
}

.inner-left-xs {
    padding-left: 30px;
}

.inner-right {
    padding-right: 75px;
}

.inner-right-md {
    padding-right: 60px;
}

.inner-right-sm {
    padding-right: 45px;
}

.inner-right-xs {
    padding-right: 30px;
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}

.outer-top {
    margin-top: 120px;
}

.outer-top-md {
    margin-top: 100px;
}

.outer-top-sm {
    margin-top: 80px;
}

.outer-top-xs {
    margin-top: 40px;
}

.outer-bottom {
    margin-bottom: 120px;
}

.outer-bottom-md {
    margin-bottom: 100px;
}

.outer-bottom-sm {
    margin-bottom: 80px;
}

.outer-bottom-xs {
    margin-bottom: 40px;
}

@media (max-width: 767px) {

    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .inner-top {
        padding-top: 80px;
    }

    .inner-top-md {
        padding-top: 65px;
    }

    .inner-top-sm {
        padding-top: 50px;
    }

    .inner-top-xs {
        padding-top: 40px;
    }

    .inner-bottom {
        padding-bottom: 80px;
    }

    .inner-bottom-md {
        padding-bottom: 65px;
    }

    .inner-bottom-sm {
        padding-bottom: 50px;
    }

    .inner-bottom-xs {
        padding-bottom: 40px;
    }
}



