.qbox-shadow {
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}

#qbox-progress {
    border-radius: 0px !important;
    height: 3px !important;
}

#qbox-container {
    padding: 62px;
    min-height: 630px;
}

#steps-container {
    margin: auto;
    width: 100%;
    min-height: 420px;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.step {
    display: none;
    width: 100%;
}

#q-box__buttons {
    text-align: center;
}

#divMap {
    height: 400px;
}

table.Gelaendekategorie,
table.BauanschlussTable {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 12px;
}

table.Gelaendekategorie tr.selected {
    border: 1px solid black;
}

table.Gelaendekategorie td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

.Gelaendekategorie tr.Kat1 td {
    background-color: #EEEEEE;
}

.Gelaendekategorie tr.Kat2 td {
    background-color: #DDDDDD;
}

.Gelaendekategorie tr.Kat3 td {
    background-color: #CCCCCC;
}

.Gelaendekategorie td.FirstCol {
    white-space: nowrap;
    font-weight: bold;
}

table.BauanschlussTable td,
table.BauanschlussTable th {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

table.BauanschlussTable th {
    border-bottom: 1px solid #CCCCCC;
}

div.imgSelectOuterDiv {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

div.imgSelectOuterDiv * {
    margin-right: 10px;
    margin-bottom: 0px;
}

div.imgSelectOuterDiv div.imgSelect {
    padding: 15px;
    margin: 30px 0px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

div.imgSelectOuterDiv div.imgSelect img {
    width: 100%;
}

div.imgSelectOuterDiv div.imgSelect:hover {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    background-image: -moz-linear-gradient(#fff,#f1f1f1);
    background-image: -o-linear-gradient(#fff,#f1f1f1);
    background-image: linear-gradient(#fff,#f1f1f1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: 1px solid #ccc;
}

div.imgSelectOuterDiv div.imgSelect.selected {
    background-image: -moz-linear-gradient(#dddddd,d1d1d1);
    background-image: -o-linear-gradient(#dddddd,#d1d1d1);
    background-image: linear-gradient(#dddddd,#d1d1d1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    border: 1px solid #000000;
}

div.imgSelectOuterDiv div.imgSelect label {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}