/*
Theme Name: making-africa
Theme URI: 
Author: Korbinian Polk
Author URI: http://www.korbinianpolk.de
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: making-africa
Tags:
*/
/*------------------------------------------------------------------------------
  	GLOBAL STYLES                                                             
------------------------------------------------------------------------------*/
/*  BASE
    normalize & reset
------------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, #page {
  margin: 0;
  background: #e5e5e5;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 500;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

table {
  margin: 0 0 20px;
  width: 100%;
}

/*  TYPOGRAPHY
    global text styles
------------------------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #010101;
  font-size: 18px;
  line-height: 20px;
  font-family: "akzidenz-grotesk", helvetica, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #010101;
  font-weight: 500;
  text-decoration: none;
}
article a {
  color: red;
}
a:hover, a:focus, a:active {
  color: #010101;
}
a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: none;
  color: #010101;
}

dfn, cite, em, i, strong {
  font-style: normal;
}

blockquote {
  margin: 0 20px;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

hr {
  background-color: #a4a4a2;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

/*	LISTS
------------------------------------------------------------------------------*/
ul, ol {
  margin: 0 0 20px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 20px;
}

dt {
  font-weight: 500;
}

dd {
  margin: 0 20px 20px;
}

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*	IMAGES
------------------------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

figure {
  margin: 0;
}

