
@media (max-width: 1100px) {

body
{
    font-size: 12px;
}

h1,
h2,
h3
{
    font-size: 20px;
}

.container
{
    padding: 0;
}

.padding_mobile
{
    padding: 0 15px;
    box-sizing: border-box;
}

.button,
#home a,
.calculator_in .content_text a
{
    display: block;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    line-height: 2;
}

figure.image
{
    width: 100%;
}

#top
{
    margin-bottom: 0;
}

#top #a_logo img
{
    width: 140px;
}

#top #top_in
{
    padding: 20px;
}

#home
{
    flex-direction: column-reverse;
}

#home > div
{
    width: 100%;
}

#home #home_photo img
{
    left: 0;
    margin-left: 0;
    width: 100%;
}

#home #home_text img
{
    width: 100%;
}

#home h1
{
    margin-bottom: 20px;
}

#home p
{
    max-width: 100%;
}

.offer
{
    padding-top: 30px;
    padding-bottom: 10px;
}

.offer .content_header
{
    flex-direction: column;
}

.offer .content_header div.title
{
    text-align: left;
    padding-left: 15px;
    padding-bottom: 15px;
}

.offer .content_header div.title,
.offer .content_header div.headline
{
    width: 100%;
    box-sizing: border-box;
}

.offer .content_header div.headline p
{
    max-width: 100%;
    padding: 0 15px 20px 15px;
}

.offer_links
{
    background: #fff;
}

.offer_links_in
{
    flex-direction: column;
}

.offer_links_in a
{
    width: 100%;
    margin: 0px 0;
    padding-bottom: 30px;
}

.offer_links_in a img
{
    width: 100%;
}

.contact_in
{
    padding-top: 20px;
}

.contact_in .content_text
{
    padding: 30px 15px;
}

.contact img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

.contact_bottom
{
    flex-direction: column;
    padding: 30px 50px;
}

.contact_bottom img
{
    max-width: 100%;
}

.contact_bottom > div.row
{
    width: 100%;
}

.contact_bottom > div.vr
{
    width: 100%;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#bottom
{
    font-size: 10px;
}

#offer_simple
{
    display: flex;
    flex-direction: column-reverse;
}

#offer .offer_header
{
    flex-direction: column;
}

#offer_simple img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}

#offer .offer_header div.title
{
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

#offer .offer_header div.headline
{
    width: 100%;
}

#offer .offer_header div.headline p
{
    padding: 0 0 20px 0;
}

.long_offer_header
{
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

.long_offer_header h1
{
    margin-top: 40px;
    margin-bottom: 20px;
}

.long_offer_header > div
{
    width: 100%;
}

.long_offer_header p
{
    padding-bottom: 20px;
    max-width: 100%;
}

.long_offer_text > figure.image img
{
    width: 100%;
    margin-bottom: 30px;
}

figure.table table
{
    margin-top: 0;
}

figure.table table td,
figure.table table th
{
    padding: 10px;
    font-size: 12px;
}

figure.table
{
    overflow-x: scroll;
}

figure.table > figcaption
{
    text-align: left;
}

figure.table table td figure.image
{
    display: block;
}

figure.table table td figure.image > figcaption
{
    font-size: 10px;
    padding-top: 5px;
    padding-left: 0;
}

figure.table table td figure.image img
{
    min-width: 100px;
}

.profile_description figure.table
{
    padding: 0 20px;
}

.profile_description figure.table table td h5
{
    font-size: 14px;
}

.profile_description figure.table table td figure.image
{
    padding: 0;
}

.profile_description figure.table table td figure.image img
{
    width: 100px;
    padding: 50px 20px 50px 0;
}

.profile_description figure.table table td:first-of-type,
.profile_description figure.table table td:last-of-type
{
    font-size: 11px;
}

.atest .atest_in
{
    padding: 0 20px;
    font-size: 10px;
}

.atest .atest_in img
{
    margin-right: 20px;
    width: 80px;
}

.atest .atest_in p br
{
    display: none;
}

.calculator
{
    padding: 0px 0;
}

.calculator_in
{
    padding: 20px;
    flex-direction: column;
}

.calculator_in h1
{
    margin-bottom: 20px;
}

.calculator_in > div
{
    width: 100%;
    padding: 0 !important;
}

.calculator_in p
{
    font-size: 12px;
}

#calculator_form
{
    padding: 20px 0 0;
}

#calculator_form form
{
    flex-direction: column;
    margin-bottom: 20px;
}

#calculator_form form > div
{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-items: center;
}

#calculator_form form span
{
    padding: 10px;
}

#calculator_form label
{
    padding: 0 0 20px;
}

#calculator_form input
{
    width: 60%;
    box-sizing: border-box;
    padding: 8px;
}

#calculator_result ol li
{
    font-size: 12px;
}

.calculator_in .content_text
{
    margin-top: 40px;
}

.calculator_in p
{
    font-size: 11px;
}

}