/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.01.2021, 15:09:27
    Author     : juergen kind
*/

@media (max-width:576px) {

    /* Lightbox Text */
    .section.section-default .modal-content .text-primary
    {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .modal-content 
    {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    
    .footer-section-content {
        font-size: 1.5rem;
        line-height: 1.75rem;
        padding-bottom: 1rem;
    }
    
    .copyright-footer .col-left {
        font-size: 1.3rem;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: .5rem;
    }
    .copyright-footer .col-middle {
        font-size: 1.25rem;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .copyright-footer .col-right {
        font-size: 1.25rem;
        width: 100%;
        max-width: 100%;
    }
    #c239.frame { padding-bottom: 0rem;}

   .mobile-ltr {
        display: flex;
        flex-direction: column-reverse;
    }
    .mobile-ltr .col-image .frame {
        padding-bottom: 0rem;
    }
    .row-primary .col-image .frame {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 0rem;
}


}
