/*
Theme Name: 
Description: 
Author: Merkwert - Agentur fÃ¼r nachhaltige Kommunikation
Author URI: www.merkwert.de
*/
/* HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
    }
audio, canvas, progress, video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
    }
audio:not([controls]) {
    display: none;
    height: 0
    }
[hidden], template {
    display: none
    }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden
    }
/* =========== Anfang ============= */
* {
    margin: 0;
    padding: 0
    }
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
    }
ul {
    list-style-type: none
    }
body, html {
    overflow-x: hidden
    }
body {
    color: #333;
    background: #fff;
    padding: 2.25em 0;
    background: url(images/HG-Body_rainbow.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center
    }
body:before {
    content: "";
    position: fixed;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 100;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8)
    }
/* =========== wrapper ============= */
#wrapper {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
    background: #fff
    }
/* =========== clearfix ============= */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
    }
* html .clearfix {
    zoom: 1
    }
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1
    }
/* IE7 */
/* =========== header ============= */
header {
    padding: 5px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 5px 6px -6px #777;
    -moz-box-shadow: 0 5px 6px -6px #777;
    box-shadow: 0 5px 6px -6px #777;
    height: 120px
    }
.logo_header {
    width: 12em
    }
.logo_header:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
    }
/* =========== Navigation ============= */
nav > input {
    display: none;
    visibility: hidden
    }
header nav label {
    top: -3.125em;
    left: 85%;
    margin: 0;
    position: relative
    }
header nav label:before {
    content: "";
    font-family: FontAwesome;
    position: relative;
    font-size: 1.5em;
    color: #3794A6
    }
header nav input:checked ~ label:before {
    content: "";
    font-family: FontAwesome;
    color: #3794A6
    }
header nav > ul {
    transform: translatex(-120%);
    transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in
    }
header nav > input:checked ~ ul {
    transform: translatex(0);
    padding: 1.25em;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95)
    }
#menu-hauptmenue li a {
    color: #3794A6;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    border-left: 1px solid #3794A6;
    margin: 4px 0;
    padding: 0 0 0 4px;
    display: block
    }
#menu-hauptmenue .sub-menu li a {
    border-left: none;
    margin-left: 20px;
    font-size: 16px
    }
#menu-hauptmenue li.current-menu-item a {
    background: #3794A6;
    color: #fff
    }
#menu-hauptmenue li.current-menu-item .sub-menu li a {
    background: none;
    color: #3794A6
    }
/* =========== Homepage ============= */
.home main {
    width: 100%;
    top: 60px
    }
.info_home {
    margin: 5px 0;
    padding: 20px 0
    }
.info_home h2 {
    color: #fff;
    text-shadow: 2px 2px 2px rgb(253, 97, 90);
    font-size: 36px;
    margin: 0 0 30px 10px
    }
.info_home a:link {
    color: #000;
    text-decoration: none
    }
.info_home:before {
    content: "";
    height: 8px;
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    top: -20px;
    border-top: 2px dashed rgb(55, 148, 166)
    }
.info_home:nth-of-type(1) {
    background-color: rgb(55, 148, 166);
    background: url(images/bg_element-1.png)
    }
.info_home:nth-of-type(2) {
    background-color: rgb(30, 214, 217);
    background: url(images/bg_element-2.png)
    }
.info_home:nth-of-type(3) {
    background-color: rgb(168, 227, 122);
    background: url(images/bg_element-3.png)
    }
.info_home:nth-of-type(3):after {
    content: "";
    height: 8px;
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    top: 28px;
    border-bottom: 2px dashed rgb(55, 148, 166)
    }
.info_home p {
    font-size: 18px;
    font-family: "Libre Franklin", sans-serif;
    line-height: 120%;
    padding: 20px 0 0 0
    }
.info_home p:first-letter {
    padding: 0 0 0.5em 0;
    font-size: 300%;
    margin: 1em 0 0 0
    }
.teaser_content {
    background: rgba(255, 255, 255, 0.6);
    padding: 10px
    }
.info_home a:link, .info_home a:visited {
    color: #000;
    border-bottom: none
    }
.teaser_content:hover, .teaser_content:focus, .teaser_content:active, .info_home a:hover, .info_home a:focus, .info_home a:active {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
    }
