/*
Theme Name: smartsteuer
Theme URI: http://www.smartsteuer.de/service
Description: smartsteuer
Version: 1.0.1
Author: Holger Koenemann
Author URI: http://www.smartsteuer.de
*/

@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-extralight-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-extralight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-extralightitalic-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-extralightitalic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-lightitalic-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-italic-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-semibolditalic-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-semibolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-bolditalic-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {

    font-family: 'Source Sans Pro';
    src: url('fonts/sourcesanspro-blackitalic-webfont.woff2') format('woff2'),
    url('fonts/sourcesanspro-blackitalic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

/*  ==========================================================================================================  */
/*                      Bootstrap Resets
/*  ==========================================================================================================  */
@media (min-width: 1200px) {
    .container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .container#ss_stage_container {
        width: 1170px;
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar {
    border: none;
    background: none;
    margin: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav > li.active > a:link {
    background: none;
}

/*  ==========================================================================================================  */
/*                      Main HTML elements
/*  ==========================================================================================================  */
body {
    min-width: 320px;
    background: #fafafa;
}

a:link {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

a:active, a:focus {
    outline: none;
}

b, strong {
    font-weight: bold;
}

/*  ==========================================================================================================  */
/*                      Typo class
/*  ==========================================================================================================  */
body {
    font-family: 'Source Sans Pro', Helvetica, sans-serif !important;
    color: #666666;
    font-size: 15px;
    line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6, .ss_category_label {
    color: #4c4c4c;
    line-height: 1.25em;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 10px;
}

h3 {
    font-size: 20px;
}

h3, h4 {
    font-weight: 400;
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
}

h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: none;
}

/* Button */
.btn-warning {
    color: #fff;
    background-color: #f60;
    border-color: #f60;
}

/* Date Symbol */
.ss_date_col h1, .ss_date_col h2, .ss_date_col h3, .ss_date_col h4 {
    margin: 0;
    padding: 0;
}

.ss_date_col h2, .ss_date_col h3 {
    color: #007fcc;
}

.ss_date_col h3 {
    text-transform: uppercase;
}

/*  ==========================================================================================================  */
/*                     Structurizing elements
/*  ==========================================================================================================  */
#ss_outer_wrapper {
    margin: 0 auto;
    max-width: 1170px;
    box-shadow: 0 0 10px #e5e5e5;
    background: #fff;
}

#ss_content_row, .ss_comment_row {
    margin: 0 0;
}

#ss_stage_innerwrapper {
    max-width: 970px;
    margin: 0 auto;
}

#ss_header_row {
    padding: 20px 0;
}

/*  ==========================================================================================================  */
/*                      Content specific classes
/*  ==========================================================================================================  */
/* Logo */
#ss_logo_col a img {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* Iconbar */
#ss_iconbar_col {
    float: right;
    text-align: right;
}

#ss_iconbar_col a i {
    color: #999;
    padding: 30px 0 30px 40px;
    font-size: 2em;
}

#ss_iconbar_col a:hover i {
    color: #007fcc;
}

#ss_iconbar_col .ss_icon_search {
    display: none;
}

/* Stage */
#ss_stage_container {
    padding-top: 0;
    background-color: #0986D0;
    background-image: url(img/hero-blog2022.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 448px;
    background-size: cover;
}

#ss_stage_row {
    padding-top: 80px;
    padding-bottom: 80px;
}

#ss_stage_container .ws_stage_content {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

#ss_stage_container .ws_stage_content img {
    display: none;
}

.latest-post-box {
    background: white;
    padding: 20px;
    border-radius: 16px;
}

/* Main Content */
#ss_content_col {
    border-right: 1px solid #eeeeee;
}

#ss_author_page #ss_content_col {
    border-right: 0;
}

#ss_full_single_page #ss_content_col {
    border-right: none;
}

/* Loop Content */
#ss_content_col article {
    margin: 40px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eeeeee;
    float: left;
}

#ss_single_article article {
    border-bottom: none;
}

/* The featured image inside looped articles */
.ss_featured_image img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

/* Content image classes */

.container .wp-caption img {
    width: initial;
    max-width: 100%;
    height: auto;
}

div .wp-caption {
    width: 100% !important;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* Date Plate */
#ss_stage_container .ss_date_col {
    background: #fff;
}

.ss_date_col {
    background: #f2f2f2;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.ss_date_col span {
    display: block;
    width: 100%;
    line-height: 1em;
}

.ss_date_day {
    font-size: 30px;
    color: #007fcc;
}