/*	FORMS
------------------------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*  LAYOUT
    the layout is based on a 25*48px grid with 10px gutters.
--------------------------------------------------------------------------------

0    - 384  |	5       288	    5                           |	mobile
384  - 672  |	48      288     48                          |	mobile
672  - 960  |	288     48      288     48                  |	tablet
960  - 1248 |	288     48      288     288     48          |	desktop small
1248 - 1536 |	288     48      288     288     288     48  |	desktop big

------------------------------------------------------------------------------*/
.row {
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.site-page {
  width: 100%;
}
.site-page:after {
  content: "";
  display: table;
  clear: both;
}

.site-header, .site-nav, .site-content, .site-subcontent, .site-footer {
  margin: 0 5px;
}
@media (min-width: 672px) {
  .site-header, .site-nav, .site-content, .site-subcontent, .site-footer {
    margin: 0 48px;
  }
}

.site-main {
  float: left;
  width: 100%;
}
@media (min-width: 700px) {
  .site-main {
    padding-left: 288px;
  }
}

.site-sidebar {
  width: 288px;
}
@media (max-width: 672px) {
  .site-sidebar {
    display: none;
  }
}
@media (min-width: 700px) {
  .site-sidebar {
    border-right: 5px solid #010101;
    overflow: hidden;
    position: fixed;
    height: 100%;
    background: #010101;
  }
}

.site-title, .site-subtitle {
  float: left;
  max-width: 288px;
  margin-bottom: 20px;
}
@media (min-width: 384px) and (max-width: 975px) {
  .site-title, .site-subtitle {
    width: 50%;
  }
}
@media (min-width: 975px) and (max-width: 1119px) {
  .site-title, .site-subtitle {
    width: 192px;
  }
}

.site-branding {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 975px) and (max-width: 1119px) {
  .site-branding {
    width: 192px;
    float: right;
    height: 93px;
  }
}
@media (min-width: 1120px) {
  .site-branding {
    width: 144px;
    float: right;
    height: 139px;
  }
}
@media (min-width: 975px) {
  .site-branding .brand {
    float: right;
  }
}
@media (min-width: 975px) and (max-width: 1119px) {
  .site-branding .brand .logo {
    height: 50px;
  }
}
.site-branding .social {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 975px) and (max-width: 1119px) {
  .site-branding .social {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .site-branding .social li, .site-branding .social li a {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .site-branding .social li img, .site-branding .social li a img {
    width: 16px;
    height: 16px;
  }
}

.articles {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.articles .article {
  max-width: 288px;
  width: 25%;
  display: inline-block;
  padding-right: 1px;
  vertical-align: top;
  font-size: 0;
  padding-right: 5px;
}
.articles .article img {
  width: 100%;
}
@media (min-width: 300px) and (max-width: 601px) {
  .articles .article {
    width: 50%;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .articles .article {
    width: 33.3333%;
  }
}
@media (min-width: 700px) and (max-width: 960px) {
  .articles .article {
    width: 50%;
  }
}
@media (min-width: 960px) and (max-width: 1248px) {
  .articles .article {
    width: 50%;
  }
}
@media (min-width: 1000px) and (max-width: 1248px) {
  .articles .article {
    width: 33.3333%;
  }
}
@media (min-width: 1248px) and (max-width: 1536px) {
  .articles .article {
    width: 25%;
  }
}
@media (min-width: 1536px) and (max-width: 1824px) {
  .articles .article {
    width: 20%;
  }
}
@media (min-width: 1824px) {
  .articles .article {
    width: 16.66666%;
  }
}

.flexbox .articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 300px) and (max-width: 601px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
  }
}
@media (min-width: 700px) and (max-width: 960px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 960px) and (max-width: 1248px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 1000px) and (max-width: 1248px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
  }
}
@media (min-width: 1248px) and (max-width: 1536px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
@media (min-width: 1536px) and (max-width: 1824px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
@media (min-width: 1824px) {
  .flexbox .articles .article {
    -webkit-flex-basis: 16.66666%;
        -ms-flex-preferred-size: 16.66666%;
            flex-basis: 16.66666%;
  }
}

#page #main .hentry {
  background: red;
}
#page #main .hentry .entry-left {
  float: left;
  width: 100%;
  max-width: 576px;
}
@media (min-width: 975px) {
  #page #main .hentry .entry-left {
    padding-right: 48px;
    width: 66.6666%;
  }
}
@media (min-width: 1248px) {
  #page #main .hentry .entry-left {
    width: 75%;
  }
}
@media (min-width: 1536px) {
  #page #main .hentry .entry-left {
    width: 60%;
  }
}
@media (min-width: 1824px) {
  #page #main .hentry .entry-left {
    width: 50%;
  }
}
#page #main .hentry .attachment {
  float: right;
  width: 100%;
}
@media (min-width: 975px) {
  #page #main .hentry .attachment {
    width: 33.3333%;
  }
}
@media (min-width: 1248px) {
  #page #main .hentry .attachment {
    width: 25%;
  }
}
@media (min-width: 1536px) {
  #page #main .hentry .attachment {
    width: 40%;
  }
}
@media (min-width: 1824px) {
  #page #main .hentry .attachment {
    width: 50%;
  }
}

.flexbox #page #main .hentry .attachment ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 975px) {
  .flexbox #page #main .hentry .attachment ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-right: 5px;
  }
}
@media (min-width: 1248px) {
  .flexbox #page #main .hentry .attachment ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 1536px) {
  .flexbox #page #main .hentry .attachment ul li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (min-width: 1824px) {
  .flexbox #page #main .hentry .attachment ul li {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
  }
}

/*	PRINT
------------------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .site-title-and-tagline, .call-to-action, nav, .links, .sidebar, .tab-container, .sub, .wohnbereich, .stil, .altersgruppe, .seo, .site-info {
    display: none;
  }

  .branding {
    display: block !important;
  }
}
/*  ACCESSIBILITY
------------------------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*------------------------------------------------------------------------------
	HELPERS
------------------------------------------------------------------------------*/
/*	UTILITIES
------------------------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.nobr {
  white-space: nowrap;
}

/*------------------------------------------------------------------------------
	MODULES
------------------------------------------------------------------------------*/
/*  FIGURES
    styles for images with links
------------------------------------------------------------------------------*/
.hentry.has-post-thumbnail,
#subcontent .entry,
.attachment li {
  spadding-right: 5px;
}

