/* ---------- Global ---------- */
body {
    background: #FFF url(/images-fraisa/bg-rund.jpg) 50% 0 no-repeat;
    background-size: auto;
    background-size: 100% auto;
    font: 15px/1.4 'FrutigerNeueW01-Regular', sans-serif;
    color: #333333;
}

html {
    font: 14px/1.4 'FrutigerNeueW01-Regular', sans-serif;
    color: #333333;
}
/* ---------- Layout ---------- */
a {
    color: #0088cc;
}


/* ---------- Header ---------- */
#navigation {
    background: #002948;
}

#languagechange > a {
    color: whitesmoke;
}

/* ---------- Main ---------- */
#centered {
    max-width: 1280px;
}
#messages {
    width: 75%;
}

#navigationleft {
    padding-left: 10px;
}

#context {
    width: 73%;
}

form {
    width: 75%;
}

#content {
    width: 80%;
    display: flex;
    flex-direction: column;
}

#wrapper {
    background: #fff;
    -webkit-box-shadow: -10px -8px 30px rgba(0, 0, 0, .5);
    box-shadow: -10px -8px 30px rgba(0, 0, 0, .5);
}

/* ---------- Form ---------- */
.mandatoryhint {
    font-size: 15px;
    color: #999999;
}

label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

select, textarea, 
input[type="text"], 
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px;
    vertical-align: middle;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea {
    height: auto;
}

select {
    background-color: #FFF;
    -webkit-box-shadow: none;
            box-shadow: none;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.buttons {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 19px 20px 20px;
}

.button {
    height: 30px;
    background-color: #002948;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

.wbt-form-hint-icon img {
    max-height: 16px;
    padding-top: 4px;
}

/* ---------- Table ---------- */

/* ---------- Footer ---------- */
#footer_fraisa {
    border-top: 1px solid #002948;
    padding-top: 10px;
    margin: 10px;
    color: #002945;
    font-size: 12px;
}

#footer_fraisa > a {
    color: #002945;
    text-decoration: none;
}

#footer {
    padding-bottom: 10px;
}

#footer img {
    float: right;
    padding-left: 5px;
    height: 15px;
}

#footer a {
    margin-bottom: -5px;
}
/* ---------- Misc ---------- */