.ss_date_month {
    font-size: 24px;
    color: #007fcc;
    text-transform: uppercase;
}

.ss_date_year {
    font-size: 18px;
}

/* Readon Links */
a.ss_readon_link {
    text-decoration: none;
}

/*noinspection CssNoGenericFontName*/
a.ss_readon_link:after {
    font-family: 'FontAwesome';
    content: "\f18e";
    padding-left: 5px;
}

/* Sidebar */
#ss_sidebar_col {
    padding-top: 40px;
    font-size: 0.875em;
}

/* Sidebar Widget Styles */
#ss_sidebar_col .widget {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.widget h4 {
    margin-left: 24px;
}

/*noinspection CssNoGenericFontName*/
.widget.widget_endo_wrc_widget h4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f007";
    margin-left: -24px;
}

/*noinspection CssNoGenericFontName*/
.widget_recent_entries h4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0c5";
    margin-left: -24px;
}

/*noinspection CssNoGenericFontName*/
.widget_recent_comments h4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f086";
    margin-left: -24px;
}

/*noinspection CssNoGenericFontName*/
.widget_tag_cloud h4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f02b";
    margin-left: -24px;
}

/*noinspection CssNoGenericFontName*/
.widget_nav_menu h4:before, .widget_categoryposts h4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0c9";
    margin-left: -24px;
}

/*noinspection CssNoGenericFontName*/
.widget_search h4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f002";
    margin-left: -24px;
}

/*noinspection CssNoGenericFontName*/
.widget_text h4:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f0f6";
    margin-left: -24px;
}

#ss_sidebar_col ul {
    padding-left: 14px;
}

#ss_sidebar_col ul li:before {
    margin-right: 10px;
}

/* Comments */
#ss_comment_form {
    padding: 20px 0;
}

#ss_comment_output ul {
    padding: 0;
    margin: 0;
}

#ss_comment_output li {
    list-style: none;
    padding: 20px;
    margin: 0;
    border: 1px solid #eeeeee;
    border-bottom: none;
}

#ss_comment_output li:nth-child(odd) {
    background: #fafafa;
}

#ss_comment_output li:last-child {
    border: 1px solid #eeeeee;
}

#ss_comment_output .bypostauthor:before {
    content: "Author";
    background: #5cb85c;
    font-size: .75em;
    color: #fff;
    text-align: center;
    float: right;
    padding: 5px 20px;
    margin-top: -20px;
    margin-right: -20px;
}

#ss_comment_output .comment-author img {
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 999px;
}

/* Author bio */

#ss_author_bio {
    display: flex;
}

#ss_author_bio_name {
    margin-bottom: 8px;
    font-size: large;
}

#ss_author_bio img {
    border-radius: 99px;
    margin: 0 20px 16px 0;
}

/* Search page */
#ss_search_page article img {
    display: none;
}

#ss_search_page article {
    margin: 20px 0 0 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eeeeee;
    float: left;
}

#ss_search_page article strong {
    background: yellow;
    color: #000;
}

/* Authors page */
.author_info_template {
    padding: 40px 0;
}

.author_info_template img {
    float: left;
    width: 100%;
    height: auto;
    border-radius: 999px;
    margin: 20px 0 0 0;
}

#ss_author_page article {
    margin: 0 5% 0 0;
    padding: 0 0 20px 0;
    display: table;
    float: left;
    width: 45%;
    height: 180px;
}

#ss_sidebar_col .author_info_template {
    padding: 0;
}

#ss_sidebar_col .author_info_template img {
    float: right;
    width: 33%;
    height: auto;
    border-radius: 999px;
    margin: 0 0;
}

.ss_author_name {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.ss_author_name img {
    border-radius: 999px;
    float: left;
    margin-right: 10px;
}

/*  ==========================================================================================================  */
/*                      Device resolution specific elements
/*  ==========================================================================================================  */
@media (max-width: 991px) {
    #ss_stage_container {
        background-image: none;
    }


    #ss_content_col {
        border-right: none;
    }

    .container {
        border-left: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
    }

    #ss_header_row {
        padding: 10px 0;
    }
}

@media (max-width: 761px) {
    .ss_category_label {
        display: none;
    }


    .navbar-collapse ul li {
        border-bottom: 1px solid #eeeeee;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        font-size: 1.5em;
    }

    h1, h2, h3, h4, h5, h6 {
        word-break: break-word;
    }

    /* Stage Row vertical padding */
    #ss_stage_row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #ss_logo_col, #ss_iconbar_col {
        text-align: center;
    }

    #ss_header_row {
        padding: 0;
    }

    #ss_iconbar_col a i {
        color: #999;
        padding: 30px 10px;
        font-size: 2em;
    }

    #ss_author_bio {
        flex-direction: column;
        align-items: center;
    }

    #ss_author_bio_name {
        text-align: center;
    }
}

