@charset "utf-8";

/* Reparatur Document */

.headlineType {
    font-size: 30px;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.contentType {
    padding: 20px !important;
    padding-top: 0 !important;
    opacity: 0.7;
}

.serviceItemThree {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
}

.serviceItemTwo {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
}

.serviceItemFull {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
}

.serviceItemThree.SIleft,
.serviceItemTwo.SIleft {
    padding-right: 10px;
}

.serviceItemThree.SImid {
    padding-left: 5px;
    padding-right: 5px;
}

.serviceItemThree.SIright,
.serviceItemTwo.SIright {
    padding-left: 10px;
}

.serviceItemInner {
    background-color: rgba(49, 111, 161, 0.1);
    border: solid 1px rgba(49, 111, 161, 0.2);
    width: 100%;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.serviceItemThree .serviceItemInner{
    min-height: 600px;
}
.serviceItemFull .serviceItemInner {
    min-height: auto !important;
    padding-bottom: 20px;
    background-color: rgba(161, 111, 54, 0.1);
    border: solid 1px rgba(161, 111, 54, 0.2);
}

.serviceItemTwo .serviceItemInner {
    min-height: auto !important;
    padding-bottom: 20px;
    background-color: rgba(150, 150, 150, 0.1);
    border: solid 1px rgba(150, 150, 150, 0.2);
}

.serviceItemHeadline {
    font-size: 25px;
    font-weight: 100;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.serviceItemInner table tr td {
    padding-bottom: 10px;
    padding-left: 20px;
}

.listArrow {
    opacity: 0.4;
    padding-left: 0 !important;
}

.serviceUseless {
    opacity: 0.5 !important;
}