.teaser_content:hover {
    box-shadow: inset 0 0 0 6px #fff
    }
.attachment-home-thumb {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff
    }
.thumb_home {
    max-width: 50%;
    margin: 0 0 10px 5px
    }
@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        } 30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        } 50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
        } 65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        } 80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
        } 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        }
    }
@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
        } 30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        } 50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
        } 65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
        } 80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
        } 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        }
    }
/* =========== breadcrunb ============= */
#breadcrumbs {
    margin: 0 -1em 1em -1em;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 1em 0 1em
    }
#breadcrumbs li {
    display: inline-block;
    margin: 0 0.5em 0 0;
    font-family: "Libre Franklin", sans-serif;
    color: rgb(55, 148, 166);
    font-size: 14px;
    padding: 0.125em 0 0 0
    }
#breadcrumbs li.item-current {
    color: #000;
    font-weight: 400
    }
#breadcrumbs li a {
    text-decoration: none;
    color: rgb(55, 148, 166);
    border-bottom: none !important
    }
#breadcrumbs li a:hover {
    background: rgb(55, 148, 166);
    color: #fff
    }
/* =========== inhalte ============= */
main {
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 10px;
    position: relative;
    top: 60px;
    z-index: 20;
    background: #fff
    }
.aufmacher {
    margin: -20px -150px -60px -22px;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: -1;
    border: 10px solid #fff
    }
article {
    background: #fff;
    margin: 0 -1em;
    padding: 0 1em
    }
.page main, .archive main {
    border-left: 2px solid rgb(55, 148, 166)
    }
main h1, h2, h3, h4 {
    font-family: "Cabin Sketch", cursive
    }
main h2 {
    font-size: 28px;
    color: rgb(55, 148, 166);
    font-weight: 700;
    padding: 0.25em 0 0.5em 0
    }
main h3 {
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 0.5em 0
    }
main h4 {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 0.25em 0
    }
main p {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    margin: 0 0 0.5em 0;
    line-height: 110%
    }
main a:link, main a:visited {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #000
    }
main a:hover, main a:focus, main a:active {
    color: #3794A6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
    }
a.glossaryLink {
    color: #000
    }
a.glossaryLink:before {
    content: url(images/info.png)
    }
.link-image {
    text-decoration: none;
    border: 0 none
    }
article ul li {
    font-family: "Quicksand", sans-serif;
    margin: 0 0 1em 2em;
    font-size: 18px;
    line-height: 120%;
    text-indent: -1em
    }
article ul li:before {
    content: "✓";
    padding: 0 5px 0 0;
    color: #3794A6
    }
/* =========== Materialien ============= */
.searchandfilter {
    padding: 0 1em 1em 1em;
    border-left: 4px solid rgb(55, 148, 166)
    }
.searchandfilter h4 {
    font-size: 24px !important;
    padding: 0 0 0 0.125em
    }
.page-template-page-material h3, .archive h3 {
    font-size: 20px
    }
ul.taxonomie {
    margin: 0 0 1em 0
    }
ul.taxonomie li {
    display: inline-block;
    font-size: 14px;
    margin: 0 0.25em;
    font-family: "Quicksand", sans-serif;
    text-indent: 0
    }
ul.taxonomie li a {
    text-decoration: none;
    color: #000;
    padding: 0 0.25em;
    border-left: 2px solid rgb(55, 148, 166)
    }
ul.taxonomie li a:hover {
    background: rgb(55, 148, 166);
    color: #fff
    }
ul.taxonomie li:before {
    content: "";
    margin: 0;
    padding: 0
    }
.zusatzinfos li {
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-indent: 0
    }
.zusatzinfos li:before {
    content: ""
    }
.postform {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    padding: 0.125em;
    background: #fff;
    border: none
    }
input [value="Filtern"] {
    display: none
    }
.attachment-archive-thumb {
    max-width: 33%;
    height: auto;
    margin: 0 0 5px 0
    }
body.page-template-page-material article {
    padding: 25px 10px 0 10px
    }
body.page-paged-2 .searchandfilter, body.page-paged-2 h2:nth-of-type(2), body.page-paged-3 .searchandfilter, body.page-paged-3 h2:nth-of-type(2), body.page-paged-4 .searchandfilter, body.page-paged-4 h2:nth-of-type(2), body.page-paged-5 .searchandfilter, body.page-paged-5 h2:nth-of-type(2) {
    display: none;
    visibility: hidden
    }