/*  ==========================================================================================================  */
/*                      Nav elements
/*  ==========================================================================================================  */
/*noinspection CssReplaceWithShorthandSafely*/
#ss_menu_row {
    background: url(img/hor_sep.jpg), url(img/hor_sep.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
}

#ss_navbar {
    overflow: hidden;
}

.ss_category_label {
    line-height: 50px;
    height: 50px;
}

.nav.navbar-nav > li > a, .nav.navbar-nav > li.active > a {
    color: #007fcc;
}

.navbar-nav > li.active > a:link {
    font-weight: bold;
}

.navbar-toggle {
    max-width: 60px;
    float: none;
    margin: 10px auto;
    border-radius: 0;
    border: 4px solid #000;
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    width: 100%;
    border: 2px solid #000;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:focus {
    color: #007fcc;
    background: none;
    border-bottom: 2px solid transparent;
    padding: 14px 10px;
    font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.current-menu-item a:link {
    color: #666666;
    background: none;
    border-bottom: 2px solid #007fcc;
}

.nav.navbar-nav.navbar-right {
    font-size: 11px;
    border-left: 1px solid #eee;
}

.nav.navbar-nav.navbar-right > li > a {
    font-size: 11px;
}

/* Footer menu */
#ss_footer_row {
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
    color: gray;
    font-size: 0.875em;
}

#menu-footer-menue {
    padding: 0;
    margin: 0;
}

#menu-footer-menue li {
    display: inline;
    padding: 0 10px;
    border-right: 1px solid #eeeeee;
}

#menu-footer-menue li:first-child {
    padding-left: 0;
}

#menu-footer-menue a {
    color: gray;
}

.smde-footer-cookie-settings {
    margin-top: 20px;
    font-size: 1.25rem;
}

.smde-footer-cookie-settings a:link,
.smde-footer-cookie-settings a:visited {
    color: rgba(0, 0, 0, 0.5);
}


/************** Newsletter Popup ********************/
.newsletter_popup form {
    margin-bottom: 40px;
    padding: 20px;
    background: #eee;
    float: left;
    display: block;
    width: 100%;
    border-radius: 6px;
}

.newsletter_popup {
    padding: 40px;
}

.newsletter_popup .btn-lg {
    height: 44px;
}

@media (max-width: 761px) {
    .visiblebox {
        display: none !important;
    }
}

/************** Neuwaerts Redesign mar 2016 ********************/
.smst_article_title a, .smst_article_title span {
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 400;

}

.smst_article_title, .ss_show_category {
    text-align: center;
}

h2.smst_article_title {
    padding: 20px 0;
}

.ss_readon_link {
    display: block;
    text-align: center;
    font-size: 36px;
    margin: 20px 0;
}

#ss_content_col p {
    margin: 0 0 30px 0;
}

.entry-content {
    display: inline-block
}

.enumeration ul{
    margin-top: -18px;
    margin-bottom: 25px !important;
}

/************** Dropdown for Desktop´s ****************/
@media (min-width: 768px) {
    ul.children {
        display: none;
    }

    .menu-item:hover {
        display: block;
        height: auto;
    }

    .menu-item:hover ul.children, .menu-item ul.children:hover {
        display: inline;
        position: absolute;
        background-color: #fff;
        padding: 0;
    }

    .menu-item ul.children li {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        float: left;
    }

    .menu-item ul.children li a, .menu-item.current-menu-item ul.children li a {
        padding: 10px 20px;
        display: block;
        border: none !important;
        min-width: 240px;
    }

    .menu-item ul.children li a:hover, .menu-item.current-menu-item ul.children li a:hover {
        text-decoration: none;
        background-color: #007fcc;
        color: #fff;
        border: none !important;
    }
}

@media (max-width: 767px) {
    ul.children li {
        list-style: square;
        font-size: 14px;
    }
}

/** Reading Progress Bar **/
#reading-progress {
    position: fixed;
    top: 0;
    width: 100%;
    height: 5px;
    margin: 0;
    left: 0;
    z-index: 999999;
}

#reading-progress .bar {
    height: 10px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    border-radius: 0 1px 1px 0;
    color: white;
    background: #0986D0;
    box-shadow: rgb(9, 134, 208) 0 0 5px;
}

/** Reading Time **/
.reading-time {
    display: contents;
}


