/*
 Theme Name:   Busen Theme
 Description:  Responsive Child für Martin Busen
 Author:       Ole Mollenhauer
 Author URI:   https://www.olemollenhauer.de
 Template:     responsive
 Version:      1.0
 Text Domain:  busen
*/
html {
    scroll-behavior: smooth;
}
body {
    color: #1b1b1e;
}
#logo {
    /*background-color: rgb(0,0,0,0.7);*/
    position: absolute;
    padding: 0 10px;
    top: 40px;
    clear:both;
    height:150px;
}
#header {
 height: 60px;
}
.marquee {
    top: 70px;
    height: 65px;
}
#wrapper {
    top: 20px;
}
#featured-image p {
    padding: 0;
}
.featured-subtitle{
    display: none;
}

#featured-content p {
    padding: 0 10px;
    color: #96031a;
    font-weight: 700;
    line-height: 1.4;
    font-family: Open Sans;
    font-size: 2em;
    margin-top: .75em;
}
#main-nav{
    position:relative;
    top: -50px;
}

.site-name {
    font-size: 3em;
    padding-top: 0;
    display: inline-block;
}

.site-description {
    font-size: 2em;
    display: inline-block;
}

.full-width-no-box .site-name a {
    color: #96031a;
    color: white;
}

.site-description {
    color: white;
}

.social_div {
    padding: 0;
}

.full-width-no-box #footer-wrapper .footer_div {
    padding: 1% 0;
}

#footer * {
    color: #1b1b1e;
    font-size: 13px;
}
.post-meta .timestamp {
    border-right: none;
}
@media screen and (max-width: 650px) {
    .js .main-nav #responsive_current_menu_item {
        min-height: 2em;
    }

}



.hidden { display: none; }

body.full-width-no-box #wrapper {
    margin-top: 15px;
}

@media screen and (max-width: 1100px) {
    body.full-width-no-box #wrapper {
        margin-top: 80px;
    }

    body.home.full-width-no-box #wrapper {
        margin-top: 60px;
    }

    #wrapper #content-full .page {
        padding-left:10px;
    }

}

body.full-width-no-box div#footer {
    margin-top: 50px;
}