*
{
margin:0;
padding:0;
}
body
{
font-family: sans-serif;
}

/*-------------------------top section---------------------------------*/

.head-img {
    width: 100%;
    height: 200px;
    background-image: url(/images/Head.jpg);
    background-repeat: repeat-x;
    background-size: contain;
}
.logo-head-img
{
    margin-top: 20px;
    /*margin-bottom: 50px;*/
    margin-bottom: 20px;
    height: 100px
}

/*-------------------------nav-bar section---------------------------------*/

#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;
}
.navbar
{
    background-image: linear-gradient(to left, #d0d0cf, #dadada);
    padding: 0 !important;
}
.navbar-brand img
{
    height: 70px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-nav li
{
    padding: 0 10px;
}
.navbar-nav li a
{
    color: #18223D !important;
    font-weight: 600;
    float: right;
    text-align: left;
}
.fa-bars
{
    color: #fff;
    font-size: 30px !important;
}
.navbar-toggler
{
    outline: none !important;
}

/*-------------------------Auftragsübersicht section---------------------------------*/

#Auftragsübersicht
{
    background-color: #18223D;
    /*padding: 30px 0px;*/
    padding: 0px 0px;
}
.title
{
    text-align: center;
    /*padding: 25px 0px;*/
    padding: 10px 0px;
    color:white;
}

/*-------------------------order section---------------------------------*/

.card-text
{
    text-align: justify;
    margin-left: auto;
}
.card-body
{
    box-shadow: 0 0 20px 7px rgba(0,0,0,0.1);
}
.card
{
    margin: 20px 10px;
}
.card-body a
{
    color:#7AB1E1;
    text-decoration: none;
    font-size: 15px;
    margin-top: auto;
    font-weight: 600;
}
.card-body a:hover
{
    color: #18223D;
    text-decoration: none;
    transition: 0.3s ease-out;
}

/*-------------------------footer section---------------------------------*/

#footer {
    /*background-color: #1E1F1F;*/
    background-color: rgb(24, 34, 61);
    color: #fff;
}
.footer-box
{
    padding: 20px;
}
.footer-box .fa
{
    margin-right: 8px;
    font-size: 18px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 2px;
}
.footer-box .form-control
{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 15px;
    max-width: 250px;
}
.footer-box a
{
    color: #fff;
    text-decoration: none;
}
.footer-box a:hover
{
    color: #7AB1E1;
    transition: 0.3s ease-out;
}
.footer-box .btn-primary
{
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    margin-top: 30px;
}