#picker-menu a.faqPicker{background-image:url(../../bundles/contaofaq/faq.svg)}

.tl_content.wrapper_start .title, .tl_content.wrapper_separator .title {
    background: #f9f9f9;
    display: block;
    padding: 4px 4px 4px 6px;

}

.tl_content.wrapper_start .title {
    margin: 0 3px -6px;
}

.tl_content.wrapper_separator .title {
    margin: 0 -6px -6px;
}

.clr {
    display: table;
}

.multicolumnwizard .tl_select {
    margin-top: 2px;
    margin-bottom: 0 !important;
}

.bootstrapMultiColumnWizard.hideSubLabels table table thead{
    display: none;
}

.bootstrapMultiColumnWizard.hideSubLabels > table > tbody > tr> td.operations {
    padding-top: 4px;
    vertical-align: top;
}

.bootstrapMultiColumnWizard.alignOperations > table > tbody > tr> td.operations {
    padding-top: 20px;
    vertical-align: top;
}

input[readonly] {
    background: #eee;
}

.bootstrapMultiColumnWizard.striped td{
    padding: 3px;
}
.bootstrapMultiColumnWizard.striped tr:nth-child(2n) td
{
    background: #eee;
}

.bootstrapMultiColumnWizard.striped .operations {
    padding-right: 5px;
}

.bootstrapMultiColumnWizard .multicolumnwizard {
    margin-top: 0;
}

.bootstrap-wrapper-incomplete {
    display: block;
    background: rgba(255,0,0,0.8);
    color: #fff;
    padding: 4px;
    margin: 0 -6px -6px;
}

.bootstrap-wrapper-incomplete:hover {
    color: #fff;
    background: #ff0000;
}

.ce_heroimage .heroimage-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    background-color: #292b2c;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: center top;
    display: flex !important;
}

.ce_heroimage .heroimage-background-overlay {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 100%;
    justify-content: flex-end;
    position: relative;
}

.ce_heroimage .heroimage-background-overlay:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
}

/** Opacity is defined in the data-attribute of .heroimage-background-overlay **/
.ce_heroimage .heroimage-background-overlay[data-opacity="0.1"]:after {
    opacity: 0.1;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.2"]:after {
    opacity: 0.2;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.3"]:after {
    opacity: 0.3;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.4"]:after {
    opacity: 0.4;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.5"]:after {
    opacity: 0.5;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.6"]:after {
    opacity: 0.6;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.7"]:after {
    opacity: 0.7;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.8"]:after {
    opacity: 0.8;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="0.9"]:after {
    opacity: 0.9;
}

.ce_heroimage .heroimage-background-overlay[data-opacity="1"]:after {
    opacity: 1;
}

.ce_heroimage .heroimage-background-overlay {
    justify-content: flex-start;
}

.ce_heroimage.align-left .heroimage-background-overlay {
    justify-content: flex-start;
}

.ce_heroimage.align-right .heroimage-background-overlay {
    justify-content: flex-end;
}

.ce_heroimage.align-center .heroimage-background-overlay {
    justify-content: center;
}

.ce_heroimage .heroimage-background-overlay {
    justify-content: center;
}

.ce_heroimage .heroimage-content-box {
    width: 100%;
    padding: 1rem 4rem;
    background-color: transparent;
    z-index: 10;
}

.ce_heroimage .heroimage-headline-box > * {
    color: #fff;
    margin: 0;
    font-size: 2.5rem;
    line-height: 3.75rem;
    color: #fff;
    font-weight: normal;
}

.ce_heroimage.align-right .heroimage-headline-box > *, .ce_heroimage.align-right .heroimage-text-box > *, .ce_heroimage.align-right .heroimage-button-box {
    text-align: right;
}

.ce_heroimage.align-left .heroimage-headline-box > *, .ce_heroimage.align-left .heroimage-text-box > *, .ce_heroimage.align-left .heroimage-button-box {
    text-align: left;
}

.ce_heroimage.align-center .heroimage-headline-box > *, .ce_heroimage.align-center .heroimage-text-box > *, .ce_heroimage.align-center .heroimage-button-box {
    text-align: center;
}

.ce_heroimage .heroimage-text-box > p {
    color: #fff;
    font-weight: normal;
}

.ce_heroimage .heroimage-button-box .btn {
    background-color: #0082c7;
    color: #ffffff;
    margin-top: 2rem;
    border-color: transparent;
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 2px;
}

@media (min-width: 48em) {
    .ce_heroimage .heroimage-headline-box > * {
        font-size: 4rem;
        line-height: 6rem;
    }

    .ce_heroimage .heroimage-headline-box {
        margin-bottom: 2rem;
    }

    .ce_heroimage .heroimage-content-box {
        padding: 1rem 5rem;
    }

    .ce_heroimage .heroimage-button-box {

        margin-top: 3rem;
    }
}

@media (min-width: 90em) {
    .ce_heroimage .heroimage-content-box {
        padding: 1rem 6rem;
    }

    .ce_heroimage .heroimage-headline-box > * {
        font-size: 3.5rem;
        line-height: 5.2rem;
    }

    .ce_heroimage .heroimage-headline-box {
        margin-bottom: 3rem;
    }

    .ce_heroimage .heroimage-text-box > p, .ce_heroimage .heroimage-button-box .btn {
        font-size: 1.5rem;
        line-height: 2.75rem;
    }

    .ce_heroimage .heroimage-button-box {

        margin-top: 4rem;
    }
}

@media (min-width: 120em) {
    .ce_heroimage .heroimage-content-box {
        padding: 1rem 14rem;
        width: 70%;
    }
}








#picker-menu a.newsPicker{background-image:url(../../bundles/contaonews/news.svg)}
#picker-menu a.eventPicker{background-image:url(../../bundles/contaocalendar/calendar.svg)}
