/**
 * Styles für das Dienstleister-Portal
 */

/* Allgemeine Styles */
* {
    font-family: Arial;
    font-size: 0;
    font-weight: 300;
    color: #212934;
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: 0;
}

h1 {
    font-size: 22px;
    color: #75233d;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}


p,
p > *,
td,
td *,
th,
th *,
label,
select,
option,
input,
textarea,
li,
.ui-button,
.ui-button > *,
.ui-menu-item *,
.ui-tooltip * {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}

a {
    color: #dd0057;
}

td {
    vertical-align: top;
}

label,
form div.linked_model .linkedFieldRow label,
form .checkbox_multiple label.label_back span {
    display: block;
    color: #75233d;
    margin-bottom: 5px;
    margin-top: 16px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-weight: 700;
    font-size: 16px;
}

input,
select,
textarea,
.ui-selectmenu-button {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 6px 15px;
    line-height: 16px;
}

input:read-only {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: none;
}

input:not(:read-only):focus,
select:focus,
textarea:focus,
.ui-selectmenu-button:focus {
    border: 1px solid #dd0057;
}

input.error,
select.error,
textarea.error,
.ui-selectmenu-button.error {
    border-color: #ff0000;
    background-color: #faaeae;
}

button,
input[type="button"],
.button {
    background: none;
    background-color: #dd0057;
    color: #ffffff;
    border-radius: 6px;
    padding: 13px 29px;
    min-width: 20px;
    min-height: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.w20, .w40, .w50, .w60, .w80, .w100 {
    min-width: 0;
}



/* Rahmen-Layout */
body {
    background-color: #EEEEEE;
}

header .inner,
#content,
footer .inner {
    display: block;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}



/* Header-Styles */
header {
    height: 120px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px 0;
    overflow: visible;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 100000;
}

header .inner {
    padding: 10px 0;
    height: 100px;
    position: relative;
}

header #header_image {
    display: inline-block;
    width: 300px;
    height: 100px;
    position: absolute;
    background-image: url("../image/header_logo.png");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

header #header_hilfe {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 100px;
    height: 80px;
    padding: 10px;
    z-index: 900;
    text-align: center;
}

header #header_hilfe:before {
    content: "\f82d";
    font-family: "Font Awesome 5 Pro";
    line-height: 80px;
    font-size: 50px;
    font-weight: 300;
    color: #dd0057;
    display: block;
}

@media (max-width: 1400px) {
    header {
        height: 100px;
    }

    header .inner,
    header #header_image {
        height: 80px;
    }

    header #header_hilfe {
        display: block;
    }
}

@media (max-width: 600px) {
    header {
        height: 70px;
    }

    header .inner,
    header #header_image {
        height: 50px;
    }

    header #header_image {
        background-size: auto 100%;
        background-position: left center;
    }

    header #header_hilfe {
        display: block;
        height: 50px;
        width: 50px;
    }

    header #header_hilfe:before {
        font-size: 30px;
        line-height: 50px;
    }

}

/* Footer-Styles */
footer {
    background-color: #75233d;
    min-height: 300px;
    padding: 40px 20px;
}

footer .inner .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 80px;
    row-gap: 30px;
}

footer .inner .col {
    grid-column: span 1;
}

footer .inner .col a,
footer .inner .col p {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 15px;
}

footer .icon:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #dd0057;
    display: inline-block;
    width: 40px;
    text-align: left;
}
footer .icon_adresse:before {
    content: "\f015";
}
footer .icon_telefon:before {
    content: "\f095";
}
footer .icon_fax:before {
    content: "\f1ac";
}
footer .icon_email:before {
    content: "\f0e0";
}
footer .icon_impressum:before {
    content: "\f37e";
}
footer .icon_datenschutz:before {
    content: "\f132";
}
footer .icon_kontakt:before {
    content: "\f82d";
}

footer .col_1 {
    position: relative;
}

