.buchungsanfrage-pro-title{
    text-align: center;
}
.buchungsanfrage-pro-title h2 {
    display: inline-block;
    padding: .2em 1em .2em 1em;
    margin-bottom: 10px;
}
.buchungsanfrage-pro-container .item{
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 2px;
}
.buchungsanfrage-pro-container .pricecalc{
    margin-bottom: 10px;
}
.buchungsanfrage-pro-container .item.full,.buchungsanfrage-pro-container .pricecalc{
    grid-column-start: 1;
    grid-column-end: 3;
}
.buchungsanfrage-pro-container .item input,.buchungsanfrage-pro-container .item select,.buchungsanfrage-pro-container .item textarea{
    min-width: 100%;
    margin: 0px;
}
.buchungsanfrage-pro-container .seperator{
    grid-column-start: 1;
    grid-column-end: 3;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow,.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewTableHead{
    display: flex;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewTableHead{
    background: #eee;
    border-bottom: 1px solid #aaa;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow .priceOverviewElem, .buchungsanfrage-pro-container .priceOverviewTable .priceOverviewTableHead .priceOverviewElem{
    flex: 1 0 0px;
    padding: 2px 5px;
    border-right: 1px solid transparent;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow .priceOverviewElem{
    border-bottom: 1px solid #ccc;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow .priceOverviewElemFull{
    flex-grow: 5;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewTableHead .priceOverviewElem:first-of-type ,.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow .priceOverviewElem:first-of-type{
    flex-grow: 2;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow .priceOverviewElem3{
    flex-grow: 3;
    padding-right: 20px;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewTableHead .priceOverviewElem {
    text-align: center;
    font-weight: bold;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow.border-bottom-fett{
    border-bottom: 2px solid #aaa;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow.elem-border-right .priceOverviewElem:not(:last-of-type){
    border-right: 1px solid #eee;
}
.buchungsanfrage-pro-container .priceOverviewTable .priceOverviewRow .priceOverviewElem:last-of-type {
    text-align: right;
}
.buchungsanfrage-submit{
    text-align: center;
    margin-top: 5px;
}
.pricecalc.loading{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDsgZGlzcGxheTogYmxvY2s7IHNoYXBlLXJlbmRlcmluZzogYXV0bzsgYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7IGFuaW1hdGlvbi1kZWxheTogMHM7IiB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+CjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzJjNzJjNyIgc3Ryb2tlLXdpZHRoPSIxMCIgcj0iMzUiIHN0cm9rZS1kYXNoYXJyYXk9IjE2NC45MzM2MTQzMTM0NjQxNSA1Ni45Nzc4NzE0Mzc4MjEzOCIgc3R5bGU9ImFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nOyBhbmltYXRpb24tZGVsYXk6IDBzOyIgdHJhbnNmb3JtPSJyb3RhdGUoMzAuMDc0OSA1MCA1MCkiPgogIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgc3R5bGU9ImFuaW1hdGlvbi1wbGF5LXN0YXRlOiBydW5uaW5nOyBhbmltYXRpb24tZGVsYXk6IDBzOyI+PC9hbmltYXRlVHJhbnNmb3JtPgo8L2NpcmNsZT4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75px;
    height: 200px;
    width: 100%;
    margin-top: 20px;
}
@media (min-width:500px){
    .buchungsanfrage-pro-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 5px;
    }
}