﻿/* 
    Info stylesheeet.

*/

@font-face {
  font-family: 'Gudea';
  font-style: italic;
  font-weight: 400;
  src: local('Gudea Italic'), local('Gudea-Italic'), url(http://themes.googleusercontent.com/static/fonts/gudea/v1/7K8okIOV072GIwnptze9lg.woff) format('woff');
}
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 700;
  src: local('Gudea Bold'), local('Gudea-Bold'), url(http://themes.googleusercontent.com/static/fonts/gudea/v1/6M2RKly85u67vSsXH0-zqvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 400;
  src: local('Gudea'), url(http://themes.googleusercontent.com/static/fonts/gudea/v1/Z6xYy_2MlN1cUISkeodEPA.woff) format('woff');
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../images/basislogoLargo.png');
    background-repeat: no-repeat;
    background-position: center 85px;
}

h1, h2, h3, h4, h5, p, a, span, li {
    font-family: 'Gudea', serif;
}

h1 {}

h2 {
    /*font-size: 35px;*/
    font-size: 2.2em;
}

h3 {
    /*font-size: 30px;*/
    font-size: 1.9em;
    margin-bottom: 10px;
}

h4 {
    /*font-size: 25px;*/
    /* margin: 20px 0; */
    font-size: 1.55em;    
    /*margin: 5.25em 0;*/
    display: block;
}

/*h5 {
    font-size: 22px;
    line-height: 30px;
}*/

p {    
    /*font-size: 20px;*/
    font-size: 1.25em;
    line-height: 30px;
}

a {
    text-decoration: none;
    /*font-size: 20px;*/
    font-size: 1.25em;
    line-height: 30px;
    color: #fff;
    font-weight: 700;    
}

img {
    border: #034569 5px solid;
    display: block;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding:0;
    list-style: none;
}

ul {}

li {}

.menuDropShadow {
    position: fixed;
    top: 85px;
}

 .dropShadow {    
    width: 100%;
    height: 10px;
    background-image: url('../images/bgMenu.png');
    background-repeat: repeat-x;
}

#menuBarOuter {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 75px;
    background-color: #034569;
    border-bottom: #64AAD0 10px solid;
    z-index: 10;
}

#menuBar {
    width: 970px;   
    margin: 0 auto;
    height: 85px;
}

    #menu {
        float: right;         
    }

        .menuItem {            
            height: 40px;
            margin: 25px 10px 10px 10px;
            padding: 10px 25px 0 25px;
            float: left;
        }
        
        .menuItem:hover, .active {
            margin-top: 18px;
            background-color: #64AAD0;
            border-top: #086CA2 7px solid;
        }
    
        .menuItem span {
        
        }
@media screen and (max-width: 415px) {
    #menuBar {
        width: 350px;
        overflow: hidden;
    }

    .menuItem {
        height: 40px;
        margin: 25px 5px 5px 10px;
        padding: 10px 15px 0 15px;
        float: left;
    }


}

   
 
#bannerOuter {
    width: 100%;
    margin-top: 70px;
}   
 
#banner {
    width: 970px;
    height: 363px;
    margin: 0 auto;    
    background-repeat: no-repeat;
}

@media screen and (max-width: 415px) {
    #banner {
        width: 350px;
        height: 270px;
    }
}

#homeOuter {
    width: 100%;
    background-color: gainsboro;
}

    #homeInner {
        height: 70px;
        background-color: #034569;    
    }

    #home {
        width: 970px;
        margin: 0 auto;   
    }

@media screen and (max-width: 415px) {
    #home {
        width: 350px;
    }
}

        #colIntro {
            width: 600px;
            margin: 0px;
            float: left;
        }

@media screen and (max-width: 415px) {
    #colIntro {
        width: 350px;
    }
}

            #colIntro li {
                list-style-type: square;
                font-size: 1.25em;
                line-height: 30px;
                padding-left: 10px;
                margin-left: 20px;
            }
          
        #colPicture {            
            margin: 38px 0 0 0;
            float: right;
            background-color: #034569;    
        }
    
        #colContact {
            width: 600px;
            margin: 0px;
            float: left;
        }

@media screen and (max-width: 415px) {
    #colContact {
        width: 350px;
    }
}
            
            #colContact p, a {
                font-size: 16px;
                line-height: 24px;
            }

	    #colContact p {
	    	font-size: 1.25em;
	    }

            #colContact a {
                color: #034569;
		font-size: 1.0em;
            }
    
            .box-small-left {
                width: 290px;
                float: left;
            }  
            
            .box-small-right {
                width: 305px;
                float: right;
                margin: 0px 0 0 0px;  
            }
        
#doelstellingOuter {
    width: 100%;
    margin-top: 50px;
    background-color: gainsboro;    
}

    #doelstellingInner {
        height: 70px;
        background-color: #034569;    
    }

    #doelstelling {
        width: 970px;
        margin: 0 auto; 
    }

@media screen and (max-width: 415px) {
    #doelstelling {
        width: 350px;
    }
}

#referentiesOuter {
    width: 100%;
    margin-top: 50px; 
    background-color: gainsboro; 
}

    #referentiesInner {
        height: 70px;
        background-color: #034569;    
    }

    #referenties {
        width: 970px;
        margin: 0 auto;      
    }

@media screen and (max-width: 415px) {
    #referenties {
        width: 350px;
    }
}
    
        #referenties h4 {
            margin: 35px 0 10px 0;
            width: 435px;
        }

