body {
    color: rgb(17, 2, 2);
}

label {
    color: rgb(17, 2, 2)
}

@font-face {
    font-family: 'Palanquin-Light';
    src: url('../fonts/palanquin-semibold.ttf'); /*URL to font*/
}

#hauptseite {

    background-color: silver;

    width: 790px;
    margin: 0px auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

#planer {
    width: 100%;
    background-color: grey;
    text-align: center;
    min-height: 10em;
    vertical-align: middle;
}

#infos_oben {
    width: 100%;
    height: 100px;
    background-color: #B5273D;

}

#infos_rechts {
    width: 100%;
    padding-left: 5px;

}

#Briefkopf {

    position: absolute;
    top: 0px;
    left: 0px

}

#Brieffuss {

    position: absolute;
    top: 800px;
    left: 0px

}

#Briefinhalt {

    position: absolute;
    top: 300px;
    width: 733px;
    left: 60px

}

#Brief {

    width: 793px;
    margin: auto;

}

#Area {

    width: 20px;
    height: 20px;
    margin: auto;

}

#buehne {
    text-align: center;
    background-color: white;
    border: 2px solid;
    margin-bottom: 7px;
}

#eventmanager {
    float: left;
    width: 30%;
}

#maxware {
    float: right;
    width: 30%;
}

.breadcrumb {
    padding: 0px;
    background: #ffffff;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
}

.breadcrumb > li + li:before {
    padding: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li.active a {
    background: brown; /* fallback color */
    background: #D4D4D4;
}

.breadcrumb li.completed a {
    background: lightgray; /* fallback color */
    background: hsl(153, 1%, 41%);
}

.breadcrumb li.active a:after {
    border-left: 30px solid #D4D4D4;
}

.breadcrumb li.completed a:after {
    border-left: 30px solid hsl(153, 1%, 41%);
}

.breadcrumb li.active a {
    color: white;
}

.breadcrumb li a {
    color: lightgray;
    text-decoration: none;
    padding: 10px 20px 10px 45px;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsl(0, 0%, 100%);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 15px;
}

.seating-plan div:first-child {
    padding-top: 10px;
}

.seating-plan div:last-child {
    padding-bottom: 10px;
}

#booking-step-bar {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: hidden;
}

#booking-step-bar li {
    list-style-type: none;
    text-align: center;
    color: #99a2a8;
    font-size: 16px;
    float: left;
    width: 25%;
    position: relative;
}

#booking-step-bar li:nth-child(2):before {
    content: "2";
}

#booking-step-bar li:nth-child(3):before {
    content: "3";
}

#booking-step-bar li:nth-child(4):before {
    content: "4";
}

#booking-step-bar li:before {
    content: "1";
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
}

#booking-step-bar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}

#booking-step-bar li:last-child:after {
    width: 150%;
}

#booking-step-bar li.active {
    color: #297E92;
}

#booking-step-bar li.active:before, #booking-step-bar li.active:after {
    background: #297E92;
    color: white;
}

.booking-element {
    grid-column-end: span 2;
    justify-self: center;
}

.grid-offset {
    grid-column-start: 2;
}

