.cart {
    border: solid 2px hsl(41, 89%, 60%);
    margin: 1em 0 2em 0;
    padding: 1em;
    padding-bottom: 2em;
}
.cart > img
{
    position: relative;
    top: -3em;
    float: left;
}

.cart table {
    position: relative;
    top: -1.6em;
    text-align: left;
}
.cart tr :first-child,
.cart tr :nth-child(3) {
    text-align: right;
}
.cart td { border: none; padding: inherit; }

.sidebar ol li { margin-bottom: 1em; }

.big /* Used on warenkorb.html.  */
{
    border: solid 2px hsl(41, 89%, 60%);
    padding: 1em 1em 4em 1em;
    margin: 4em 0;
}
/* Used on warenkorb.html.  */
#id_email { width: 40%; }
label[for=id_email] { width: auto; padding-right: 1em; }

.button
{
    cursor: pointer;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: .5em center;
    padding: .4em;
    padding-left: 3em;
    margin: 0;
    border: solid 2px hsl(41, 89%, 60%);
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    color: hsl(21, 89%, 60%);
}
.button:hover
{
    border: solid 2px hsl(21, 89%, 60%);
    color:  hsl(21, 100%, 40%);
    text-decoration: underline;
}
.cart > a#checkout
{
    background-image: url(graphics/money.svg);
    margin-left: 1em;
}

.button-cart
{
    background-image: url(graphics/button-cart.svg);
    background-size: auto 90%;
}
.button-money
{
    background-image: url(graphics/money.svg);
}

.button-merch
{
    background-image: url(graphics/shirts.png);
    background-size: auto 90%;
}

.ticket
{
    margin-bottom: 2em;
    border: solid 2px hsl(41, 89%, 60%);
    padding: 1em;
}

/* XXX: Error handling in forms.  */
.errorlist { display: none; }
.error label { color: red; font-weight: bold; }

.title
{
    background: url("graphics/bg_dark.jpeg") fixed center top no-repeat black;
    /* float: left; */
    position: relative;
    top: -1.6em;
    padding: 0 0.3em;
    font-weight: bold;
    font-size: 120%;
    text-align: left;
}

.ticket .button-cart
{
    position: absolute;
    bottom: 0;
    right: 0;
}

.buttonbox span
{
    margin-right: .5em;
    font-weight: bold;
    font-size: 140%;
}

.buttonbox input
{
    position: relative;
    top: 0.3em;
}

.message
{
    padding: 1em;
    font-weight: bold;
    border: dashed 1em #ff4700;
}

.paidfor
{
    color: green;
}

.paymentopen
{
    color: red;
}

/* banking.html */
tr.error td { color: red; font-weight: bold; }
tr.committed td { color: green; font-weight: bold; }

/* anreise.html */
#map
{
    min-height: 25em;
    height: 100%;
    margin: 0 0 1em 1em
}

.address
{
    color: #bc6701;
    font-weight: bold;
}
