/*
 * print styles
 */

html,
#page {
    color: #000 !important;
    background: none !important;
}

.navigation {
    position: static !important;
}

body,
.navigation,
.footer {
    background: none !important;
}

.navigation .meta-navi,
.navigation .btn-toolbar,
.navigation .main-menu,
.section .btn,
.logo {
    display: none !important;
}

.logo-head {
    width: 100%;
}

.logo-head a img {
    margin: 20px auto 0 auto;
    display: block;
}

a,
a:hover,
a:focus {
    color: #000 !important;
}

a[href]:after {
    content: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
}

.intro-area {
    margin-top: 60px;
}

.no-intro-area {
    margin-top: 0;
}

.footer {
    margin-top: 60px;
}

/*
 * helper
 */
.hidden-print {
    display: none !important;
}

.visible-print {
    display: block !important;
}