/*

.entry-content img {
	opacity: 1;
	transition: opacity .2s;
}

.entry-content img:hover {
	opacity: .5;
	transition: opacity .2s;
}

.entry-content a {
	background: red;
	overflow: hidden;
	display: block;
	.entry-left & {
		display: inline;
	}
}*/
.article .thumb, .attachment figure {
  -webkit-transition: background .5s;
          transition: background .5s;
}
.article .thumb:hover, .attachment figure:hover {
  background: red;
  -webkit-transition: background .1s;
          transition: background .1s;
}
.article .thumb img, .attachment figure img {
  -webkit-transition: opacity .5s;
          transition: opacity .5s;
}
.article .thumb:hover img, .attachment figure:hover img {
  opacity: .5;
  -webkit-transition: opacity .1s;
          transition: opacity .1s;
}

/*  SOCIAL
    social media buttons
------------------------------------------------------------------------------*/
.social {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
}
.social li {
  margin: 0 0 0 2px;
  padding: 0;
  float: left;
}
.social li a {
  display: block;
  width: 24px;
  height: 24px;
}

/*  ATTACHMENTS
    images  which are displayed on posts and pages
    aside of the primary column.
------------------------------------------------------------------------------*/
.attachment {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 5px;
}

.attachment ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.attachment ul li {
  margin: 0;
  margin-bottom: 40px;
}
.attachment figure {
  position: relative;
}
.attachment .attachment-caption p {
  margin: 0;
}

.attachment figcaption, .attachment-title {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

.attachment-caption {
  position: absolute;
  top: 0;
  color: #010101;
  padding: 5px;
  max-width: 288px;
  font-weight: normal;
}
.attachment-caption p {
  font-weight: normal !important;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal;
}

.attachment figure .attachment-caption {
  opacity: 0;
}

.attachment figure:hover .attachment-caption {
  opacity: 1;
}

.attachment-title {
  position: relative;
  padding: 5px 0;
  max-width: 288px;
  overflow: hidden;
}

/*------------------------------------------------------------------------------
	PAGES
------------------------------------------------------------------------------*/
/*  SPLASHPAGE
    the animated opener
------------------------------------------------------------------------------*/
.splash {
  background: red;
  position: fixed;
  z-index: 0;
}
.splash img {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  position: fixed;
}

.home #page {
  position: absolute;
  top: 100%;
  z-index: 2;
}

.home .header {
  position: fixed;
  z-index: 1;
  color: white;
  font-family: helvetica;
  font-size: 28vw;
  margin: 0;
  line-height: 24vw;
  margin-top: 30px;
}

/*

        img.splash {

            min-height: 100%;
            min-width: 1024px;
             
      
            width: 100%;
            height: auto;
             

            position: fixed;
            top: 0;
            left: 0;
            
            z-index: -1;
        }
/*
@media screen and (max-width: 1024px){
            img.splash {
                left: 50%;
                margin-left: -512px; }
        }
*/
/*
        .header {
            position: absolute;
            
            scolor: rgba(255,255,255,.5);
            

            z-index: 3;
        }
*/
/*------------------------------------------------------------------------------
 	SECTIONS
------------------------------------------------------------------------------*/
/*	HEADER
------------------------------------------------------------------------------*/
/*	NAV
------------------------------------------------------------------------------*/
.site-nav-pages a, .site-nav-categories a {
  sdisplay: block;
}

.site-nav {
  font-size: 20px;
  line-height: 22px;
}
.site-nav a {
  color: #a4a4a2;
  font-weight: 500;
}
.site-nav a:hover {
  color: #ff0000 !important;
}
.site-nav li.current_page_parent a,
.site-nav li.current_page_item a,
.site-nav li.current-cat a {
  color: #010101;
}

.site-nav-tags a {
  display: inline-block;
}
.site-nav-tags li {
  display: inline;
}
.site-nav-tags li:after {
  content: " / ";
  font-weight: 500;
  color: #a4a4a2;
}
.site-nav-tags li:last-of-type:after {
  content: "";
}

