/*******************************************************************
 * Use this CSS-file to specify the global lay-out for the website *
 *******************************************************************/
/*****************bootstrap*************/

img[id$='imgLoading'] {
    width: 16px;
}

form[action='/nl/software/'] .menu-container
{
    display: none;
}

.container {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

@media (max-width: 1170px) {
    .container {
        width: 100% !important;
    }
    /*
   nav.navbar .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } 

    nav.navbar [class*="col-"] {
        padding: 0 !important;
    }

    nav.navbar .col-md-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    nav.navbar .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
    }*/
}

h4 {
    margin-top: 0;
    font-size: 16px;
}

.row:not(:first-child) {
    /*margin-top: 121px;*/
    margin-bottom: 20px;
    /*margin-left: -30px;
    margin-right: -30px;*/
}

.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}

[class*="col-"] {
   padding: 15px 30px;
}


    [class*="col-"].no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

.withborder [class*="col-"] {
    border: 1px solid #ddd;
}

hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*********************************************************************/

* {
    font-family: "pragmatica-web",sans-serif;
    /*color: #bc530a;*/
    font-weight: 200;
}

a {
    /*color: #ff6700;*/
    color: black;
}

h2 {
    text-transform: uppercase;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
}

.internal-link {
    display: inline-block;
    text-align: center;
    position: absolute;
    margin-left: -16px;
    margin-top: -33px;
    left: 50%;
    background: url(images/btns_navigation_home_intro.png) no-repeat;
    background-position: -96px;
    width: 32px;
    height: 33px;
}

    .internal-link a {
        color: white;
        width: 100%;
        display: block;
        padding: 4px 0;
        font-size: 0;
    }

.comm {
    margin-top: 20px;
    text-align: center;
}

@media (min-width: 992px) {
    .comm {
        margin-top: 50px;
        text-align: center;
    }
}

.comm a:hover {
    color: #000000;
    text-decoration: none;
}

.comm div.icon {
    display: inline-block;
    background: url(images/footer_icons.png) no-repeat;
    background-position-x: 0;
    width: 26px;
    height: 26px;
}

.comm.fax div.icon {
    background-position-x: -222px;
}

.comm.email div.icon {
    background-position-x: -169px;
}

.comm.address div.icon {
    background-position-x: -338px;
}

.comm.linkedin div.icon {
    background-position-x: -509px;
}

.comm.facebook div.icon {
    background-position-x: -679px;
}

.comm p {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 16px;
}

.comm div:before {
    font-size: 21px;
}

.comm.col-md-2 {
    padding: 21px 10px;
}


/* Effects
-------------------------------------------------- */

/* grow effect on load */
.content-item,
img {
    -webkit-animation: grow 2s cubic-bezier(0.070, 0.300, 0.250, 1.300); /* Safari, Chrome and Opera > 12.1 */
    animation: grow 2s cubic-bezier(0.070, 0.300, 0.250, 1.300);
}

    .content-item.item1,
    .content-item.item1 img  {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
    }

    .content-item.item2,
    .content-item.item2 img  {
        -webkit-animation-duration: 1100ms;
        animation-duration: 1100ms;
    }

    .content-item.item3,
    .content-item.item3 img  {
        -webkit-animation-duration: 1200ms;
        animation-duration: 1200ms;
    }

    .content-item.item4,
    .content-item.item4 img  {
        -webkit-animation-duration: 1300ms;
        animation-duration: 1300ms;
    }

    .content-item.item5,
    .content-item.item5 img  {
        -webkit-animation-duration: 1400ms;
        animation-duration: 1400ms;
    }

    .content-item.item6,
    .content-item.item6 img  {
        -webkit-animation-duration: 1500ms;
        animation-duration: 1500ms;
    }

    .content-item.item7,
    .content-item.item7 img  {
        -webkit-animation-duration: 1600ms;
        animation-duration: 1600ms;
    }

    .content-item.item8,
    .content-item.item8 img  {
        -webkit-animation-duration: 1700ms;
        animation-duration: 1700ms;
    }

    .content-item.item9,
    .content-item.item9 img  {
        -webkit-animation-duration: 1800ms;
        animation-duration: 1800ms;
    }

    .content-item.item10,
    .content-item.item10 img  {
        -webkit-animation-duration: 1900ms;
        animation-duration: 1900ms;
    }

    .content-item.item11,
    .content-item.item11 img  {
        -webkit-animation-duration: 2000ms;
        animation-duration: 2000ms;
    }

    .content-item.full-width {
        width: 100%;
    }


