body {
    background-color: #CECDCD;
}

.page-container.container {
    overflow-x: hidden;
}

.logo {
    background-image: url("../img/Logo_Weltersbach.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 70px;
    margin: 20px 0 16px 0;
}

.header.navbar.navbar-default {
    margin-bottom: 0;
    background-color: #FFF;
}

.nav-item {
    margin-top: 25px;
    color: #00285C;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    height: 68px;
}

.nav-item > img.active {
    border-bottom: 4px #00285C solid;
}

.content-container {
    padding-right: 1px;
    padding-left: 0;
}

.starting-point {
    margin-top: 100px;
}

.start-img {
    max-width: 100%;
}

.header-image {
    margin-left: auto;
    margin-right: auto;
}

#about {
    color: #CECDCD;
    background-color: #23386C;
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #23386C, #061F58);
    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #23386C, #061F58);
    /* IE 10 */
    background: -ms-radial-gradient(circle, #23386C, #061F58);
}

#sectors {
    background-image: url("../img/sector-background.jpg");
    color: #00285C;
}

#production {
    color: #CECDCD;
    background-color: #23386C;
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #23386C, #061F58);
    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #23386C, #061F58);
    /* IE 10 */
    background: -ms-radial-gradient(circle, #23386C, #061F58);
}

#good-reasons {
    color: #00285C;
    background-color: #FFF;
}

.reasons-list li {
    margin-bottom: 20px;
}

#contact {
    background-image: url("../img/contact-background.jpg");
    color: #00285C;
}

#contact .text-col-2 {
    margin-bottom: 30px;
}

.content-item {
    padding: 80px 30px 30px 30px;
    font-size: 20px;
}

.content-header {
    margin-bottom: 50px;
}

.img-col img {
    margin-bottom: 20px;

}

.footer {
    height: 75px;
    color: #00285C;
    text-align: center;
    padding-top: 15px;
    background-color: #FFF;
}

@media screen and (min-width: 768px) {
    .collapse.navbar-collapse {
        width: 75%;
    }

    .content-wrap {
        position: relative;
        left: 31px;
    }

    .content-header {
        position: relative;
        left: 46px;
    }

    .reasons-list li > span {
        position: relative;
        left: 35px;
    }

    .contact-info tr > td:nth-child(2) {
        position: relative;
        left: 10px;
    }

    .text-col-1 {
        margin-left: 34px;
    }

    .text-col-2 {
        margin-left: 64px;
    }
}

@media screen and (max-width: 767px){
    .nav-item {
        display: inline-table;
        height: 0;
    }

    .content-header {
        display: flex;
    }

    .navbar-default.navbar-fixed {
        width: 100%;
    }

    .content-item {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {

    .page-container.container {
        width: 100%;
    }

}

/* MISC */

.no-padding {
    padding: 0 !important;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: inherit;
    border-radius: 0;
}

.mail-icon {
    position: relative;
    left: -15px;
}

.mail-header {
    position: relative;
    top: 26px;
}

.marker {
    position: absolute;
    left: -76px;
}

a {
    color: #00285C;
    text-decoration: none; /* no underline */
}

.scrolloff {
    pointer-events: none;
}