/* =========== gloassar ============= */
#glossaryList-nav {
    display: none;
    visibility: hidden
    }
#glossaryList li:before {
    content: ""
    }
#glossaryList li a {
    border: 1px solid rgb(55, 148, 166);
    font-family: "Quicksand", sans-serif
    }
#glossaryList li a:hover, #glossaryList li a:focus, #glossaryList li a:active {
    background: rgb(55, 148, 166);
    color: #fff;
    font-weight: 700
    }
a.glossaryLink::before {
    padding: 0 3px 0 0
    }
#ttcont {
    background: #3794A6 !important;
    font-family: "Quicksand", sans-serif
    }
/* =========== Paginierung ============= */
.pagination {
    font-family: "Quicksand", sans-serif;
    margin: 20px 0 0 0
    }
.page-numbers {
    border: 1px solid rgb(55, 148, 166);
    border-bottom: 1px solid rgb(55, 148, 166) !important;
    text-decoration: none;
    color: rgb(55, 148, 166);
    padding: 0.25em 0.5em
    }
.page-numbers:hover, .current {
    background: rgb(55, 148, 166);
    color: #fff;
    border-left: 2px solid rgb(30, 214, 217)
    }
/* =========== sidebar ============= */
aside {
    width: 100%;
    position: relative;
    top: 80px
    }
aside li {
    list-style-type: none;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    border: 4px solid #fff;
    box-shadow: 1px 2px 4px rgba(55, 148, 166, 0.7);
    margin: 0 0 15px 0
    }
aside p {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 110%;
    margin: 0 0 1em
    }
.widget_black_studio_tinymce p {
    padding: 1em 10px
    }
aside a:link, aside a:visited {
    color: #000;
    border-bottom: 1px dotted #000;
    text-decoration: none
    }
aside a img.alignleft {
    margin: 0.25em 0.5em 0.25em 0
    }
/* =========== footer ============= */
footer {
    clear: both;
    height: 100px;
    padding: 20px;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    position: relative;
    top: 60px;
    background: #fff;
    height: 220px
    }
#footer-wrap {
    padding: 1.5em 0 0 0
    }
.home footer {
    top: 60px
    }
#menu-service {
    width: 50%
    }
#logos {
    width: 50%;
    margin: -5em 0 0 50%
    }
#logos li {
    display: inline-block;
    margin: 0 0 0 2em
    }
#logos li:nth-child(1) img {
    display: block;
    margin: 0.25em 0 1em 0;
    width: 5em
    }
#logos li:nth-child(2) img {
    display: block;
    margin: 0.25em 0 0 0;
    width: 10em
    }
#menu-service li a {
    text-decoration: none;
    color: rgb(55, 148, 166);
    margin: 0 0 1em 0;
    display: block;
    width: 20%
    }
#menu-service li a:hover, #menu-service li a:focus, #menu-service li a:active {
    background: rgb(55, 148, 166);
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
    }
/* =========== images ============= */
img {
    border: 0;
    max-width: 100%;
    height: auto
    }
/* ==========================================================================
   media Queries - mobile devices
   ========================================================================== */
@media only screen and (min-width: 600px) {
    .flex-container, .page-template-page-material article, .archive article {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%
        }
    .thumb_home, .teaser_content {
        max-width: 450px;
        flex-basis: 300px;
        flex-shrink: 0
        }
    }
