/* no-script-info */

.centered-shadow-box {
    display: block;
    margin: 10px auto 50px auto;
    max-width: 767px;
    width: 80%;
    line-height: 1.4;
    padding: 0px 0px 30px 0px !important;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 8px 11px 15px -10px rgba(0, 0, 0, .1);
    box-shadow: 8px 11px 15px -10px rgba(0, 0, 0, .1);
}

.centered-shadow-box .shadow-box-banner {
    background-color: #048bc5;
    height: 100px;
    margin-bottom: 30px;
}

.centered-shadow-box .childminding-action-title {
    padding-left: 25px;
    padding-top: 0px;
}

.centered-shadow-box .logo-image {
    max-width: 70%;
    width: 190px;
    margin: 30px 20px 10px;
    height: auto;
    filter: brightness(0) invert(1);
}

.centered-shadow-box .title {
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* TODO: ggf. background-color: #efefef; fuer Hintergrund  */

.centered-shadow-box .shadow-box-content {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}

.centered-shadow-box a {
    color: #a5b521;
}

/* end no-script-info */