/**
 * MEDIA CSS
 *
 * Use this CSS to change mobile views.
 * Attention: These styles are only active if you are using the new blue Templates
 * All changes at your own risk!
 * © SECUDOS GmbH
 *
 * ========================================================================= */

/**
 *
 * iPhone 6/7/8
 *
 * ------------------------------------------------------------------------- */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
{
    .lead {
            padding: 0 25px 0 25px;
    }
    .copyright {
    right: 8px;

    }
    .col-sm-2.text-right {
        text-align: center !important;
    }
    .comment-date {
    font-size: 11px;
    }
    .icocom {
    padding-top: 0.4rem !important;
    position: absolute;
    right: 10px;
    }
    a.btn.btn-custom.w-25.mx-auto {
    width: 70% !important;
    }
    .comment-block {
        max-width: 315px;
    }
}
@media not all and (min-resolution:.001dpcm) {
@media {
  .form button {
    padding: 13px;
}}
