.t3-page-ce-body .appointments .cHeadline,
body[id*=page] .appointments .cHeadline {
    margin-bottom: 0 !important;
}

.t3-page-ce-body .appointments .cAppointment,
body[id*=page] .appointments .cAppointment {
    background-color: #EFF0F2;
    margin-bottom: 0 !important;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox {
    background-color: #fff;
    margin-bottom: 22px;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .imgwrap,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .imgwrap {
    position: relative;
    height: 0;
    padding-bottom: 69.2%;
    overflow: hidden;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .imgwrap img,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .imgwrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap {
    padding: 23px 19px 21px 19px;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle {
    margin-bottom: 18px;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle h4,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle h4 {
    display: inline-block;
    position: relative;
    font-size: 17px;
    line-height: 1.29;
    margin-bottom: 33px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle h4:after,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle h4:after {
    content: "";
    width: 54px;
    height: 2px;
    background-color: #C90A0E;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentinfos,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentinfos {
    margin-top: 16px;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentinfos *,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentinfos * {
    color: #C90A0E;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription {
    margin-top: 12px;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription, .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .appointmentinfos,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .appointmentinfos {
    font-size: 14px;
}

.t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .readmore,
body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .readmore {
    margin-top: 40px;
}

.t3-page-ce-body .appointments .appointmentform,
body[id*=page] .appointments .appointmentform {
    margin-bottom: 50px;
}

.t3-page-ce-body .appointments .appointmentform > form .custom-select,
body[id*=page] .appointments .appointmentform > form .custom-select {
    width: 100%;
}

.t3-page-ce-body .appointments .appointmentform > form > div,
body[id*=page] .appointments .appointmentform > form > div {
    position: relative;
}

.t3-page-ce-body .appointments .appointmentform > form > div:first-child,
body[id*=page] .appointments .appointmentform > form > div:first-child {
    display: none;
}

.t3-page-ce-body .appointments .appointmentform > form > div:not(:last-child),
body[id*=page] .appointments .appointmentform > form > div:not(:last-child) {
    margin-bottom: 20px;
}

.t3-page-ce-body .appointments .appointmentform > form > div > select > option,
body[id*=page] .appointments .appointmentform > form > div > select > option {
    padding-left: 19px;
    background: #535759;
    color: #fff;
}

@media screen and (min-width: 576px) {
    .t3-page-ce-body .appointments .cAppointment .appointments-container,
    body[id*=page] .appointments .cAppointment .appointments-container {
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -12px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox {
        width: calc(50% - 24px);
        margin: 12px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap {
        padding-top: 23px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4 {
        font-size: 15px;
        margin-bottom: 27px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription, .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .appointmentinfos,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .appointmentinfos {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .t3-page-ce-body .appointments .cAppointment .appointmentform,
    body[id*=page] .appointments .cAppointment .appointmentform {
        margin-bottom: 117px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointmentform > form,
    body[id*=page] .appointments .cAppointment .appointmentform > form {
        display: flex;
        gap: 24px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointmentform > form .custom-select,
    body[id*=page] .appointments .cAppointment .appointmentform > form .custom-select {
        min-width: 371px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointmentform > form > div,
    body[id*=page] .appointments .cAppointment .appointmentform > form > div {
        width: calc(33.33% - 8px);
        max-width: 371px;
        margin: 0 !important;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container,
    body[id*=page] .appointments .cAppointment .appointments-container {
        margin-left: -10px;
        margin-right: -10px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox {
        width: calc(50% - 20px);
        margin: 10px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap {
        padding: 38px 22px 26px 22px;
    }
}

@media screen and (min-width: 992px) {
    .t3-page-ce-body .appointments .cAppointment .appointments-container,
    body[id*=page] .appointments .cAppointment .appointments-container {
        margin-left: -12px;
        margin-right: -12px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox {
        width: calc(50% - 24px);
        margin: 12px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap {
        padding: 33px 40px 41px 40px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4 {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4:after,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4:after {
        bottom: -19px;
        width: 67px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox {
        width: calc(33.33% - 24px);
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap {
        padding: 25px 32px 20px 32px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4:after,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4:after {
        bottom: -11px;
        width: 67px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription, .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .appointmentinfos,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmentdescription,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap .appointmentinfos {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1920px) {
    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap {
        padding: 45px 53px 56px 53px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4 {
        font-size: 28px;
        margin-bottom: 33px;
    }

    .t3-page-ce-body .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4:after,
    body[id*=page] .appointments .cAppointment .appointments-container > .appointmentbox > .textwrap > .appointmenttitle > h4:after {
        bottom: -14px;
        width: 79px;
    }
}

/*# sourceMappingURL=appointments.css.map */
