/*
 * Default WP Alignment Classes
 *****************************************************************************/
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

/*
 * Common DIMI
 *****************************************************************************/

.dimi-liste {
    color: inherit;
    font-size: 18px;
}

ul.dimi-liste {
    list-style-type: none;
    padding-left: 20px;
  }
  
.dimi-liste li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
  }

.dimi-liste li:before {    
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;  
}

/* #teaser [class*=col-] {
    padding: 0px 25px;
}

#teaser [class*=col-]:hover {
    padding: 0px 15px;
} */

@keyframes pulse {
    0%,
    100% {
      animation-timing-function: ease-in;
    }
    50% {
      transform: scale(1.05);
    }
  }
  

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 12px 18px 8px 0px;
    background-color: #f1f1f2;
    margin-top: 10px;
    transition: all .2s ease-in-out
  }
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transform: scale(1.03);
  }

 .donate{
    position: fixed;
    bottom: 0px;
    height: 70px;
    text-align: center;
    width: 100%;
    background:  rgb(255, 255, 255); 
    z-index: 9999;
    padding: 0px 0 5px 0;
    box-shadow: 0px 0px 0px #fff, 0px -2px 4px #ddd;   
    text-decoration: none;
}

.donate:active, .donate:hover, .donate:visited{
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .donate {
        display: none !important;
    }
}

.swal2-toast, .swal2-popup {
    font-size: 20px;
}

.swal2-styled.swal2-confirm {
    background-color: #3333338c;
}

.cr-container {
    position: relative;
    width: 50%;   
}
  
.copyright-img {
    display: block;
    width: 100%;
    height: auto;
}
  
.cr-overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;		   
    color: black;
    padding: 2px 8px;
    margin: 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2P8+PX/GQAJdwOz7+Id3gAAAABJRU5ErkJggg==);
    border-radius: 2px;   
    opacity:0;
    font-size: 14px;
}
  
.cr-container:hover .cr-overlay {
    opacity: 0.8;
}

/* .cr-container  {
    clear:both;
} */

hr {
    height: 0px;
    visibility: hidden;
    margin: 5px;
}

@media (max-width: 991px) {
    .alignleft, .alignright {
        margin: 10px auto;
        clear: both;
        float: none;
    }
    .text-center p {
        text-align: center !important;
    }
}