@media screen and (max-width: 415px) {
    #referenties h4 {
        width: 350px;
    }
}
  

        #referenties ul {
        
        }
    
        #referenties li {
            width: 435px;
            background-color: #034569;
            cursor: pointer;
        }

@media screen and (max-width: 415px) {
    #referenties li {
        width: 350px;
        margin-top: 10px;
    }
}
        
            #referenties li:hover
            {
                
            }
        
            #referenties .left {
                float: left;
            }
        
            #referenties .right {
                float: right;
            }
    
        #referenties li img {
            width: 435px;
        }

@media screen and (max-width: 415px) {
    #referenties li img {
        width: 97%;
    }
}
    
        #referenties li span {
            width: 435px;
        }

@media screen and (max-width: 415px) {
    #referenties li span {
        width: 350px;
    }
}
        
        .title {
            background-color: #034569;            
            height: 75px;
        }
        
        .mini {
            width: 354px;
        }
        
        .small {
            width: 445px;
        }
        
        .large {
            width: 970px;
        }

            .title span
            {
                width: auto !important;
                display: block;
                margin: 0 !important;
                padding: 14px 0 !important;
                text-align: center;
                font-size: 30px !important;
                font-weight: 700;
                color: #fff;
                text-shadow: #3C9DD0 1px 1px 1px;                
            }
    
            #hoog-catharijne {
                width: 970px !important;
                
            }

@media screen and (max-width: 415px) {
    #hoog-catharijne {
        width: 350px !important;
    }

        #hoog-catharijne li img {
            width: 100%;
        }
}


    #hoog-catharijne-tweede {
        width: 970px !important;
    }

        #hoog-catharijne-tweede img {
            width: 960px !important;
        }



@media screen and (max-width: 415px) {
    #hoog-catharijne-tweede {
        width: 350px !important;
    }

        #hoog-catharijne-tweede img {
            width: 340px !important;
        }
}



    @media screen and (max-width: 415px) {
        .small {
            width: 350px;
        }

        .large {
            width: 350px;
        }

        .title span {
            font-size: 20px !important;
        }
    }


    .description {
        display: none;
        width: 435px;
    }

    #referenties ul span {
        display: block;
        width: 395px;
        margin: 0 40px;
        padding-top: 40px;
        height: 270px;
        color: #fff;
        font-size: 20px;
    }

    #referenties ul a {
        text-decoration: underline;
        font-size: 20px;
    }

    #seeMore {
        display: block;
        width: 150px;
        height: 40px;
        margin: 20px auto;
        padding: 10px 25px 0 25px;
        background-color: #64AAD0;
    }

    #bouwmanagementOuter {
        width: 100%;
        margin-top: 50px;
        background-color: gainsboro;
    }

    #bouwmanagementInner {
        height: 70px;
        background-color: #034569;
    }

    #bouwmanagement {
        width: 970px;
        margin: 0 auto;
    }

    @media screen and (max-width: 415px) {
        #bouwmanagement {
            width: 350px;
        }
    }

    #bouwmanagement div.left {
        border-bottom: 2px #034569 solid;
    }

        #bouwmanagement div.left UL {
            display: block;
            float: left;
            width: 600px;
            margin-top: 30px;
        }

    @media screen and (max-width: 415px) {
        #bouwmanagement div.left UL {
            width: 350px;
        }
    }

    #bouwmanagement div.left LI {
        list-style-type: square;
        font-size: 1.25em;
        line-height: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 10px;
        margin-left: 50px;
    }

    #bouwmanagement div.left img {
        width: 250px;
        float: right;
        margin: 50px 50px 25px 50px;
    }

    #bouwmanagement div.right {
        border-bottom: 2px #034569 solid;
    }

        #bouwmanagement div.right UL {
            display: block;
            float: right;
            width: 600px;
            margin-top: 30px;
        }

    @media screen and (max-width: 415px) {
        #bouwmanagement div.right UL {
            width: 350px;
        }
    }


    #bouwmanagement div.right LI {
        list-style-type: square;
        font-size: 1.25em;
        line-height: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 10px;
        margin-left: 50px;
    }

    #bouwmanagement div.right img {
        width: 250px;
        float: left;
        margin: 50px 50px 25px 50px;
    }

    #footerInner {
        /*height: 145px;    */
        margin-top: 50px;
        padding-top: 25px;
        background-color: #034569;
        color: white;
    }

    #footer {
        width: 970px;
        margin: 0 auto;
    }

    @media screen and (max-width: 415px) {
        #footer {
            width: 350px;
        }
    }


    #footer p, #footer a {
        font-size: 16px;
        line-height: 24px;
        color: white !important;
    }

    #footer a {
        color: #034569;
    }

    #footer div.box-small-left {
        width: 290px;
        float: left;
    }

    #footer div.box-small-right {
        width: 305px;
        float: left;
        margin: 0px 0 0 40px;
    }

    @media screen and (max-width: 415px) {
        #footer div.box-small-right {
            margin: 0px;
        }
    }

    #footer img {
        border: none;
        margin: 0 auto;
    }

    .clear {
        clear: both;
        height: 25px;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }



    .your-class {
        width: 970px;
    }

        .your-class div img {
            width: 960px;
        }

    @media screen and (max-width: 415px) {
        .your-class {
            width: 350px;
        }

            .your-class div img {
                width: 340px;
            }
    }