body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

body.login {
    background-image: url(/files/customer/caritaslebenswelten/images/layout/visual-gruen.svg);
    background-position: center 97.5%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #FFF2EE;
}

body.liste #header {
    background-image: url(/files/customer/caritaslebenswelten/images/layout/visual-gruen2.svg);
    background-position: center 97.5%;
    background-repeat: no-repeat;
    background-color: #FFF2EE;
}


input.text, .widget-upload label {
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 15px;
    letter-spacing: normal;
    color: #000;

    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.widget-upload label {
    width: 100%;
    background-image: url(/files/images/layout/upload-arrow.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
    padding-left: inherit;
}

.widget-upload input {
    display: none;
}

.widget-upload {
    margin-bottom: 8px;
}

select {
    width: 100%;
}

input.text::placeholder {
    color: #a9a9ac;
}

button, a.button, a.button:hover {
    border-radius: 25px;
    box-shadow: 0 10px 30px 0 #ecbdbd;
    background-color: #d7242a;
    border: none;

    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff !important;

    padding: 12px 24px;
    cursor: pointer;
}

a.button, a.button:hover {
    padding-right: 64px;
    background-image: url(/files/images/layout/show-arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
    box-shadow: 0 10px 30px 0 #ecbdbd;
}

a.btn-logout {
    border-radius: 25px;
    padding: 12px 24px;
    border: 1px solid #d7242a;
    color: #d7242a;
    text-decoration: none !important;
    transition: 0.2s all;
}

a.btn-logout:hover {
    background-color: #d7242a;
    color: #fff;
}



a.button#austragen, a.button#austragen:hover {
    background-image: url(/files/images/layout/hide-arrow.svg);
}

#austragen {
    opacity: 0.5;
}


h1 {
    font-size: 66px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.02;
    letter-spacing: 0.02px;
    text-align: center;
    color: #1d225f;
    margin: 0 0 20px;
}

#form-login p.error,
#form-list p.error{
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0px;
    color: #d7242a;
}

#form-login p.error {
    margin-top: 12px;
}

#list .eintrag {
    border-bottom: 1px solid;
    border-bottom-color: rgba(151, 151, 151, 0.11);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#list .eintrag:last-child {
    border: none;
    margin-bottom: 0;
}

#list .eintrag.border-mobile {
    border: none;
}

section.loader {
    min-width: 120px;
    width: 120px;
    height: 60px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #ccc;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin: 0 auto;
}


section.loader span::after, section.loader span::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.5) translate(0, 0);
    transform: scale(0.5) translate(0, 0);
    background-color: #fff2ee;
    border-radius: 50%;
    -webkit-animation: animloader38 1s infinite ease-in-out;
    animation: animloader38 1s infinite ease-in-out;
}

section.loader span::before {
    background-color: #d7242a;
    -webkit-transform: scale(0.5) translate(-48px, -48px);
    transform: scale(0.5) translate(-48px, -48px);
}



@keyframes animloader38 {
    50% { transform: scale(1) translate(-50% , -50%)}
}

.fancybox-overlay {
    background: none;
    opacity: 1;
    background: rgba(215, 36, 42, 0.88);
}

.fancybox-inner img {
    border-radius: 15px;
}

.fancybox-close {
    background-image: url(/files/images/layout/close.svg);
    width: 33px;
    height: 33px;
    top: -40px;
    background-size: 33px 33px;
}

#filename {
    font-size: 12px;
    line-height: 55px;
    padding-left: 30px;
}





@media only screen and (max-width: 720px) {
    #list .eintrag.border-mobile {
        border-bottom: 1px solid;
        border-bottom-color: rgba(151, 151, 151, 0.11);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    h1 {
        font-size: 31px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.16;
        letter-spacing: 0.01px;
        text-align: center;
        color: #1d225f;
    }

    #filename {
        line-height: 20px;
    }

}


@media only screen and (max-width: 500px) {
    body.login,
    body.liste #header {
        background-size: 440px;
    }

    a.btn-logout {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 14px;
    }
}



@media only screen and (max-width: 420px) {
    body.login,
    body.liste #header {
        background-size: 360px;
    }
}