/* Clearfix */
.clear:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    color: #ae211e;
    text-decoration: none;
    font-weight: 600
}

.at:before {
    content: '@';
}

table.table-spacing {
    border-collapse: separate;
    border-spacing: 2px;
}

table.table-spacing td,
table.table-spacing th {
    padding: 5px;
}

.radio {
    border: none;
}

h2, .menu {
    background-color: #E2CA93;
    color: #B48426;
    width: 100%;
    line-height: 1.5rem;
    letter-spacing: 1.5pt;
    font-weight: 600;
    padding: 3px 15px;
    text-align: left;
    font-size: 1rem;
    margin: 40px auto 1.2rem auto;
}

.head, h1 {
    margin: 0px auto 1em auto;
    font-family: "Quattrocento", "Palatino Linotype", serif;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
}

.titeltd, th {
    background-color: #CFB583;
}

td {
    text-align: left;
}

.tdcenter, .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tdright {
    text-align: right;
}

form {
    margin-bottom: 10px;
}

input[type=submit]:not(.btn), 
input[type=button]:not(.btn), 
input[type=reset]:not(.btn) {
    background: #e7e7e7 url('images/input_button_bg.png') repeat-x;
    border: 1px solid #afafaf;
    height: 28px;
    color: #575757;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
}

input[type=submit]:not(.btn):hover, 
input[type=button]:not(.btn):hover, 
input[type=reset]:not(.btn):hover {
    background: #e1e1e1;
}

hr {
    color: #943F3F;
}

.hidden {
    font-weight: normal;
    color: black
}

a.hidden {
    font-weight: normal;
    color: black
}

a.hidden:hover {
    font-weight: normal;
    color: black
}

.bildtd {
    background-color: none;
    background-image: none;
    border: none;
}

.anker {
    color: black;
}

p#text, p.text {
    width: 80%;
    text-align: justify;
}

p#justify, p.justify {
    width: 80%;
    text-align: justify;
}

/****************************************
******** Navigation-Unterseiten *********
*****************************************/
ul.unterseite_navi {
    padding: 0;
    list-style-type: none;
    padding: 0;
    margin: 10px auto 3.5em;
    width: 100%;
    max-width: 520px;
    text-align: center;
    font-size: 0;
}

ul.unterseite_navi li {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 5px;
    text-align: center;
}



.errormessage, .infomessage {
    padding: 10px;
    width: 100%;
    max-width: 450px;
    margin: 1em auto;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.errormessage {
    border: 1px solid #de8d77;
    background: #ecba9f;
    color: #b81d1b;
}

.infomessage {
    border: 1px solid #9bb576;
    background: #cbd9a7;
    color: #21740e;
}

.information_box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #e2d1a7;
    padding: 15px;
    width: 100%;
    max-width: 450px;
    margin: 10px auto;
    color: #3b2e16;
    font-style: italic;
    text-align: center;
    word-wrap: break-word;
}

.information_box h3 {
    margin: 0.5em auto 1em auto;
    font-size: 1rem;
    font-weight: 600;
}

label.error {
    display: list-item;
    width: 90%;
    margin-left: 50px;
    display: list-item;
    list-style-type: disc;
    margin: 0.3em 1.5em;
    padding: 0;
}

.loader {
    background: url('images/loading.gif') no-repeat top center;
    padding-top: 70px;
    font-size: 8pt;
    text-align: center;
    font-style: italic;
}

/* ********** FORMULAR *********** */
dl.formular {
    width: 100%;
    max-width: 600px;
    margin: 1.5em auto;
}
dl.formular dt {
    float: left;
    width: 200px;
    font-weight: bold;
}
dl.formular dd {
    margin: 0.5em 0;
}

/* ********** ICONS *********** */
.icon-edit {
    background: url('images/icons/edit.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon-delete {
    background: url('images/icons/delete.gif') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.icon-richtig {
    background: url('images/icons/richtig.gif') no-repeat;
    width: 11px;
    height: 12px;
    display: inline-block;
}

.icon-falsch {
    background: url('images/icons/falsch.gif') no-repeat;
    width: 10px;
    height: 11px;
    display: inline-block;
}

.text-ellipsis {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.free-ingredient {
    margin-top: 40px;
    cursor: pointer;
}

.free-ingredient img {
    max-width: 50px;
    border: 1px solid #00000040;
    border-radius: 5px;
}