footer .logo {
    display: inline-block;
    max-width: 100%;
    width: 250px;
    height: 60px;
    border-radius: 5px;
    background-color: #fff;
    background-image: url("../image/zeitreicher_logo.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .zertifikat_servicestark {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 20%;
    height: 60px;
    border-radius: 5px;
    background-color: #fff;
    background-image: url("../image/siegel_servicestarker.jpg");
    background-size: auto 95%;
    background-repeat: no-repeat;
    background-position: center center;
}

footer .zertifikat_gvg {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 70%;
    height: 60px;
    border-radius: 5px;
    background-color: #fff;
    background-image: url("../image/gvg_logo.jpg");
    background-size: 95% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1100px) {

    footer {
        min-height: 0;
        padding-bottom: 20px;
    }

    footer .inner .grid {
        grid-template-columns: 1fr 1fr;
    }

    footer .inner .col_3 {
        grid-column: span 2;
    }

    footer .inner .footer_navi {
        display: grid;
        margin-top: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    footer .inner .col a,
    footer .inner .col p {
        font-size: 14px;
        padding-bottom: 8px;
    }

    footer .icon:before {
        font-size: 14px;
    }

    footer .zertifikate {
        display: none;
    }
}

@media (max-width: 600px) {
    footer .inner .grid {
        grid-template-columns: 1fr;
    }

    footer .logo {
        height: 40px;
        width: 100%;
        background-size: auto 100%;
    }

    footer .inner .col_3 {
        grid-column: span 1;
    }

    footer .inner .footer_navi {
        display: block;
        margin-top:0 ;
    }
}


/* Störer rechts */
#stoerer_rechts {
    position: fixed;
    right: 0;
    top: 200px;
    display: inline-block;
    width: 136px;
    height: 150px;
    padding: 12px;
    box-shadow: 1px 1px 3px 0 rgba( 2, 2, 2, 0.23 );
    background-color: rgba( 221, 0, 87, 0.80 );
    z-index: 900;
    text-align: center;

}

#stoerer_rechts .icon:before {
    content: "\f82d";
    font-family: "Font Awesome 5 Pro";
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    display: block;
}

#stoerer_rechts .text {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 20px;
    display: block;
}

@media (max-width: 1400px) {
    #stoerer_rechts {
        display: none;
    }
}


/* Button nach oben */
#button_top {
    display: none;
    background-color: #3d3d3d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 3px 3px 5px -3px #fff;
}

#button_top.show {
    display: block;
}

#button_top .icon_top:before {
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    line-height: 50px;
}


/* Content-Styles */
#content {
    background-color: #ffffff;
    padding-top: 125px;
}

#content>.inner {
    padding: 30px;
    min-height: 800px;
}

#content h1.page_title {
    color: #dd0057;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
}

@media (max-width: 1400px) {
    #content {
        padding-top: 100px;
    }
}

@media (max-width: 600px) {
    #content {
        padding-top: 60px;
    }

    #content>.inner {
        padding: 30px 15px;
        min-height: 400px;
    }

    #content h1.page_title {
        font-size: 26px;
    }
}

/* Formular-Styles */
form {
    background-color: #e9e9e9;
    border-radius: 20px 20px 20px 20px;
    padding: 24px;
}

form .form-field:not(.linkedModels) {
    margin-top: 10px;
}

form label:after {
    content: "";
    margin-left: 4px;
    color: red;
}

form .mandatory label:after {
    content: "*";
    margin-left: 4px;
    color: red;
}

form div.form-field.separator {
    border: none;
    margin: 40px 0 15px 0;
    padding: 0;
}

form div.form-field.separator span {
    font-size: 19px;
    font-weight: 600;
    color: #dd0057;
    margin: 20px 0 10px 0;
}

form .checkbox_multiple input[type="checkbox"] {
    margin-top: 3px;
    display: inline-block;
    width: 20px;
}


