@font-face {
    font-family: '321impact';
    src: url('/designs/fonts/321impact.ttf');
}

#content {
    border: 0;
}

h2.tips-header {
    color: #bccf2f !important;
    font-size: 32px !important;
    font-family: "321impact", "Arial Black", Arial, serif;
    margin: 0 !important;
    margin-top: 0em !important;
    margin-bottom: 0 !important;
    font-weight: normal;
}

.tips-text {
    color: #2B4E84;
}

.content-article-title {
    padding-bottom: 15px;
}

.rechnung-box {
    background-color: #2B4E84;
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
}

#sidebar .rechnung-box {
    width: 310px !important;
}

.rechnung-table {
    background-color: #fff;
    color: #000;
    margin-top: 1em;
}

.rechnung-table tr.sum {
    background-color: #E4E0E6;
    color: #000;
}

.rechnung-table tr {
    border-bottom: 2px solid #2B4E84;
}

.rechnung-table .money {
    text-align: right;
    padding-right: 1em;
    min-width: 40px;
    white-space: nowrap;
}

 .rechnung-table tr {
     color: #474747;
 }

.row-head {
    font-weight: bold;
    background: #E4E1DE;
    color: #474747;
}

#more_kategorien_pane .checkbox {
    margin: 0;
    padding-top: 0;
    min-height: 10px;
}

.shortcode-content ul.vorteile-list li {
    list-style-type: none !important;
}

.vorteile-list .fa-plus:before {
    color: #2B4E84 !important;
    font-size: 16px !important;
    top: -3px;
}

.print-options .checkbox {
    margin-bottom: 1em;
    color: #2B4E84;

}

.print-options .checkbox label {
    line-height: 1.5em !important;
}

.spacer-break-3 {
    border-bottom: 3px solid #2B4E84;
}

#verkaufspreis-group.has-feedback .form-control-feedback {
    right: 20px
}

.margin20 {
    margin-top: 20px
}

.email-info-wizard {
    color: #2B4E84 !important;
    font-size: 11px !important;
}

.clear-float {
    border: 0;
}

.bottom-left {
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 10;
    font-size: 11px;
    color: #727272;
}

.anzeige_details .form-group {
    margin-bottom: 1em !important;
}

/*
@media screen and (max-width: 870px) {

    .verkaeufer_details label {
        white-space: nowrap;
    }

    .verkaeufer_details .col-xs-7 {
        padding-right: 0;
    }

    .verkaeufer_details .col-xs-2 {
        padding-left: 0;
    }

    .verkaeufer_details .checkbox label::before,
    .verkaeufer_details .radio label::before {
        margin-left: -20px;
        margin-top: 7px;
    }
}*/

.verkaeufer_details .has-feedback .form-control-feedback {
    right: 15px !important;
}

.wizard-head-btn {
    margin-top: 5px;
}

.region-group {
    padding: 0;
    margin: 0
}

.label-public{

}

@media screen and (max-width: 767px) {
    legend {
        margin-bottom: 5px;
    }

    .form-horizontal .form-group {
        margin-bottom: 10px !important;
    }

    .region-group {
        padding-left: 15px !important;
    }

    .region-heading{
        margin-left:-15px !important;
        margin-bottom:10px !important;
    }

    .label-offset{
        margin-right:8.3333%;
    }

    .label-public{
        position: absolute;
        right:20px;
        top:10px;
    }
}

/** Step 3 **/

#anzeige .grey {
    color: #ccc;
}
.print_product {
    padding: 2px;
    text-align: center;
}
.print_product img {
    max-width: 100%;
}
.print_product_desc {
    margin-top: 0.5em;
    min-height: 80px;
    border: 1px solid #ccc;
    padding: 0.5em;
    font-size: 12px;
}
.content-article-title p {
    margin-bottom: 1em;
}
span.region-heading {
    margin-left: -10px;
    font-size: 14px;
    font-weight: bold;
}
#addPhotoButton {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-decoration: underline;
    color:#fff;
    font-weight:bold;
}
#preview_text {
    width: 100%;
    min-height: 50px;
    word-wrap: break-word;
    padding: 2px;
}
#uploadedPhotos {
    margin: 1em 0;
}
#uploadedPhotos img.active,
#uploadedPhotos img:hover {
    background: #bccf2f;
    cursor: hand;
}
#previewPhoto {
    width: 100%;
    z-index: 1;
}
.region-termine {
    color: #bccf2f;
}
#zeitung-links, #zeitung-rechts {
    width: 136px;
    float: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#zeitung-links {
    /* background: url('/images/zeitung-links.png'); */
}
#zeitung-rechts {
    /* background: url('/images/zeitung-rechts.png'); */
}
#previewZeitung {
    background: #999;
    margin-bottom: 1em;
    position: relative;
}
#removePrintPhoto{
    position: absolute;
    right:0;
    top:0;
}
.blacktext {color:#000}

.print-options .checkbox label::after{
    top: -2px !important;
}

#previewPane{
    float: left;
    width:32%;
}
@media screen and (max-width: 480px) {
    #previewPane{
        float: none;
        width:100%;
    }
    #previewContainer{
        padding:0 !important;
    }
}