/*
Diese Seite wurde erstellt von:
Küster IT-Systemhaus 
Gabriele Mann
https://kuester.sh
*/
/* 
    Created on : 20.07.2017, 11:24:38
    Author     : G.Mann
*/

/*****************************************************************************
 *** Allgemein                                                             ***
 *****************************************************************************/

@media (min-width: 768px) {

    .navbar {
        border-top: 5px #f58220 solid;
        background-color: #929292;
        height: 50px;
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px;
        height: 50px;
    }

    .navbar-nav>li>a {
        font-size: 18px;
        padding-bottom: 9px;

    }

    blockquote {
        width: 700px;
    }

    .col-sm-4 {
        text-align: center;
        padding: 50px;
    }

    .service {
        font-size: 100px;
        color: #f58220;
        margin-bottom: 50px;
    }

    #devices, #partners {
        padding: 15px;
        margin: 20px auto 20px auto;
        border: 0;
    }
}

@media (min-width: 768px) {
    #devices, #partners, footer {
        width: 750px;
    }
}

@media (min-width: 992px) {
    #devices, #partners, footer {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    #devices, #partners, footer {
        width: 1170px;
    }
}


/* Margin und Padding werden nicht zur Breite hinzugerechnet */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Global:
     - orangefarbene Linie am oberen Rand der Seite 
     - Schriftart
     - Schriftfarbe
     - Hintergrundfarbe 
*/

body {
    border-top: 5px #f58220 solid;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-size: 18px;
    color: #2a2626;
    background-color: #ece7e3;
}

/* Bootstrap */

.navbar-default {
    background-color: #929292;
    padding-bottom: 0;
    color: #ece7e3;
}

.navbar-brand {
    color: #ece7e3!important;
height: 50px;
}
.navbar-default .navbar-nav>li>a {
    color: #ece7e3;
}

.icon-bar {
    background-color: #ece7e3!important;
}

.navbar-toggle {
    color: #929292;
}
a.navbar-brand {
    font-size: 24px;
    margin-right: 50px;
}

#bannerCarousel img {
    padding-top: 45px;
    width: 100%;
}

#quote {
    background-color: #f6f6f6;
}

#service {
    background-color: #ece7e3;
}

.col-sm-4 {
    text-align: center;
    margin-top: 50px;
    vertical-align: top;
}

.col-sm-12 {
    text-align: center;
    vertical-align: top;
    margin-bottom: 50px;

}

.service {
    font-size: 80px;
    color: #f58220;
}

#products, #partners {
    background-color: #f6f6f6;
}

.dark-gray {
    background-color: #929292;
    color: #ece7e3;
}

#about, footer {
    padding: 15px;
    margin: 20px auto 20px auto;
    border: 0;
}


#partners img {
    max-width: 150px;
}
#banner img {
    width: 100%;
    padding: 0;
}

blockquote {
    padding: 15px;
    margin: 20px auto 20px auto;
    text-align: center; 
    border: 0;
}

div#quote, div#author {
    font-style: italic;
    font-size: 22px;
    line-height: 140%;
    color: #929292;  
}

div#author {
    margin-top: 10px;
    font-size: 14px;    
}

.bg-grey {
    background-color: #f6f6f6;
}

.hidden {
    visibility: hidden;
}

a:link, a:visited {
    color: #f58220;
}

#copyright a:link, #copyright a:visited {
    color: #f58220;
}

div#copyright {
    padding-bottom: 10px;
}