/*
Theme Name: Female Headhunting
Theme URI: http://female-headhunting.de/
Author: Peter Weiß
Author URI: http://peterweiss.de/
Description: Wordpress-Theme für Female Headhunting
Version: 1.0
Text Domain: female-headhunting
*/

@import 'css/fonts.css';
@import 'css/html.css';
@import 'css/navigation.css';


header {
    text-align: center;
}

header .wpglobus-selector-box {
    font-size: 90%;
    margin-left: 2em;
    position: absolute;
    padding-top: 15px;
}

header .wpglobus-selector-box a:hover {
    text-decoration: none;
}

header .wpglobus-selector-box img {
    vertical-align: inherit;
}

/*
header h1 {
    color: #7C878E;
    margin-bottom: 20px;
}

header h1 span {
    text-decoration: underline;
    display: block;
    color: #002d72;
    font-size: 150%;
    margin-bottom: 5px;
}
*/

.inhalt {
    padding-bottom: 3em;
}

.img-responsive {
    display: inline-block;
}

.footer {
    background-color: #002d72;
    font-size: 80%;
    margin-top: 3em;
    height: inherit;
}

.footer p,
.footer div,
.footer a {
    color: #fff;
}

.footer .container {
    padding: 1em 0;
    border-top: 1px solid #7C878E;
}

.footer ul.footernavigation {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer ul.footernavigation li {
    float: left;
    margin-right: 2em;
}

/* 
.footer ul.footernavigation li span {
    padding: 0 1em;
    content: '·';
}
 */


    
