﻿.home_text
{
   color: #7f888f;
    font-family: "Open Sans" , sans-serif;
    font-size: 13pt;
    font-weight: 400;
    line-height: 1.65;
}

.home_text_faq {
    color: #7f888f;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.65;
    margin:10px;
}

.home_text_faq_title {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 10pt;
    font-weight: 400;
    line-height: 1.65;
    margin: 10px;
}

.button_home_interno {
    background-color: white;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 10px;
    border-color: #FA8950;
    text-align: center;
    width: 16%;
    float: left;
    height: 7vh;
    margin: 8vh 14% 8vh 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FA8950;
    background-image: url("/comuni/icone_sue/area_riservata_new.png");
}

@media screen and (max-width: 1680px)
{
    .home_text {
        font-size: 11pt;
    }

    .home_text_faq {
        font-size: 9pt;
    }
    .home_text_faq_title {
        font-size: 9pt;
    }
    
    .button_home_interno {
        margin: 6vh 14% 6vh 0;
    }
}
@media screen and (max-width: 1280px)
{
    .home_text {
        font-size: 10pt;
    }

    .home_text_faq {
        font-size: 8pt;
    }

    .home_text_faq_title {
        font-size: 8pt;
    }

    .button_home_interno {
        margin: 4vh 14% 4vh 0;
    }
}
@media screen and (max-width: 360px)
{
    .home_text {
        font-size: 9pt;
    }

    .home_text_faq_title {
        font-size: 7pt;
    }

    .home_text_faq {
        font-size: 7pt;
    }

    .button_home_interno {
        margin: 5vh 14% 5vh 0;
    }
}

.a_home {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    border-bottom: dotted 1px;
    color: #99BBE8;
    text-decoration: none;
}
    .a_home:hover {
        border-bottom-color: #f1c4b5cc;
        color: #f1c4b5cc !important;
    }
        .a_home:hover strong {
            color: inherit;
        }

strong, b
{
    color: #3d4449;
    font-weight: 600;
}

em, i
{
    font-style: italic;
}

.right-home {
    float: left;
    width: 21%;
    padding: 15px;
    margin: 4vh 6% 0vh 6%;
    text-align: center;
    min-height: 15vw;
}

.grey {
    background-image: url("/comuni/icone_sue/faq_new2.png");
}

.violet {
    background-image: url("/comuni/icone_sue/nuova_istanza_new2.png");
}

.pink {
    background-image: url("/comuni/icone_sue/sit_new2.png");
}

.purple {
    background-image: url("/comuni/icone_sue/cerca_new2.png");
}

.lavanda {
    background-image: url("/comuni/icone_sue/assistenza_new2.png");
}

.yellow {
    background-image: url("/comuni/icone_sue/geodata.png");
}

@media screen and (max-width: 736px)
{
    .right-home {
        float: left;
        padding: 15px;
        text-align: center;
        width: 46%;
        margin: 5vw 2% 5vw 2%;
    }
}

@media only screen and (max-width: 620px) {
    .right-home {
        float: left;
        padding: 15px;
        text-align: center;
        width: 100%;
        margin: 5vh 0 5vh 0;
    }

    .grey {
        background-image: url("/comuni/icone_sue/faq_right.png");
    }

    .violet {
        background-image: url("/comuni/icone_sue/nuova_istanza_rigth.png");
    }

    .pink {
        background-image: url("/comuni/icone_sue/sit_rigth.png");
    }

    .purple {
        background-image: url("/comuni/icone_sue/cerca_right.png");
    }

    .lavanda {
        background-image: url("/comuni/icone_sue/assitenza_right.png");
    }

    .yellow {
        background-image: url("/comuni/icone_sue/geodata.png");
    }
}



#header
{
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-bottom: solid 5px #99BBE8;
    padding: 4em 0 1em 0;
    position: relative;
}
#header > *
{
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
}
#header .logo
{
    border-bottom: 0;
    color: inherit;
    font-family: "Roboto Slab" , serif;
    font-size: 1.125em;
}
#header .icons
{
    text-align: right;
}

.div-title
{
    height: 20vh;
    width: 100%;
    max-height: 20vh;
    background-color: #99BBE8;
}

header.major > :last-child
{
    border-bottom: solid 3px #99BBE8;
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0 0.75em 0.5em 0;
}

.menu-faq
        {
            float: left;
            width: 20%;
            text-align: center;
        }

    .menu-faq div {
        background-color: white;
        border: 2px solid rgb(217, 231, 248);
        border-radius: 10px;
        padding: 17px;
        margin-top: 10px;
        width: 100%;
    }
        
        .main-faq
        {
            float: left;
            width: 80%;
            padding: 0 20px;
        }

/*background-color: rgb(217, 231, 248);
border-color: rgb(153, 187, 232);*/

.button_home {
    background-color: rgb(217, 231, 248);
    border-color: #FA8950;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    color: White;
}





.logo {
    max-height: 24vh;
    max-width: 100%;
}

.collapsible-faq {
    margin-top: 10px;
    background-color: #FFF;
    color: black;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    .active-faq, .collapsible-faq:hover {
        background-color: rgb(217, 231, 248);
        border-left: 1px solid #FA8950;
        border-right: 1px solid #FA8950;
        border-top: 1px solid #FA8950;
    }

    .collapsible-faq:after {
        content: '\25BE';
        color: #FA8950;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active-faq:after {
    content: "\25B4";
}

.content-faq {
    padding: 0px 0px 0px 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #FFF;
    border-left: 1px solid #FA8950;
    border-right: 1px solid #FA8950;
    border-top: 1px solid #FA8950;
    border-bottom: 3px solid #FA8950;
    margin-bottom: 10px;
}