/*===== Footer CSS =====*/
footer{
    /*background-color: #1888c88f;*/
    background-color: #e4f2f9;
    padding: 20px 0 0 0;
    border-top: solid 3px #b8d5ff;
}
.title-form-footer{
    margin-left: 5px;
    color:#1888c8;
}
.title-form-footer-link{
    color:#1888c8;
}
.footer-box-handle{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-main-left{
    display: flex;
    flex-direction: column;
}

.footer-main-left > div{
    display: flex;
    flex-direction: column;
}
.footer-main-left > div > input{
    margin:5px 0;
    flex: 1;

}
#textarea-footer-kontakt{
    width: 100%;

    margin: 5px 0px;
    min-height: 88px;
}
.footer-container-left{

    flex: 3;
    padding: 20px 0;
}
.footer-container-right{
    flex: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.span-container-senden{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    align-items: flex-start;
    margin-left: 5px;
}
#check-datenschutz{
    margin-right: 5px;
    width: 20px;
    height: 15px;
}
#btn-senden{
    text-decoration: none;
    font-weight: 600;
    color: #1888c8;
    cursor: pointer;
    border: solid 1px #1888c8;
    border-radius: 5px;
}
#btn-senden > div{
    width: 200px;
    background-color: #fff;
    height: 40px;
    border-radius: 5px;
}
#btn-senden > div > p{
    display: flex;
    justify-content: center;
    margin: 0;
    height: 100%;
    align-items: center;
}

.footer-container-right > ul{
    margin:0 0 0 5px;
    padding: 0;
    list-style: none;
}
.footer-container-right > ul > li{
    margin: 0;
}
.footer-content{
    /*display: none;*/
}
.sub-footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    color: #fff;
    background-color: #1888c8;
}
.sub-footer > p{
    margin: 15px 0 0 0;
}
.sub-footer > span > a{
    text-decoration: none;
    color: #000;
}
.sub-footer > .container{
    padding: 0 20px 10px 20px;
    border-bottom: solid 1px #f7f7f71f;
}
#footer-kontakt{
    margin-bottom: 35px;
}



.icon-li{
    padding-top: 15px;
}
.span-container-senden > span{
    margin-bottom: 15px;
}
.contact-bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 20px;
}
.contact-bar > span > a,.contact-bar > a{
    color: #fff;
    text-decoration: none;
}
.contact-bar > span > i{
    margin-right: 10px;
    font-size: 18px;
}
.contact-big{
    margin-top: 10px!important;
}
.contact-big > i{
    color: #1888c8;
    font-size: 20px;
    margin-right: 10px;
}
.contact-big > a{
    color: #222;
    text-decoration: none;
    font-size: 16px;
}
.contact-big > a:hover{
    color: #1888c8;
}

.contact-smal{
    display: none;
}
@media(min-width: 650px){
    .footer-content{
        display: block;
    }
    footer{
        padding: 50px 0 0 0;
        margin-top: 150px;

    }
    .contact-smal{
        display: block;
    }

}
@media(min-width: 1000px){
    .footer-box-handle{
        flex-direction: row;
    }

    .footer-main-left > div{
        display: flex;
        flex-direction: row;
    }
    .footer-container-right{
        flex: 1;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .span-container-senden{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-main-left > div > input{
        margin:5px 5px;
    }
    #textarea-footer-kontakt{
        width: 98.5%;
        margin: 5px 0px 5px 5px;
    }
    .footer-container-left{

        padding: 20px;
    }
    .span-container-senden > span{
        margin-bottom: 0;
    }
    #footer-kontakt{
        margin-bottom: 0;
    }
}
@media(min-width: 1400px){
    .footer-main-left{
        flex-direction: row;
    }
    .footer-main-left > div{
        flex-direction: column;
    }
}
.btn-senden[disabled] { opacity:.7; cursor:not-allowed; }
#form-msg { font-size:14px;  margin: 0 0 10px 0;}
.btn-senden{
    width: 100%;
    max-width: 350px;
    background-color: #1888c8;
    color: #fff;
    border: none;
    height: 48px;
}
/*=====// Footer CSS =====*/