/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes grow {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}


/* Navigation bar
-------------------------------------------------- */


#logo {
    float: right;
}

    #logo a {
        display: block;
        font-size: 52px;
    }

div.page-header {
    border: none;
    margin-top: 0;
}

nav.navbar div.menu-container {
    cursor: pointer;
    float: left;
    margin-top: 6px;
    outline: 0;
    position: relative;
    transition: color 750ms, transform 75ms, -webkit-transform 75ms,  text-shadow 750ms;     
}

    nav.navbar div.menu-container .fwd-bars {
        display: inline-block;
        font-size: 44px;
        pointer-events: none;
        vertical-align: middle;
    }

    nav.navbar div.menu-container .menu-title {        
        font-size: 17px;
        font-weight: bold;
        margin-left: 5px;
        margin-top: 4px;
        pointer-events: none;
        vertical-align: middle;
        display: none;
    }

@media (min-width: 992px) {
    nav.navbar div.menu-container .menu-title {
        display: inline-block;
    }
}

    nav.navbar div.menu-container:focus div.menuTop {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    nav.navbar div.menu-container div.menuTop {
        background-color: black;
        cursor: auto;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        position: absolute;
        top: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: transform 200ms, -webkit-transform 200ms;
    }

        nav.navbar div.menu-container div.menuTop .btn-close {
            color: white;
            cursor: pointer;
            float: right;
            font-size: 24px;
            margin: 5px 10px;
            padding: 5px 5px 4px 5px;
            -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
        }

            nav.navbar div.menu-container div.menuTop .btn-close:hover {
                color: black;
                background-color: white;
            }

        nav.navbar div.menu-container div.menuTop ul {
            font-size: 22px;
            list-style-type: none;
            padding: 40px;
        }

            nav.navbar div.menu-container div.menuTop ul li {
            }

                nav.navbar div.menu-container div.menuTop ul li a {
                    border-bottom: 1px solid white;
                    color: white;
                    display: block;
                    padding: 15px 30px 15px 0;
                    transition: color 150ms, background-color 150ms, padding 250ms;
                    width: 100%;
                }

                    nav.navbar div.menu-container div.menuTop ul li a:hover {
                        background-color: white;
                        color: black;
                        padding-left: 15px;
                        padding-right: 15px;
                        text-decoration: none;
                    }

nav.navbar a {
    color: black;
    transition: color 750ms, transform 75ms, -webkit-transform 75ms;
}

nav.navbar #logo a,
nav.navbar #logo a:hover,
nav.navbar #logo a:active,
nav.navbar #logo a:visited {
    outline: none;
    text-decoration: none;
}

    nav.navbar #logo a:hover,
    nav.navbar div.menu-container:hover:not(:focus) {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

nav.navbar:not(.affix) .white a,
nav.navbar:not(.affix) .menu-container.white {
    color: white;
}


    nav .navbar-background {
        top: -170px;
        transition: top 450ms cubic-bezier(0.070, 0.300, 0.250, 1.300);
    }

nav .navbar-background {
    background-color: white;
    height: 100px;
    position: absolute;
    width: 100%;
}

    nav .navbar-background:after {
        box-shadow: 0 0 10px 9px rgba(0, 0, 0, 0.3);
        top: 0;
        bottom: 0;
        border-radius: 50% / 10px;
        z-index: -2;
        left: 10px;
        right: 10px;
        content: "";
        position: absolute;
        height: 52px;
        width: 100%;
        margin: 48px auto 0 auto;
    }

nav.affix .navbar-background {
    top: -18px;
}

body nav.navbar {
    top: 0;
    transition: top 450ms cubic-bezier(0.070, 0.300, 0.250, 1.300);
}

body.scrolling nav.navbar {
    top: -160px;
}

.navbar.navbar .back-button {
    display: none;
}

.active-level-2 .navbar.navbar .back-button {
    display: block;
    font-size: 0;
    width: 55px;
    height: 55px;
    margin-left: -28px;
    margin-top: -3px;
    left: 50%;
    position: absolute;
}

    .active-level-2 .navbar.navbar .back-button:before {
        font-family: "forwrd" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        color: black;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        cursor: pointer;
        font-size: 58px;
        content: "f";
        position: absolute;
    }

.navbar.navbar .back-button:hover:before {
    text-decoration: none;
    content: "e";        
}

.divisionContent {
    clear: both;
}

