/* STYLESHEET */

/* FONTS ADDENDUM */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700');

/*
<style>
/**/
/* ================================================================================================================== */
/* TYPO */
/* ================================================================================================================== */

html, body { 
    min-height:100%;
    max-width:100%;
    height:100%;
    font-family: 'Source Sans Pro','Open Sans', Arial, sans-serif; 
    font-size: 16px;
    line-height: 1.4em; 
    font-weight: 300;
    color: #666666;
    background-color: #f3f3f1;
}

@media only screen and (min-width : 768px)
{
    html, body { font-size: 18px; line-height: 1.6em; } 
}

h1 { font-size: 1.8em; margin-top: 0; }
h2 { font-size: 1.5em; margin-top: 0; }
h3 { font-size: 1.4em; }
p { margin-bottom: 1.3em; }
.lead { font-size: 1.2em; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
    letter-spacing: 1px;
    font-weight: 400;
    color: #4b5b60;
    margin-bottom: 1em;
}

.homelineheight {
    line-height: 1.2em;
}

.home-image {
    margin-bottom: 30px;
}

.centreer .img-responsive {
    margin: 0 auto;
}

/* ================================================================================================================== */
/* BOOTSTRAP OVERWRITES */
/* ================================================================================================================== */

a { color: #4b5b60;}
a:hover, a:focus { color: #0b1b20; }


/*===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A
            /*  PRIMARY COLOR OVERWRITES { overwrites bootstrap 3 primary color settings } 
            /*===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A*/

            .bs-primary-border { border-color: #4b5b60; }
            .bs-primary-background { background-color: #4b5b60; }
            .bs-primary-color { color: #4b5b60; }

            .text-primary { color: #4b5b60; }

            .bg-primary, .bg-brand  {
                color: #FFF;
                background-color: #4b5b60;
            }

            .progress-bar-primary {
                color: #FFF;
                background-color: #4b5b60;
            }

            a.bg-primary:hover,
            a.bg-primary:focus {
                background-color: #0b1b20;
            }

            .btn-primary, .btn-primary:link, .btn-primary:visited {
                color: #FFF;
                background-color: #4b5b60;
                border-color: #3e4e53;
            }

            .btn-primary:focus,
            .btn-primary.focus,
            .btn-primary:hover,
            .btn-primary:active,
            .btn-primary.active,
            .open > .dropdown-toggle.btn-primary {
                color: #FFF;
                background-color: #314146;
                border-color: #25353a;
            }

            .btn-primary:active:hover,
            .btn-primary.active:hover,
            .open > .dropdown-toggle.btn-primary:hover,
            .btn-primary:active:focus,
            .btn-primary.active:focus,
            .open > .dropdown-toggle.btn-primary:focus,
            .btn-primary:active.focus,
            .btn-primary.active.focus,
            .open > .dropdown-toggle.btn-primary.focus {
                color: #FFF;
                background-color: #25353a;
                border-color: #18282d;
            }

            .btn-primary:active,
            .btn-primary.active,
            .open > .dropdown-toggle.btn-primary {
                background-image: none;
            }

            .btn-primary.disabled:hover,
            .btn-primary[disabled]:hover,
            fieldset[disabled] .btn-primary:hover,
            .btn-primary.disabled:focus,
            .btn-primary[disabled]:focus,
            fieldset[disabled] .btn-primary:focus,
            .btn-primary.disabled.focus,
            .btn-primary[disabled].focus,
            fieldset[disabled] .btn-primary.focus {
                background-color: #4b5b60;
                border-color: #3e4e53;
            }

            .btn-primary:not(:disabled):not(.disabled):active {
                color: #FFF;
                background-color: #2b3b40;
                border-color: #25353a;
            }
            
            .btn-primary .badge {
                color: #4b5b60;
                background-color: #FFF;
            }

            .label-primary {
                background-color: #4b5b60;
            }

            .label-primary[href]:hover,
            .label-primary[href]:focus {
                background-color: #000e13;
            }

            .panel-primary {
                border-color: #4b5b60;
            }

            .panel-primary > .panel-heading {
                color: #FFF;
                background-color: #4b5b60;
                border-color: #4b5b60;
            }

            .panel-primary > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #4b5b60;
            }

            .panel-primary > .panel-heading .badge {
                color: #4b5b60;
                background-color: #FFF;
            }

            .panel-primary > .panel-footer + .panel-collapse > .panel-body {
                border-bottom-color: #4b5b60;
            }

            .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
                background-color: #4b5b60;
                border-color: #4b5b60;
            }

            .pagination>li>a, .pagination>li>span {
                color: #4b5b60;
            }
            
            .page-link:hover {
                color: #314146;
            }
            

/*===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A
/*  ROUND CORNERS OVERWRITE
/*===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A===A*/
.img-thumbnail, code, kbd, pre,.form-control, .input-sm, 
.form-group-sm .form-control, .input-lg, 
.form-group-lg .form-control, .btn, .btn-link,
.btn-lg,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.list-group-item:first-child,
.list-group-item:last-child,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar, .navbar-static-top,
.navbar-fixed-top, .navbar-fixed-bottom,
.navbar-toggle, .breadcrumb, .pagination, 
.container .jumbotron, .container-fluid .jumbotron,
.alert, .progress, .panel, .panel-group .panel, .panel-heading,
.well, .well-lg, .well-sm { border-radius: 0; }

ul{ margin: 0 0 1em 20px; padding: 0; }

/* =================================================================================== */
/* == STRETCHING THE INTRO HEADER */

html,
body {
    width: 100%;
    height: 100%;
}

/* ================================================================================================================== */
/* CONTENT */
/* ================================================================================================================== */

#stretcher {
    padding: 150px 0 4em;
    min-height: 100vh;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#stretcher.productviewer {    
    padding: 62px 0 4em;
}

.productviewer .rowklasse {
    margin: 0;
    height: 100%;
}

.productviewer .productthumb {
    height: 33.333333%;
    margin: 0;
    box-shadow: 0 0 1px 0px #AAAAAA;    
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.productviewer .productthumb-inner {
    height: 100%;
    margin: 0; 
    background-position: center center;
    background-size: cover;
    -webkit-transition: -webkit-transform 1.5s; /* Safari */
    transition: transform 1.5s;
    margin: 0 -15px;
}

.productviewer .productthumb-inner:hover {
    transform: scale(1.3);
    -webkit-transition: -webkit-transform 4.5s; /* Safari */
    transition: transform 4.5s;
}

.productviewer .productthumb a {
    height: 100%;
    width: 100%;
    display: block;
}


#content {
    padding: 5em 0 4em;
}

.textblob {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    font-size: 0.9em;
}

.textblob p { margin: 1.3em 0; }



@media only screen and (max-width : 767px) AND (max-height : 800px) 
{
    .productviewer .productthumb {
        height: 50%;
    }
}

@media only screen and (max-width : 767px) AND (min-height : 1000px) 
{
    .productviewer .productthumb {
        height: 25%;
    }
}

@media only screen and (max-width : 991px) AND (max-height : 800px) 
{
    .productviewer .productthumb {
        height: 50%;
    }
}

@media only screen and (max-width : 991px) AND (min-height : 1000px) 
{
    .productviewer .productthumb {
        height: 25%;
    }
}



@media only screen and (max-width : 1199px) AND (max-height : 800px) 
{
    .productviewer .productthumb {
        height: 50%;
    }
    #stretcher:not(.productviewer) .textblob {
        position: relative;
    }
    #stretcher:not(.productviewer) {
        min-height: auto;
        height: auto;
        padding: 150px 0 0;
    }
}

@media only screen and (max-width : 1199px) AND (min-height : 1000px) 
{
    .productviewer .productthumb {
        height: 25%;
    }
}

@media only screen and (min-width : 1200px) AND (max-height : 800px) 
{
    .productviewer .productthumb {
        height: 50%;
    }
}


@media only screen and (min-width : 1200px) AND (max-height : 900px) 
{
    #stretcher:not(.productviewer) .textblob {
        position: relative;
    }
    #stretcher:not(.productviewer) {
        min-height: auto;
        height: auto;        
        padding: 150px 0 0;
    }
}

