/**
 * Feiern Mit Klavier
 */

.head {
    padding-top: 10px;
}

.logo {
    color: #000000;
}

.logo a:link, .logo a:hover, .logo a:visited {
    color: #000000;
    text-decoration: none;
}

.bottom-line {
    border-bottom: 5px solid #ac2925;
}

.centered {
    text-align: center;
}

a:link, a:visited {
    color: #ac2925;
}

/** HEADS UP **/
.heads-up {
    background-color: #EEEEEE;
    border-left: 5px solid #AAAAAA;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.heads-up-success {
    background-color: #f4f8fa;
    border-color: #5cb85c;
}

.heads-up-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.heads-up-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.heads-up-info {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

/**************/

/** ABOUT **/
.about-row {
    margin-bottom: 50px;
}

.about-row-odd {
}

.about-row-even {
}

.about-row-img-box {
    text-align: center;
}

.about-row-img-box img {
    /*width: 300px;*/
}

.about-row-text-box {
    font-family: pt-sans-narrow, sans-serif;
    font-size: 22px;
}

/***********/

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 97%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    /**background-color: #f5f5f5;**/
    padding-top: 20px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#footer > .container {
    /*border-top: 1px solid #eee;*/
    font-weight: 800;
}

.container .credit {
    margin: 20px 0;
}

.muted {
    color: #999;
}

.fnbtn {
    color: #999;
}

.fnbtn:hover {
    color: #009999;
    text-decoration: none;
}

.no-display {
    display: none;
}

.intro {
    font-family: pt-sans-narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: pt-sans-narrow, sans-serif;
}

/*screen-xs*/
@media (min-width: 320px) {
    .intro {
        padding-top: 50px;
        font-size: 18px;
    }

    #index-content {
        padding-top: 20px;
    }

    .profile-img {
        text-align: center;
    }

    .face-img {
        width: 100%;
    }

    .content {
        padding-top: 20px;
    }
}

/*screen-sm*/
@media (min-width: 768px) {
    .navigation {
        padding-top: 41px;
        padding-bottom: 15px;
    }

    ul.navigator {
        margin: 0;
        padding: 0px;
        font-size: 18px;
    }

    ul.navigator li {
        list-style: none;
        display: inline;
        margin: 0.4em;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
    }

    ul.navigator li.active {
        /*border-bottom: 5px solid #269abc;*/
        padding-bottom: 2px;
        /*background-color: #dddddd;*/
    }

    .intro {
        padding-top: 50px;
    }

    #index-content {
        padding-top: 20px;
    }

    .profile-img {
        text-align: center;
    }

    .logo {
        font-size: 36px;
        padding-bottom: 0.5px;
    }

    .content {
        padding-top: 30px;
    }
}

/*screen-md*/
@media (min-width: 992px) {
    .navigation {
        padding-top: 44px;
        padding-bottom: 0px;
    }

    ul.navigator {
        margin: 0;
        /*padding: 0.8em;*/
        padding: 12.5px;
        font-size: 25px;
    }

    ul.navigator li {
        list-style: none;
        display: inline;
        margin: 0.4em;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    ul.navigator li.active {
        /*border-bottom: 5px solid #269abc;*/
        padding-bottom: 0px;
        /*background-color: #dddddd;*/
    }

    .intro {
        padding-top: 0px;
        font-size: 22px;
    }

    #index-content {
        padding-top: 50px;
    }

    .logo {
        font-size: 53px;
        padding-bottom: 0px;
    }

    .content {
        padding-top: 50px;
    }
}

/*screen-lg*/
@media (min-width: 1200px) {
    .logo {
        font-size: 71px;
        padding-bottom: 0px;
    }

    .navigation {
        padding-top: 48px;
        padding-bottom: 6px;
    }
}

ul.navigator a:link {
    color: #000000;
    font-weight: 800;
    font-family: pt-sans-narrow, sans-serif;
    text-decoration: none;
}

ul.navigator li.active a:link, ul.navigator li.active a:visited {
    color: #ac2925;
    font-weight: 800;
    font-family: pt-sans-narrow, sans-serif;
    text-decoration: none;
    /*text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

ul.navigator a:hover {
    color: #ac2925;
    font-weight: 800;
    font-family: pt-sans-narrow, sans-serif;
    text-decoration: none;
}

ul.navigator a:visited {
    color: #000000;
    font-weight: 800;
    font-family: pt-sans-narrow, sans-serif;
    text-decoration: none;
}

.about-row {
    background-color: rgba(210, 210, 210, 0.5);
    padding: 19px;
}

.about-even {
    border-left: 10px solid rgba(172, 41, 37, 0.7);
}

.about-odd {
    border-right: 10px solid rgba(172, 41, 37, 0.7);
}

/*
 * FONTS
 */
.abel-font {
    /**font-family: abel, sans-serif;**/
}

.poiret-one-font {
    /**font-family: poiret-one, sans-serif;**/
}

.source-sans-pro-font {
    /**font-family: source-sans-pro, sans-serif;**/
}

.pt-sans-narrow-font {
    /**font-family: pt-sans-narrow, sans-serif;**/
}
