/**
 * Pico's Keller Theme
 *
 *
 * @author  IT Service Biesterfeld
 * @link    http://www.it-biesterfeld.de
 * @license http://opensource.org/licenses/MIT The MIT License
 * @version 1.0
 */

body {
	hyphens: auto;
	overflow-wrap: break-word;
}
.display-intro {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-intro {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
	hyphens: auto;
	overflow-wrap: break-word;
}
.topbar-header-logo {
    display: block;
    font-size: 21px;
    margin: 6px 0;
}
.site-topbar {
    background: #4b494f;
    padding: 0;
    color: #999999;
}
.site-topbar a {
    color: #fff;
    padding: 0 10px;
}
.site-topbar a:hover,
.site-topbar a:active {
    color: #999999;
}
.site-topbar .social-links {
    text-align: right;
}
.site-topbar ul {
    margin: 0;
}
.site-topbar a {
    color: #aaa;
}
.site-topbar .contact-details li {
    display: inline-block;
    padding: 0;
}
.site-topbar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 6px;
    top: -1px;
    color: #ddd;
}
.site-topbar .contact-details li a:before {
    color: #aaa;
}
.site-topbar .contact-details li:first-child a:before {
    display: none;
}
.site-topbar .contact-details li a {
    font-size: 12px;
    display: block;
    line-height: 32px;
    padding: 0;
}
.site-topbar .contact-details li a:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .site-topbar {
        text-align: center;
    }
    .site-topbar .social-links {
        margin: 10px 0 0;
        text-align: center;
    }
}
.site-topbar .contact-details {
    display: none;
}
@media (min-width: 1023px) {
    .site-topbar .contact-details {
        display: block;
    }
}



ul.lang-list {
    float: right;
    padding-left: 0;
    list-style: none;
}
ul.lang-list li {
    float: left;
}
ul.lang-list li a {
    display: inline-block;
    font-size: 12px;
    display: block;
    line-height: 32px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.lang-list li a:hover {
    color: #fff;
}


#footer-top {
    padding: 75px 0;
    color: #fcfcfc;
    background: #4b494f;
}
#footer-top a {
    color: #fcfcfc;
}
#footer-top  .container {

}

.site-footer {
    padding: 15px 0;
}
