/* Main Layout */
/* footer
================================================== */
/*.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
   
}
*/
.copyright {
    height: 60px;
    margin-bottom: -20px;

}
.footer {
    font-size: 12px;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    /*overflow: hidden;*/
  /*  font-size: 12px;
    /*border-top: 0 solid transparent;
    border-top-width: 1px;
    border-top-color: #000;*/
}

.footer p {
    font-size: 12px;
    float: left;
    margin-bottom: 0;
    line-height: 24px;
    padding-bottom: 2px;
}

footer .footer-contact-info p {
    margin-bottom: 6px;
}

footer .footer-contact-info .fa {
    margin-right: 10px;
    font-size: 14px;
    width: 12px;
}

.sozial {margin-top: 20px}

.fa-twitter {
    color: #4099FF;
}

.fa-facebook {
    color: #3B5998;
}

.fa-youtube-play {
    color: #e52d27;
}

.fa-rss {
    color: #FF6600;
}

.fa-vine {
    color: #00a478;
}

.fa-flickr {
    color: #ff0084;
}

.fa-twitch {
    color: #6441A5;
}

.fa-linkedin {
    color: #007bb6;
}

.fa {
    opacity: 0.7;
    transition: 1s;
    -webkit-transition: 1s;
}

.fa:hover{
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
}