/* general */
*
{
    font-family: 'Montserrat', sans-serif;
}

body
{
    font-family: 'Montserrat', sans-serif;
    color: #3A393E;
    overflow-x: hidden;
    background-color: #F7F7F7 !important;
}

.b-none
{
    border: none !important;
}

.j-c-center
{
    justify-content: center !important;
}

.m-l-r-auto
{
    margin-left: auto !important;
    margin-right: auto !important;
}

.mr-t-20
{
    margin-top: 20px;
}

.mr-t-50
{
    margin-top: 50px;
}

.blue {color: #009FE3;}
.red {color: #E61D30;}
.yellow {color: #FEBF34;}
.grey {color: #333333;}
.light {color: #9D9D9C;}
.green {color: #7DAE00;}
.purple {color: #4D4B9A;}
.pink {color: #EA4F96;}

.bg-lightgrey
{
    background-color: #F7F7F7 !important;
}

.bg-grey
{
    background-color: #EDEBE4 !important;
}

a
{
    text-decoration: none !important;
    color: #3A393E !important;
    white-space: nowrap;
}

a:hover
{
    color: #999999 !important;
}

.anchor
{
    display: block;
    height: 95px;
    margin-top: -95px;
    visibility: hidden;
}

/* header - desktop */
header
{
    width: 100vw;
    height: 95px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 8px rgb(0, 0, 0, 25%);
    display: flex;
    align-items: center;
}

header .container-fluid
{
    width: 100%;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 992px)
{
    header .container-fluid
    {
        padding: 0 5%;
    }
}

header .navb-logo img
{
    width: 210px;
}

header .navb-items
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .item
{
    text-align: center;
    margin-inline: 4%;
    font-size: 22px;
    padding: 5px 0;
    transition: all .5s ease;
    cursor: pointer;
    color: #3A393E;
    display: flex;
}

header .item:hover
{
    color: #D5D5D5 !important;
}

.vertical-line
{
    width: 2px;
    height: 22px;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

.vl-btn
{
    height: 50px; margin-top: -2.5px;
}

/* header - mobile */
.modal-dialog-menu
{
    margin: 0 !important;
    width: 430px !important;
}

@media(max-width: 450px)
{
    .modal-dialog-menu
    {
        width: 300px !important;
    }
}

.modal-content-menu
{
    border-radius: 0 !important;
    height: 100vh;
    overflow-y: scroll;
    background-color: #FFFFFF !important;
}

.modal-header-menu
{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 88%;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 16px !important;
    border-bottom: 3px solid #333333 !important;
}

.modal-header img
{
    width: 180px;
}

.modal-header .btn-close
{
    opacity: 1;
}

.modal-body-menu
{
    width: 88%;
    margin: 0 auto;
    padding: 60px 0 0 0 !important;
    flex: unset !important;
}

.modal-body .modal-line
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all .5s ease;
    border-bottom: 2px solid #333333;
    border-right: none;
    border-left: none;
    border-top: none;
    color: #333333;
}

.modal-body .modal-line:hover
{
    border-bottom: 2px solid #999999;
    color: #999999;
}

.modal-href
{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #000000;
}

.mobile-modal-footer
{
    width: 70%;
    margin: 0 auto;
    padding: 10% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 35px;
}

.mobile-modal-footer i
{
    color: #333333 !important;
}

.mobile-modal-footer i:hover
{
    color: #999999 !important;
}

.modal-button
{
    width: 120px;
    height: 40px;
    text-decoration: none !important;
    border: none;
    transition: box-shadow .25s ease;
    cursor: pointer;
    border-radius: 10px;
    background-color: #F7F7F7;
    box-shadow: 8px 8px 13px #E3E3E3, -8px -8px 13px #FFFFFF, inset 0px 0px 0px #F7F7F7, inset -0px -0px 0px #F7F7F7;
}

.modal-button:hover
{
    box-shadow: 0px 0px 0px #F7F7F7, -0px -0px 0px #F7F7F7, inset 8px 8px 13px #E3E3E3, inset -8px -8px 13px #FFFFFF;
}

/* photos */
.illusion-img
{
    height: 500px;"
    background-color: #FFFFFF;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 6px 8px rgb(0, 0, 0, 25%), inset 0 -6px 8px rgb(0, 0, 0, 25%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media (max-width: 780px) {
    .illusion-img
    {
        display: none !important;
    }
}

.mobile-img
{
    width: 100%;
    float: left;
    display: none;
}

@media (max-width: 780px) {
    .mobile-img
    {
        display: contents !important;
    }
}

/* headlines */
h1
{
    text-align: center;
    line-height: 105px !important;
    color: #0C91AB !important;
}

h2
{
    text-align: center;
    line-height: 50px !important;
    color: #FCC503 !important;
}

.headline-main
{
    height: 105px;
    width: 100%;
}

.headline-sub
{
    height: 50px;
    width: 100%;
}

/* text */
.text-wrap
{
    height: auto;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
}

/* counter */
.counter-wrap
{
    min-height: 300px;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    background-color: #F7F7F7;
}

.counter-wrap .counter
{
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.counter .counter-item
{
    width: calc(25% - 30px);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 10px;
    background-color: #F7F7F7;
    box-shadow: 8px 8px 13px #E3E3E3, -8px -8px 13px #FFFFFF;
    color: #FFFFFF;
}

.counter .counter-item .counter-icon
{
    font-size: 55px;
}

.counter .counter-item .counter-number
{
    font-size: 45px;
    color: #333333;
}

.counter .counter-item .counter-text
{
    font-size: 20px;
    color: #333333;
}

@media (max-width: 1036px)
{
    .counter-wrap
    {
        padding: 50px 50px 0 50px;
    }

    .counter .counter-item
    {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }
}

@media (max-width: 580px)
{
    .counter .counter-item
    {
        width: 100%;
    }
}

/* advantage */
.advantage-wrap
{
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    background-color: #F7F7F7;
}

.advantage-wrap .advantage
{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.advantage .advantage-item
{
    width: calc(25% - 30px);
    border: none;
    padding: 20px;
    transition: box-shadow .25s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 10px;
    background-color: #F7F7F7;
    box-shadow: 8px 8px 13px #E3E3E3, -8px -8px 13px #FFFFFF, inset 0px 0px 0px #F7F7F7, inset -0px -0px 0px #F7F7F7;
}

.advantage .advantage-item:hover
{
    box-shadow: 0px 0px 0px #F7F7F7, -0px -0px 0px #F7F7F7, inset 8px 8px 13px #E3E3E3, inset -8px -8px 13px #FFFFFF;
}

.advantage .advantage-item .advantage-icon
{
    font-size: 55px;
}

.advantage .advantage-item .advantage-headline
{
    height: 65px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage .advantage-item .advantage-text
{
    font-size: 20px;
    text-align: center;
    color: #333333;
}

@media (max-width: 2090px)
{
    .advantage .advantage-item .advantage-text
    {
        height: 80px;
    }
}

@media (max-width: 1602px)
{
    .advantage .advantage-item .advantage-text
    {
        height: 100px;
    }
}

@media (max-width: 1236px)
{
    .advantage-wrap
    {
        padding: 50px 50px 0 50px;
    }

    .advantage .advantage-item
    {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }

    .advantage .advantage-item .advantage-text
    {
        height: 80px;
    }
}

@media (max-width: 851px)
{
    .advantage .advantage-item .advantage-text
    {
        height: 100px;
    }
}

@media (max-width: 675px)
{
    .advantage .advantage-item
    {
        width: 100%;
    }

    .advantage .advantage-item .advantage-text
    {
        height: auto;
    }
}

/* services */
.service-wrap
{
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    background-color: #F7F7F7;
}

.service-wrap .service
{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.service .service-item
{
    width: calc(25% - 30px);
    padding: 15px 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border-radius: 10px;
    background-color: #F7F7F7;
    box-shadow: 8px 8px 13px #E3E3E3, -8px -8px 13px #FFFFFF;
}

.service .service-item .service-icon
{
    font-size: 40px;
}

.service .service-item .service-headline
{
    height: 50px;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1036px)
{
    .service-wrap
    {
        padding: 0 50px 0 50px;
    }

    .service
    {
        padding-bottom: 0 !important;
    }

    .service .service-item
    {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }
}

@media (max-width: 580px)
{
    .service .service-item
    {
        width: 100%;
    }
}

/* products */
.product-wrap
{
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    background-color: #F7F7F7;
}

.product-wrap .product
{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    padding-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product .product-item
{
    width: calc(25% - 30px);
    padding: 15px 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.product .product-item .product-icon
{
    height: 125px;
    width: 125px;
    border-radius: 30px;
    transition: box-shadow .25s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F7F7F7;
    box-shadow: 8px 8px 13px #E3E3E3, -8px -8px 13px #FFFFFF, inset 0px 0px 0px #F7F7F7, inset -0px -0px 0px #F7F7F7;
}

.icon-width
{
    width: 80px;
}

.icon-height
{
    height: 80px;
}

.product .product-item .product-icon:hover
{
    box-shadow: 0px 0px 0px #F7F7F7, -0px -0px 0px #F7F7F7, inset 8px 8px 13px #E3E3E3, inset -8px -8px 13px #FFFFFF;
}

.product .product-item .product-icon .product-img
{
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.product .product-item .product-headline
{
    height: 50px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1036px)
{
    .product-wrap
    {
        padding: 0 50px 0 50px;
    }

    .product
    {
        padding-bottom: 0;
    }

    .product .product-item
    {
        width: calc(50% - 30px);
        margin-bottom: 50px;
    }
}

@media (max-width: 580px)
{
    .product .product-item
    {
        width: 100%;
    }
}

/* name */
.name-wrap
{
    height: 150px;
    width: 100%;
    background-color: #D5D5D5;
}

.name-panel
{
    height: 147px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.name-content
{
    height: 147px;
    width: 930px;
    line-height: 147px;
    background-color: transparent;
}

.name-text
{
    height: 147px;
    text-align: left;
    line-height: 147px !important;
    text-align: left;
    color: #333333 !important;
    font-weight: 400 !important;
}

@media(max-width: 1260px)
{
    .name-panel
    {
        display: block;
        justify-content: center;
        width: 1000px;
    }

    .name-content
    {
        position: relative;
        float: left;
        width: 100%;
    }

    .name-text
    {
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 0 !important;
    }
}

@media(max-width: 1100px)
{
    .name-panel
    {
        width: 90%;
    }
}

@media(max-width: 850px)
{
    .name-panel
    {
        width: 90%;
    }
}

@media(max-width: 650px)
{
    .name-panel
    {
        width: 90%;
        display: flex;
        align-items: center;
    }

    .name-content
    {
        position: relative;
        float: left;
        height: 85px;
        width: 100%;
        line-height: 42px;
    }

    .name-text
    {
        line-height: 85px !important;
        font-size: 25px !important;
        text-align: center;
        font-size: 18px !important;
    }
}

/* call to action */
.action-wrap
{
    height: 150px;
    width: 100%;
    background-color: #AEC2C1;
}

.action-panel
{
    height: 147px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.action-content
{
    height: 147px;
    width: 930px;
    line-height: 147px;
    background-color: transparent;
}

.action-text
{
    height: 147px;
    text-align: left;
    line-height: 147px !important;
    text-align: left;
    color: #FFFFFF !important;
    font-weight: 400 !important;
}

.action-link
{
    height: 147px;
    width: 310px;
    background-color: transparent;
}

.action-button
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
}

@media(max-width: 1260px)
{
    .action-panel
    {
        display: block;
        justify-content: center;
        width: 1000px;
    }

    .action-content
    {
        position: relative;
        float: left;
        height: 85px;
        width: 100%;
        line-height: 85px;
    }

    .action-text
    {
        position: relative;
        float: left;
        height: 85px;
        width: 100%;
        line-height: 85px !important;
        margin-bottom: 0 !important;
        text-align: center;
        font-size: 1.5rem;
    }

    .action-link
    {
        position: relative;
        float: left;
        height: 65px;
        width: 100%;
    }

    .action-button
    {
        display: block;
        margin-top: 0;
    }
}

@media(max-width: 1100px)
{
    .action-panel
    {
        width: 90%;
    }
}

@media(max-width: 850px)
{
    .action-panel
    {
        width: 90%;
    }
}

@media(max-width: 650px)
{
    .action-panel
    {
        width: 90%;
    }

    .action-content
    {
        position: relative;
        float: left;
        height: 85px;
        width: 100%;
        line-height: 42px;
    }

    .action-text
    {
        line-height: 42px !important;
        font-size: 25px !important;
    }

    .action-button
    {
        display: block;
        margin-top: 5px;
    }
}

/* call to action */
.call-btn
{
    height: 50px;
    width: 160px;
    transition: all .2s ease;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    transition: box-shadow .25s ease;
    cursor: pointer;
    color: #FFFFFF !important;
    border: 1px solid #AEC2C1;
    background-color: #AEC2C1;
    box-shadow: 8px 8px 13px #A0B2B2, -8px -8px 13px #BCD2D0, inset 0px 0px 0px #AEC2C1, inset -0px -0px 0px #AEC2C1;
}

.call-btn:hover
{
    color: #333333 !important;
    box-shadow: 0px 0px 0px #AEC2C1, -0px -0px 0px #AEC2C1, inset 8px 8px 13px #A0B2B2, inset -8px -8px 13px #BCD2D0;
}

.call-text
{
    height: inherit;
    margin-top: -2.5px;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

/* contact */
.contact-wrap
{
    height: 80px;
    width: 1240px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content: space-between;
    font-size: 20px;
    background-color: #F7F7F7;
}

.contact-panel-1
{
    height: 80px;
    width: 310px;
    border-left: 3px solid #000000;
}

.contact-panel-2
{
    height: 80px;
    width: 310px;
    border-left: 3px solid #00B8EE;
}


.contact-panel-3
{
    height: 80px;
    width: 310px;
    border-left: 3px solid #E6007E;
}

.contact-panel-4
{
    height: 80px;
    width: 310px;
    border-left: 3px solid #FFED00;
    border-right: 3px solid #000000;
}

.contact-list
{
    text-align: left !important;
    padding-left: 40px;
}

@media(max-width: 1260px)
{
    .contact-wrap
    {
        height: 160px;
        width: 620px;
        display: block;
        justify-content: unset;
    }

    .contact-panel-1
    {
        position: relative;
        float: left;
        border-left: 3px solid #00B8EE;
    }

    .contact-panel-2
    {
        position: relative;
        float: left;
        border-left: 3px solid #E6007E;
        border-right: 3px solid #FFED00;
    }

    .contact-panel-3
    {
        position: relative;
        float: left;
        border-left: 3px solid #00B8EE;
    }

    .contact-panel-4
    {
        position: relative;
        float: left;
        border-left: 3px solid #E6007E;
        border-right: 3px solid #FFED00;
    }
}

@media(max-width: 650px)
{
    .contact-wrap
    {
        height: 320px;
        width: 310px;
    }

    .contact-panel-1
    {
        border-left: 3px solid #00B8EE;
        border-right: 3px solid #E6007E;
    }
    .contact-panel-2
    {
        border-left: 3px solid #00B8EE;
        border-right: 3px solid #E6007E;
    }

    .contact-panel-3
    {
        border-left: 3px solid #FFED00;
        border-right: 3px solid #000000;
    }

    .contact-panel-4
    {
        border-left: 3px solid #FFED00;
        border-right: 3px solid #000000;
    }
}

.contact-content
{
    height: 40px;
    width: 310px;
    text-align: center;
    line-height: 40px;
}

.contact-content span
{
    color: #575756;
}

.contact-content a
{
    text-decoration: none !important;
    color: #333333 !important;
}

.contact-content a:hover
{
    color: #999999 !important;
}

.invoice-wrap
{
    width: 100%;
    height: 50px;
    margin-top: 50px;
}

.invoice-btn
{
    cursor: pointer;
    color: #333333 !important;
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
    box-shadow: 8px 8px 13px #E3E3E3, -8px -8px 13px #FFFFFF, inset 0px 0px 0px #F7F7F7, inset -0px -0px 0px #F7F7F7;
}

.invoice-btn:hover
{
    cursor: pointer;
    box-shadow: 0px 0px 0px #F7F7F7, -0px -0px 0px #F7F7F7, inset 8px 8px 13px #E3E3E3, inset -8px -8px 13px #FFFFFF;
}

.map-wrap
{
    height: 275px;
    width: 100%;
}

.map
{
    height: 275px;
    width: 100%;
    border: none;
}

/* footer */
.footer-wrap
{
    height: auto;
    width: 100%;
    background-color: #575756;
    color: #CCCCCC;
}

.footer-panel
{
    height: auto;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 60px;
}

.footer-panel a
{
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.footer-panel a:hover
{
    color: #FF3F0A !important;
}