@media only screen and (min-width: 800px) {
    header {
        height: 10em;
        transition: height 0.3s ease-in-out;
        padding: 20px
        }
    header.sticky {
        height: 7em
        }
    header .logo_header {
        width: 15em;
        transition: width 0.6s ease-in-out
        }
    header.sticky .logo_header {
        width: 11em;
        position: relative;
        top: -1em
        }
    /* =========== MenÃ¼ ============= */
    header nav > ul {
        transform: translatex(0);
        height: auto
        }
    input[id="toggle-mobile-menu"] {
        display: none;
        visibility: hidden
        }
    header nav label:before, header nav input:checked ~ label:before {
        content: ""
        }
    #menu-hauptmenue, .no-touch #menu-hauptmenue {
        width: 80%;
        margin: -8em 0 0 30%
        }
    header.sticky #menu-hauptmenue {
        margin: -6em 0 0 30%
        }
    #menu-hauptmenue li {
        display: inline-block;
        padding: 12px;
        border-left: 4px solid rgb(55, 148, 166);
        margin: 0 0.75em 0 0;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translatez(0);
        transform: translatez(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s
        }
    #menu-hauptmenue li:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgb(55, 148, 166);
        -webkit-transform: scalex(0);
        transform: scalex(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
        }
    #menu-hauptmenue li:hover a, #menu-hauptmenue li:focus a, #menu-hauptmenue li:active a {
        color: white;
        font-weight: 700
        }
    #menu-hauptmenue li:hover:before, #menu-hauptmenue li:focus:before, #menu-hauptmenue li:active:before {
        -webkit-transform: scalex(1);
        transform: scalex(1)
        }
    #menu-hauptmenue li.current-menu-item, #menu-hauptmenue li.current-page-ancestor {
        background: rgb(55, 148, 166);
        border-left: 4px solid rgb(30, 214, 217);
        font-weight: 700
        }
    #menu-hauptmenue li.current-menu-item a {
        color: #fff;
        font-weight: 700
        }
    #menu-hauptmenue li a {
        color: #000;
        text-decoration: none;
        font-family: "Quicksand", sans-serif;
        font-size: 20px;
        border-left: none;
        padding: 0;
        margin: 0
        }
    #menu-hauptmenue .sub-menu, header.sticky #menu-hauptmenue li.current-menu-item > .sub-menu, header.sticky #menu-hauptmenue li.current-page-ancestor > .sub-menu {
        display: none;
        visibility: hidden
        }
    #menu-hauptmenue li.current-menu-item > .sub-menu, #menu-hauptmenue li.current-page-ancestor > .sub-menu {
        position: absolute;
        top: 3.5em;
        left: -10em;
        display: inline-block;
        visibility: visible;
        float: left;
        width: 300%
        }
    #menu-hauptmenue li.current-menu-item > .sub-menu li a {
        color: #000;
        padding: 0
        }
    #menu-hauptmenue .sub-menu li.current-menu-item a, #menu-hauptmenue li.current-page-ancestor a {
        color: #fff
        }
    .no-touch #menu-hauptmenue .sub-menu {
        opacity: 0;
        visibility: hidden;
        display: block;
        position: absolute;
        top: 3em;
        left: -0.25em;
        border-left: 2px solid rgb(55, 148, 166);
        background: #fff;
        height: 0
        }
    .no-touch #menu-hauptmenue li.current-menu-item > .sub-menu, .no-touch #menu-hauptmenue li.current-page-ancestor > .sub-menu {
        top: 3em;
        left: -0.25em;
        display: block;
        width: 100%
        }
    #menu-hauptmenue .sub-menu li {
        border: none
        }
    #menu-hauptmenue .sub-menu li a {
        color: #000;
        text-shadow: none;
        font-weight: 400;
        font-size: 16px;
        padding: 0.25em 0;
        margin: 0
        }
    #menu-hauptmenue .sub-menu li:hover a {
        color: #fff
        }
    .no-touch #menu-hauptmenue li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
        transition: all 1.5s ease-out
        }
    .teaser_wrap, #header-wrap, #footer-wrap {
        max-width: 980px;
        margin: 0 auto
        }
    .thumb_home {
        margin: 0 84px 0 0
        }
    .bild-material {
        flex-grow: 1;
        flex-basis: 25%;
        padding: 0 5px
        }
    .text-material {
        flex-grow: 3;
        flex-basis: 50%
        }
    .attachment-archive-thumb {
        float: left;
        max-width: 150px;
        height: auto
        }
    body.page-paged-2 .searchandfilter, body.page-paged-2 h2:nth-of-type(2), body.page-paged-3 .searchandfilter, body.page-paged-3 h2:nth-of-type(2), body.page-paged-4 .searchandfilter, body.page-paged-4 h2:nth-of-type(2), body.page-paged-5 .searchandfilter, body.page-paged-5 h2:nth-of-type(2) {
        display: block;
        visibility: visible
        }
    .page-template-page-material h3, .archive h3 {
        flex-grow: 1;
        flex-basis: 25%
        }
    .page-template-page-material article, .archive article {
        margin: 1em 0
        }
    /* =========== inhalte ============= */
    .aufmacher {
        margin: -20px -150px -60px -22px;
        height: 360px;
        overflow: hidden;
        position: relative;
        top: 0;
        z-index: -1;
        border: 10px solid #fff
        }
    main {
        width: 70%;
        padding: 20px;
        float: left;
        top: 120px
        }
    .home main {
        top: 200px
        }
    main h2 {
        font-size: 36px;
        padding: 0.5em 0 1em 0
        }
    main h3 {
        font-size: 26px;
        font-weight: 400;
        padding: 0 0 1em 0
        }
    main h4 {
        font-size: 22px;
        font-weight: 400;
        padding: 0 0 0.75em 0
        }
    main p {
        font-family: "Quicksand", sans-serif;
        font-size: 18px;
        margin: 0 0 1em 0;
        line-height: 120%
        }
    .page-template-page-material main, .archive main {
        width: 100%
        }
    /* =========== sidebar ============= */
    aside {
        width: 25%;
        float: left;
        position: relative;
        z-index: 50;
        top: 540px;
        left: 20px;
        min-height: 250px
        }
    /* =========== Footer ============= */
    .home footer {
        top: 180px
        }
    footer {
        top: 120px
        }
    #logos {
        width: 70%;
        margin: -4em 0 0 50%
        }
    #logos li {
        display: inline-block;
        margin: 0 0 0 2em
        }
    #logos li:nth-child(1) img {
        display: block;
        margin: 1em 0 0 0;
        width: 7em
        }
    #logos li:nth-child(2) img {
        display: block;
        margin: 1em 0 0 0;
        width: 16em
        }
    }
