.es .es-placeholder{
    font-size: 13px;
}

.es .components-placeholder button, .es .components-button{
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: inset 0 -1px 0 #ccc;
    text-align: center;
    vertical-align: top;
    border-radius: 3px;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid;
}

.es .components-placeholder button:hover, .es .components-button:hover{
    background: #fafafa;
    border-color: #999;
    box-shadow: inset 0 -1px 0 #999;
    color: #23282d;
    text-decoration: none;
}

.es .components-button.is-small{
    height: 24px;
    line-height: 22px;
    padding: 0 8px 1px;
    font-size: 11px;
}

.es .close{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    color: #222;
    line-height: 0;
    transition: .15s ease-in-out;
}

.es .close:hover{
    color: darkred;
}

.esTitle{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background: #f6f6f6;
    padding: 6px;
    color: #4D799A;
}

.esTitle svg{
    margin-right: 5px;
}

.esLink .edusharing_rendering_content_footer{
    padding: 6px;
}

.editor-block-list__block[data-align=right] > .editor-block-list__block-edit {
    text-align: right;
}

.es .block-library-image__dimensions__row{
    display: flex;
    justify-content: space-between;
}

.eduObject p{
    margin: 0;
}

.eduObject .folder{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f6f6f6;
}

.eduObject .esIcon{
    margin-right: 10px;
}

.folder .folderIcon{
    color: #aaa;
    margin: 0 10px;
}

.folder p, .esTitle p{
    margin-left: 10px;
}

.eduObject .edusharing_rendering_content_footer{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.8em;
    margin-top: -6px;
}

.eduObject .edusharing_rendering_content_footer .edusharing_rendering_content_footer_top a{
    text-decoration: none;
}

.eduObject .edusharing_rendering_content_footer .edusharing_rendering_content_footer_top a:hover{
    text-decoration: underline;
}

.eduObject .left{
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.eduObject .right{
    display: inline;
    float: right;
    text-align: right;
    margin-left: 1.5em;
}

.eduObject .center{
    text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.eduObject .wide{
    max-width: 1100px;
}

.eduObject .full{
    width: 100% !important;
    margin-left: 1em;
    margin-right: 1em;
}

.dataProtectionRegulationsHeading {
    font-size: 1.8em;
}

.dataProtectionRegulations, .dataProtectionRegulationsDialog {
    background: #fff;
    padding: 20px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.65em;
    box-shadow: none !important;
    background: #fcfcfc !important;
    margin: auto;
    border: 0;
}

.dataProtectionRegulations .btn{
    color: #fff;
    background-color: #1177d1;
    border-color: #1177d1;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;    
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .8rem;
    line-height: 1.5;
    text-decoration: none !important;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataProtectionRegulations .btn:hover{
    color: #fff;
    background-color: #0e63ae;
    border-color: #0d5ca2;
}



    /**
     * @package    filter_edusharing
     * @copyright  metaVentis GmbH — http://metaventis.com
     * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
     */

#region-main>div.card {
    overflow-x: visible;
}

.eduContainer {
    width: 180px;
    color: rgba(0, 0, 0, 0.0); /*do not change*/
}

.edusharing_spinner_inner {
    width: 30px;
    height: 50px;
    display: inline-block;
}
.edusharing_spinner1 {
    background: url('../img/hex1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s infinite ease-in;
    -moz-animation: spin 2s infinite ease-in;
    -ms-animation: spin 2s infinite ease-in;
    -o-animation: spin 2s infinite ease-in;
    animation: spin 2s infinite ease-in;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.edusharing_spinner2 {
    background: url('../img/hex2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s infinite ease-in;
    -moz-animation: spin 2s infinite ease-in;
    -ms-animation: spin 2s infinite ease-in;
    -o-animation: spin 2s infinite ease-in;
    animation: spin 2s infinite ease-in;
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.edusharing_spinner3 {
    background: url('../img/hex3.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s infinite ease-in;
    -moz-animation: spin 2s infinite ease-in;
    -ms-animation: spin 2s infinite ease-in;
    -o-animation: spin 2s infinite ease-in;
    animation: spin 2s infinite ease-in;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes spin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes spin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@-ms-keyframes spin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes spin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5) rotate(90deg);
    }

    100% {
        transform: scale(1);
    }
}