body {
    width: 100%;
    height: 100%;
    /*background-color: #ECE5CE;
    background: -webkit-linear-gradient(-45deg, #ECE5CE, #ccc9a2);
    background: -o-linear-gradient(-45deg, #ECE5CE, #ccc9a2);
    background: -moz-linear-gradient(-45deg, #ECE5CE, #ccc9a2);
    background: linear-gradient(-45deg, #ECE5CE, #ccc9a2);
    background-attachment: fixed;*/
    background: #ECE5CE url("../media/imgs/white_sand.png") repeat fixed center;
    font-family: 'Lato', sans-serif;
    line-height: 160%;
}

html {
    width: 100%;
    height: 100%;
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #898472;
}

.missingInput {
    outline: none !important;
    border: 2px solid crimson;
}

@media(min-width: 320px) {
    .navbar img {
        max-height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media(min-width:767px) {
    .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-collapse ul {
        margin-top:13px;
        -webkit-transition: margin-top .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: margin-top .5s ease-in-out,padding .5s ease-in-out;
        transition: margin-top .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse ul {
        margin-top: 5px;
    }

    .navbar ul li {
        margin-left: 25px;
        margin-right: 25px;
    }

    .navbar ul li.activeNav {
        border-bottom: 3px solid #61A4B0;
    }

    .navbar ul li:last-child {
        margin-right: 0;
    }

    .navbar ul li:first-child {
        margin-left: 0;
    }

    /* NAVBAR COMPANY LOGO */
    .navbar img {
        margin-left: -15px;
        max-height: 80px;
        width: auto;
        float: left;
        -webkit-transition: max-height .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: max-height .5s ease-in-out,padding .5s ease-in-out;
        transition: max-height .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse img {
        max-height: 60px;
    }

}

#content {
    margin-top: 100px;
}

.factCell h1 {
    font-size: 4rem;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.factCell {
    border: 2px solid #999;
    height: 150px;
    width: 150px;
    border-radius: 75px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(97,164,176,0.3);
    margin-bottom: 5px;
    font-size: 1.2rem;
    padding-top: 20px;
}

#divLeistungen .row {
    color: #777;
    font-size: 0.9em;
    margin-top: 2.5em;
    margin-bottom: 2em;
    line-height: 150%;
}

#divLeistungen h2 {
    color: #000;
    font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

.foldDiv .glyphicon {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition:    -moz-transform 0.2s ease-in-out;
    -o-transition:      -o-transform 0.2s ease-in-out;
    transition:         transform 0.2s ease-in-out;
}

.rotate90deg {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

a h3 {
    color: #000000;
}

a h3:hover {
    color: #000000;
}