/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */



.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
    /* Flip around the padding for proper display in narrow viewports */
    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .row{
        margin-left:0;
        margin-right:0
    }
/*.navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }*/

.navbar-default.navbar-scroll {
    background-color: #fff;
    border-color: #1E8BD6;
    padding: 15px 0;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    .navbar-default .nav li a {
        /*color:firebrick;*/
        color: #fff;
        font-family: 'Open Sans', helvetica, arial, sans-serif;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.navbar-nav > li > a {
    padding-top: 25px;
    border-top: 6px solid transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #fff;
    border-top: 6px solid #1E8BD6;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #1E8BD6;
}

.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #fff;
}

.navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background: #fff;
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
    height: auto;
    display: block;
    font-size: 14px;
    background: transparent;
    padding: 15px 20px 15px 20px;
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.navbar-scroll.navbar-default .nav li a {
    color: #676a6c;
    /*background: transparent;*/
}

    .navbar-scroll.navbar-default .nav li a:hover {
        color: #1E8BD6;
    }

.navbar-wrapper .navbar.navbar-scroll {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
}

.nav > li > a {
    padding: 25px 10px 15px 10px;
}

.navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px;
}

.navbar.navbar-scroll .navbar-brand {
    margin-top: 0;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
}


/* ITPLUS */

h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 200;
}

.navy-line {
    width: 180px;
    height: 1px;
    margin: 40px auto 0;
    border-bottom: 2px solid #1E8BD6;
}

section p {
    color: #aeaeae;
    font-size: 15px;
}

.btn-itpl {
    background-color: #1E8BD6;
    font-size: 14px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
}

.btn-popup {
    font-size: 20px;
    border-color: #1E8BD6;
    font-weight: 600;
    background-color: #D8D8D8;
}

.itpl-icon {
    font-size: 80px;
    color: #1E8BD6;
}

.itpl-icon-small {
    font-size: 40px;
    color: #1E8BD6;
}

.itpl-icon-large {
    font-size: 150px;
    color: #1E8BD6;
}

.features .itpl-icon {
    color: #1E8BD6;
}

.itplus-popup {
    position: relative;
    background-color: #e7eaec;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

    .itplus-popup h1 {
        color: black;
        font-size: 14px;
    }

    .itplus-popup h2 {
        color: #1E8BD6;
        text-decoration: underline;
    }

    .itplus-popup h3 {
        color: #1E8BD6;
        font-size: 16px;
        text-decoration: underline;
    }

    .itplus-popup .itpl-icon {
        color: #1E8BD6;
    }

.itplcontact {
    /*background: #D8D8D8;*/
    color: black;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 60px;
    background-image: url('../../images/contactbackground3.jpg');
}

    .itplcontact p {
        /*color: #585858;*/
        color: black;
    }

    .itplcontact h1 {
        /*color: #1E8BD6;*/
        color: black;
    }

.itplus-popup-kontakt {
    position: relative;
}

.itplus-popup-header {
    background-color: white;
}

.itplus-kontakt-body {
    background-color: #e7eaec;
}

.itplus-kontakt-footer {
    background-color: #e7eaec;
}

.itplus-popup-kontakt h2 {
    color: #1E8BD6;
    text-decoration: underline;
}

.itpl-popup-label {
    margin-left: 15px;
    background-color: #e7eaec;
}

.itplus-navbar-toggle {
    background-color: gray;
    color: black;
}



@media (max-width: 768px) {

    .navbar.navbar-scroll .navbar-brand {
        margin-top: 6px;
    }

    .navbar-default {
        background-color: #fff;
        border-color: #fff;
        padding: 15px 0;
    }

        .navbar-default .navbar-nav > .active > a:focus {
            background: transparent;
            color: inherit;
        }

        .navbar-default .nav li a {
            color: #676a6c;
        }

            .navbar-default .nav li a:hover {
                color: #1ab394;
            }

    .navbar-wrapper .navbar {
        padding-top: 0;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7eaec;
        border-radius: 0;
    }

    .nav > li > a {
        padding: 25px 10px 15px 10px;
    }

    .navbar-nav > li > a {
        padding: 20px 10px;
    }

    .navbar .navbar-brand {
        margin-top: 6px;
        border-radius: 5px;
        font-size: 12px;
        padding: 10px;
        height: auto;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover {
        color: inherit;
    }

    .carousel {
        top: 60px;
    }


    .carousel-control {
        display: none;
    }

    .itpl-icon-notmobile {
        display: none;
    }

    #LogoITPContact {
        display: none;
    }
}