@media only screen and (min-width : 1200px) AND (min-height : 1000px) 
{
    .productviewer .productthumb {
        height: 33.3333333%;
    }
}


@media only screen and (max-height : 600px) 
{
    .productviewer .productthumb {
        height: 100%;
    }
}

.filelist a { 
    white-space: inherit; 
    text-align: left;
} 

.filelist .fa {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}

/* ================================================================================================================== */
/* FAKE NAVBAR */
/* ================================================================================================================== */

#header {
    background-color: white;
    border-bottom: 1px solid #dedede;
    height: 80px;
}

.fakenavbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.fakenavbar .container {
    position: relative;
}

.slogan  { 
    height: 60px; 
    margin-top: 12px; 
    margin-right: 20px;
    display: block; 
    padding-top: 15px;
    font-size: 1.4em; 
    font-weight: bold;
    text-transform: uppercase;
}

.smalllogo { 
    height: 60px; 
    margin-top: 10px; 
    display: block; 
    float: right;
    margin-left: 20px;
}

.realnavbar .smalllogo, .smalllogo.totheleft {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.biglogo {
    position: absolute;
    top: 15px;
}

.iconlink { 
    height: 60px; 
    margin-top: 10px; 
    display: block; 
    float: right; 
    overflow: hidden; 
    margin-left: 10px;
}

.iconlink a {
    display: block;
    font-size: 30px;
    margin-top: 15px;
    color: #acacac;
} 

.iconlink.active a, .iconlink a:hover {
    color: #4b5b60;
}

/* ================================================================================================================== */
/* SUBMENU */
/* ================================================================================================================== */

.nav.nav-pills {
    margin-bottom: 20px;
}

.nav-pills > li {
    margin: 0;
    padding: 0;
}

.nav-pills > li > a {
    color: #acacac;
    background-color: transparent;
    border-radius: 0;
    padding: 0.6em 5px;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #dadada;
    line-height: 1.2em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.nav-pills > li.active > a {
    color: #4b5b60;
    font-weight: 500;
    background-color: transparent;
}

.nav-pills > li > a:focus, 
.nav-pills > li > a:hover,
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
    color: #000;
    background-color: transparent;
}



/* =================================================================================== */
/* == FOOTER */

#footer {
    padding: 0.8em 0 0;
    background-color: #4b5b60;
    color: white;
    overflow: hidden;
    font-size: 0.8em;
    line-height: 1.3em;
}

#footer .crossmark {
    font-size: 0.7em;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #8b9ba0;
    text-decoration: none;
}


/*
</style>
/**/