@media only screen and (min-width: 1024px) {
    header {
        height: 16em
        }
    header .logo_header {
        width: 22em
        }
    #menu-hauptmenue, .no-touch #menu-hauptmenue {
        width: 60%;
        margin: -10em 0 0 42%
        }
    header.sticky #menu-hauptmenue {
        margin: -6em 0 0 42%
        }
    main {
        top: 220px
        }
    .bild-material:after {
        border-color: transparent transparent transparent rgb(55, 148, 166);
        border-style: solid;
        border-width: 40px;
        /* Pseudo-Element stylebar machen */
        content: " ";
        display: block;
        height: 0;
        width: 0;
        /* Pseudo-Element positionieren */
        position: relative;
        left: 10em
        }
    footer {
        top: 220px
        }
    }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0.3125em 1.25em 1.25em 0
    }
.aligncenter, div.aligncenter {
    display: block;
    margin: 0.3125em auto 0.3125em auto
    }
.alignright {
    float: right;
    margin: 0.3125em 0 1.25em 1.25em
    }
.alignleft {
    float: left;
    margin: 0.3125em 1.25em 1.25em 0
    }
a img.alignright {
    float: right;
    margin: 0.3125em 0 1.25em 1.25em
    }
a img.alignnone {
    margin: 0.3125em 1.25em 1.25em 0
    }
a img.alignleft {
    float: left;
    margin: 0.3125em 1.25em 1.25em 0
    }
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.wp-caption {
    background: #fff;
    border: 0.0625em solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 0.3125em 0.1875em 0.625em;
    text-align: center
    }
.wp-caption.alignnone {
    margin: 0.3125em 1.25em 1.25em 0
    }
.wp-caption.alignleft {
    margin: 0.3125em 1.25em 1.25em 0
    }
.wp-caption.alignright {
    margin: 0.3125em 0 1.25em 1.25em
    }
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
    }
.wp-caption p.wp-caption-text {
    font-size: 0.6875em;
    line-height: 1.0625em;
    margin: 0;
    padding: 0 0.25em 0.3125em
    }
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(0.0625em, 0.0625em, 0.0625em, 0.0625em);
    position: absolute !important;
    height: 0.0625em;
    width: 0.0625em;
    overflow: hidden
    }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0.1875em;
    box-shadow: 0 0 0.125em 0.125em rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875em;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.3125em;
    line-height: normal;
    padding: 0.9375em 1.4375em 0.875em;
    text-decoration: none;
    top: 0.3125em;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
    }