/*
 Theme Name:   Twenty Fifteen Child 4.0
 Description:  Twenty Fifteen Child Theme
 Author:       Nico Hartung
 Author URI:   https://www.loggn.de
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
 Updated:      2024-08-30
*/


mark,
ins {
    /* background-color: #fff9c0; */
    background-color: #ffffff;
    text-decoration: none;
}

.textwidget .fb_iframe_widget {
    margin: 0;
    padding: 0;
}

span.widget-title {
    display: block;
    clear: both;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

blockquote {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (min-width: 38.75em) {
    .social-navigation {
        /* margin-bottom: 11.1111%; */
        /* Like Box FB G+ */
        margin-bottom: 3.1111%;
    }
}

@media screen and (min-width: 46.25em) {
    span.widget-title {
        margin: 0 0 1.5em;
        }

    blockquote {
        font-size: 15px;
        font-size: 1.5rem;
    }
}


@media screen and (min-width: 55em) {
    blockquote {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 59.6875em) {
    .social-navigation {
        /* margin: 0 20% 20%; */
        /* Like Box FB G+ */
        margin: 0 20% 3%;
    }

    blockquote {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 68.75em) {
    blockquote {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 77.5em) {
    blockquote {
        font-size: 17px;
        font-size: 1.7rem;
    }
}