.posts-navigation, .pagination {
  display: block;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.posts-navigation .nav-links .nav-previous, .posts-navigation .nav-links .nav-next, .pagination .nav-links .nav-previous, .pagination .nav-links .nav-next {
  float: left;
  margin-right: 5px;
}
.posts-navigation .nav-links a, .pagination .nav-links a {
  background: #010101;
  color: white;
  display: inline-block;
  padding: 5px;
  swidth: 144px;
}
.posts-navigation .current, .pagination .current {
  display: inline-block;
  padding: 3px 4px 3px 4px;
  border: 2px solid;
  font-weight: 500;
}

.category #menu-main-menu a {
  color: #a4a4a2 !important;
}
.category #menu-main-menu a:hover {
  color: red !important;
}

.category #menu-item-47 a {
  color: #010101 !important;
}
.category #menu-item-47 a:hover {
  color: red !important;
}

.news .site-nav-tags,
.news .site-nav-categories {
  display: none !important;
}

.archive #nav-categories, .archive #nav-tags {
  display: block !important;
}

/*

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

*/
/*	MAIN
------------------------------------------------------------------------------*/
.entry-content p:first-of-type {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}

.entry-meta {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.entry-meta a {
  font-weight: normal;
  border: none;
}

/*	FOOTER
------------------------------------------------------------------------------*/
.site-footer {
  font-weight: 500;
}

.site-footer p {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.site-footer a {
  font-weight: normal;
}
.site-footer .col-1 {
  float: left;
  width: 100%;
  padding-right: 20px;
}
.site-footer .col-2 {
  float: left;
  width: 100%;
  padding-right: 10px;
}
.site-footer .col-3 {
  float: left;
  width: 100%;
}
@media (min-width: 1120px) {
  .site-footer .col-1 {
    float: left;
    width: 33.3333%;
  }
  .site-footer .col-2 {
    float: left;
    width: 33.3333%;
  }
  .site-footer .col-3 {
    float: right;
    width: 106px;
  }
}
@media (min-width: 1248px) {
  .site-footer .col-1 {
    float: left;
    width: 25%;
  }
  .site-footer .col-2 {
    float: left;
    width: 25%;
  }
  .site-footer .col-3 {
    float: right;
    width: 106px;
  }
}
@media (min-width: 1536px) {
  .site-footer .col-1 {
    float: left;
    width: 20%;
  }
  .site-footer .col-2 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1824px) {
  .site-footer .col-1 {
    float: left;
    width: 16.6666%;
  }
  .site-footer .col-2 {
    float: left;
    width: 16.6666%;
  }
}

.guggenheim {
  max-width: 292px;
}

.kulturstiftung {
  max-width: 108px;
}

.artmentor {
  max-width: 297px;
}

.vitra {
  max-width: 100px;
}

.guggenheim, .kulturstiftung, .artmentor, .vitra {
  overflow: hidden;
  display: block;
}
.guggenheim img, .kulturstiftung img, .artmentor img, .vitra img {
  width: 100%;
  height: auto;
}

.site-footer {
  padding-bottom: 0 !important;
}

/*------------------------------------------------------------------------------
 	VENDOR
------------------------------------------------------------------------------*/
/*	TWITTER
------------------------------------------------------------------------------*/
#twitter-widget-0 {
  height: 100% !important;
  padding: 0 0 0 10px !important;
  width: 100% !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.opacity.cssanimations .site-sidebar iframe {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.twitter-timeline {
  padding: 10px;
  display: block;
  display: none;
}

/*	WORDPRESS
------------------------------------------------------------------------------*/
/*	Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 20px;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

/*	Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 20px;
}

/*	Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*	Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*	Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*	Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*	Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*	Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.expand {
  display: block;
  width: 100%;
  color: #010101;
  padding: 5px 0;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 16px;
  border-top: 5px solid #010101;
}
.expand:hover {
  color: red;
}

/*
.alm-reveal {
	display: inline;
	max-width: 100%;
	overflow: hidden;
	float: left;

}

.ajax-load-more-wrap {
	
	overflow: hidden;
	position: relative;
	width: 100%;
}

.alm-entry {
	display: inline-block;
	max-width: 288px;
	padding-right: 5px;
	vertical-align: top;
	@media (min-width: 384px) and (max-width: 601px) { 
		width: 50%;
	}
	@media (min-width: 601px) and (max-width: 700px) { 
		width: 33.3333%;
	}
	@media (min-width: 700px) and (max-width: 960px) { 
		width: 50%;
	}
	@media (min-width: 960px) and (max-width: 1248px) { 
		width: 50%;
	}
	@media (min-width: 1000px) and (max-width: 1248px) { 
		width: 33.3333%;
	}
	@media (min-width: 1248px) and (max-width: 1536px) { 
		width: 25%;
	}
	@media (min-width: 1536px) and (max-width: 1824px) { 
		width: 20%;
	}
	@media (min-width: 1824px) { 
		width: 16.66666%;
	}
}

#load-more {
	border: 0 solid;
	background: $black;
	color: $white;
	padding: 3px 7px;
	font-size:17px;
	&.done {
		display: none;
	}
}

.alm-entry .wrapper {
	background: $red;
	float: left;
	margin-bottom: 5px;
	transition: opacity .2s;
	&:hover img {
		opacity: .5;
		transition: opacity .2s;
	}
	img {
		width:100%;
	}
}
*/

/*.bogo-language-switcher {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 99px;
}
.bogo-language-switcher li {
  color: transparent;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: lowercase;
}
.bogo-language-switcher li.current, .bogo-language-switcher li {
  font-weight: 500;
}
.bogo-language-switcher li.current {
  color: #010101;
}
.bogo-language-switcher li a {
  color: #a4a4a2;
}

.single .bogo-language-switcher, .page .bogo-language-switcher {
  display: block;
}*/

.site-header, .site-content, .site-subcontent, .site-nav {
  border-bottom: 5px solid #010101;
}

.site-header {
  padding: 30px 0 5px 0;
}

.site-content, .site-subcontent, .site-footer {
  padding: 30px 0 25px 0;
}

.site-nav {
  padding: 10px 0 8px 0;
}

.entry-title {
  margin-bottom: 20px;
  margin-top: 5px;
}

/*


.attachment figure  {
	background: red;
}

.attachment figure img {
	opacity: 1;
	transition: opacity .5s;
	width: 100%;
	&:hover {
		opacity: .5;
		transition: opacity .5s;
	}
}
*/
.entry-content, .entry {
  position: relative;
}

.subhead, .entry-title b {
  display: block;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: normal;
  text-transform: uppercase;
}

.entry-left a {
  background: none;
}

.category #menu-item-47 a {
  color: #010101;
}

.single #menu-item-47 a {
  color: #010101;
}

.category #menu-item-21 a {
  color: #a4a4a2;
}
.category #menu-item-21 a:hover {
  color: #010101;
}

.single #menu-item-21 a {
  color: #a4a4a2;
}
.single #menu-item-21 a:hover {
  color: #010101;
}

.news #menu-main-menu .menu-item a {
  color: #a4a4a2;
}
.news #menu-main-menu .current_page_parent a {
  color: #010101;
}
.news .site-nav-categories,
.news .site-nav-tags {
  display: none;
}

.archive .site-nav-categories,
.archive .site-nav-tags {
  display: block;
}

.single .site-nav-categories,
.single .site-nav-tags {
  display: block;
}

.home .site-sidebar {
  position: absolute;
}

.attchment img {
  width: 100%;
}

/*

.site-main {
	display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
	flex: 1;
}*/