form label.label_back {
    display: inline-block;
    width: calc(100% - 35px);
    margin: 0 0 5px 15px;
    color: #000;
    font-weight: 700;
}

form label.label_back::after {
    content: '';
    margin: 0;
}

form .checkbox_multiple label.label_back span.titel {
    margin-top: 2px;
}

form .checkbox_multiple label.label_back span.titel .info_icon {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
}

form .checkbox_multiple label.label_back span.titel .info_icon:after {
    content: '\f05a';
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    color: #dd0057;
    cursor: pointer;
}

form .checkbox_multiple label.label_back span {
    min-height: 20px;
}

form .checkbox_multiple label.label_back span.content {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 30px;
    display: none;
}


form .w100.gap_right {
    margin-right: 20px;
    width: calc(100% - 20px);
}

form div.linked_model .linkedFieldRow {
    min-width: 0;
}

form .linkedFieldRow > span {
    display: inline-block;
    vertical-align: top;
}

form .hinweis_pflichtfeld {
    margin-top: 20px;
    font-size: 14px;
}

form .hinweis_pflichtfeld:before {
    content: "*";
    margin-right: 10px;
    color: red;
}

form .button_row {
    margin-top: 40px;
    text-align: right;
}

form div.form-field.submit,
form div.form-field.reset,
form div.form-field.delete {
    margin-left: 14px;
    margin-right: 0;
}

form .error_message {
    color: red;
    margin: 3px 0 0 0;
    font-size: 13px;
    padding: 0 3px 3px 0;
}


@media (max-width: 600px) {
    form {
        border-radius: 3px;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    input,
    select,
    textarea,
    .ui-selectmenu-button {
        background-color: #e3e3e3;
        border-color: #e3e3e3;
    }

    button,
    input[type="button"],
    .button {
        display: block;
        width: 100%;
    }

    p,
    p > *,
    td,
    td *,
    th,
    th *,
    label,
    select,
    option,
    input,
    textarea,
    li,
    .ui-button,
    .ui-button > *,
    .ui-menu-item *,
    .ui-tooltip {
        font-size: 14px;
        line-height: 14px;
    }

    form .wr30 {
        width: 30%;
    }

    form .wr70 {
        width: 70%;
    }

    form .wr100 {
        width: 100%;
    }
    form .wr100 .gap_right {
        margin-right: 0;
        width: 100%;
    }

    form div.form-field.separator {
        margin-top: 20px;
    }
}

/* Messages */
.message-container {
    position: static;
}

.message-container .message-box {
    width: calc(100% - 30px);
    background-color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
}

.message-container div.errorMessage .icon {
    width: 30px;
    margin-right: 10px;
}

.message-container div.errorMessage .icon::before {
    font-size: 22px;
}

.message-container div.errorMessage .inner {
    width: calc(100% - 40px);
    margin-top: 0;
}

.message-container .message-box.errorMessage p {
    color: #FF0000;
    font-size: 16px;
    font-weight: 700;
}

.message-container div.message-box .close_icon {
    display: none;
}

@media (max-width: 800px) {
    .message-container div.errorMessage .icon::before {
        line-height: 25px;
    }
}

/* Zeitreicher-Hinweis */
.zeitreicher_hinweis {
    display: block;
    width: 500px;
    max-width: calc(100% - 50px);
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #dd0057;
    border-radius: 10px;
}

.zeitreicher_hinweis p {
    font-weight: 700;
}

.zeitreicher_hinweis p,
.zeitreicher_hinweis a {
    padding-bottom: 15px;
    display: block;
}

.zeitreicher_hinweis p:last-of-type {
    padding-bottom: 0;
}

.zeitreicher_hinweis .icon:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-weight: 900;
    color: #dd0057;
    display: inline-block;
    width: 40px;
    text-align: left;
}
.zeitreicher_hinweis .icon_telefon:before {
    content: "\f095";
}
.zeitreicher_hinweis .icon_email:before {
    content: "\f0e0";
}