/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
*/
/*
    Created on : 29.06.2017, 16:07:46
    Author     : andreasmethling
*/
body {
    background-color: #ffffff;
    color: #6c8a8d;
}
#header {
    background-color: #ffffff;
    border-bottom: solid 2px #6c8a8d;
    width: 100%;
    height: 130px;
    margin: 0 auto;
}
#header_container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

}
#logo {
    #background-color: red;
    text-align: left;
    min-width: 200px !important;
    width: 200px;
    height: 111px;
    padding: 0%;
    margin-top: 10px;
    #background-size: contain;
    #background-position: center center;
    #background-image: url("/resources/css/images/Logo_Rupp_Aircraft.png") !important;
}
div#slogan {
    margin-top: 25px;
    font-size: 45px;
}
div#burger {
    margin-top: 30px;
    font-size: 55px;
}
.card {
    margin-bottom: 15px !important;
    margin-left: 1%;
}
#footer {
    background-color: #6c8a8d;
    color: #fff;
    font-size: 120%;
    height: 140px;
    padding: 20px;
}
div.maxwidth {
    margin: 0px auto;
    width: 1024px;
}
.grey {
    width: 100%;
    background-color: #6c8a8d;
    line-height: normal;
}
#DesignAussen, #DesignInnen {
    max-width: 100%;
    width: 100%;
}
h1 {
    color: #a8181b;
}

#DesignComplete {
    max-width:75%;
    width: 75%;
}
.form-check-input {
    border: 1px solid #6c8a8d;
    background-color: #e5e5e5;
    width: 30px;
    height: 30px;
}
label {
    margin: 1px 0px 0px 10px;
    font-size: 150%;
}
span.btn {
    font-size: 140%;
    font-weight: bold;
    color: #6c8a8d;
    border: 1px solid #6c8a8d;
    padding: 5px;
    width: 100px;
    margin: 15px;
    line-height: 150%;
}