/*
 * custom printstyles
 */

/*
 * hide
 */
noscript,
.navigation,
.language,
.tab-navi,
.mega-visual .image,
.bread-crumb,
.teaser-item .link-button,
.accordion .link-button,
.footer .meta,
.footer .follow,
.form-block .btn-default {
    display: none !important;
}

/*
 * show
 */
.carousel .item,
.accordion .collapse {
    display: block;
}

/*
 * no bg
 */
.visual,
.panel-heading {
    background: none !important;
}

/*
 * fonts
 */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: bold;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
    font-weight: normal;
}

h6 {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

a,
a:focus,
a:hover {
    color: #333;
}

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

a:focus,
a:hover {
    color: #5c5c5c;
}

p a i.fa {
    padding-right: 4px;
}

ul {
    padding-left: 15px;
}

ol {
    padding-left: 20px;
}

hr {
    border-color: #aaa;
    border-style: dotted;
}

/*
 * custom
 */
body {
    font-size: 13px;
    line-height: 18px;
}

.header {
    margin: 0 0 20px 0;
}

.hdg-logo {
    margin-right: 10px;
}

.hdg-title {
    margin-top: 30px;
}

.affix {
    position: static;
}

.footer .container {
    margin: 0 auto;
    padding: 15px;
}

.footer ul {
    padding-left: 0;
    list-style-type: none;
    display: block;
}

.carousel .item {
    width: 25%;
    float: left;
}

.carousel .item .teaser-item {
    padding-right: 20px;
}

.carousel .item:last-child .teaser-item {
    padding-right: 0;
}

.visual-teaser {
    margin-bottom: 15px;
}

.link-list {
    list-style-type: none;
    padding: 0;
}
.link-list .fa {
    padding-right: 4px;
}

.accordion .panel {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.accordion .panel-group .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion .panel-heading {
    padding: 15px 0;
}

.accordion .panel-body {
    border-top: 1px dotted #aaa !important;
    padding: 8px 0 0 0;
}

.form-block .form-control,
.form-block .form-control:focus {
    font-size: 13px;
    border: 1px dotted #aaa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    -wekbit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
