/*
Theme Name: Münchberg Mediadesign (WIP)
Author: Christian Matz
Author URI: http://christianmatz.com
Description:
Version: 1.4
License:
License URI:
Text Domain: muebmediadesign
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Grid
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/* asap-regular - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Asap Regular'), local('Asap-Regular'),
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-regular.svg#Asap') format('svg'); /* Legacy iOS */
}
/* asap-700 - latin */
@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Asap Bold'), local('Asap-Bold'),
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/muebmediadesign/fonts/asap-v7-latin-700.svg#Asap') format('svg'); /* Legacy iOS */
}
/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif Italic'), local('NotoSerif-Italic'),
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-700italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'),
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/muebmediadesign/fonts/noto-serif-v6-latin-700italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: "Asap", sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 2px #ccc dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: lightblue;
	color: black;
}

small {
	font-size: 80%;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	display: block;
}
.alignleft {
	float: left;
	margin: 0 2rem 2rem 0;
}
.alignright {
	float: right;
	margin: 0 0 2rem 2rem;
}

svg:not(:root) {
	overflow: hidden;
}
/* SVG Icons base styles */

.muebmd-icon {
	display: inline-block;
	fill: currentColor;
	height: 1rem;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625rem;
	vertical-align: middle;
	width: 1rem;
}
.muebmd-icon-medium,
.muebmd-icon-medium svg {
	width: 2rem;
	height: 2rem;
}
.muebmd-icon-small,
.muebmd-icon-small svg {
	width: 1.4rem;
	height:1.4rem;
}

button,
input,
optgroup,
select,
textarea,
.link-button a {
	font-family: "Asap", sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input,
.link-button a {
	overflow: visible;
}

button,
select,
.link-button a {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: black;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Grid
--------------------------------------------------------------*/

.container {
  width: 100%;
	padding: 4rem;
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
	width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
  min-height: 1px;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
}

@media only screen and (max-width: 993px) {
	.row {
		width: auto;
	}
  .row .col.l1,
	.row .col.l2,
	.row .col.l3,
	.row .col.l4,
	.row .col.l5,
	.row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
	.row .col.l7,
	.row .col.l8,
	.row .col.l9,
	.row .col.l10,
	.row .col.l11,
	.row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1,
	.row .col.offset-l2,
	.row .col.offset-l3,
	.row .col.offset-l4,
	.row .col.offset-l5,
	.row .col.offset-l6 {
    margin-left: 0;
  }
	.row .col.offset-l7,
	.row .col.offset-l8,
	.row .col.offset-l9,
	.row .col.offset-l10,
	.row .col.offset-l11,
	.row .col.offset-l12 {
    margin-left: 50%;
  }

}
@media only screen and (max-width: 768px) {
  .row .col.l1,
	.row .col.l2,
	.row .col.l3,
	.row .col.l4,
	.row .col.l5,
	.row .col.l6,
	.row .col.l7,
	.row .col.l8,
	.row .col.l9,
	.row .col.l10,
	.row .col.l11,
	.row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1,
	.row .col.offset-l2,
	.row .col.offset-l3,
	.row .col.offset-l4,
	.row .col.offset-l5,
	.row .col.offset-l6,
	.row .col.offset-l7,
	.row .col.offset-l8,
	.row .col.offset-l9,
	.row .col.offset-l10,
	.row .col.offset-l11,
	.row .col.offset-l12 {
    margin-left: 0;
  }

}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border:0;
	font-size:100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	/*font:inherit;*/
	vertical-align:baseline;
	margin:0;
	padding:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,canvas {
	display:block
}
body {
	line-height:1
}
ol,ul {
	list-style:none
}
/*blockquote,q {
	quotes:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:none
}*/
table {
	border-collapse:collapse;
	border-spacing:0
}
a {
	text-decoration:none
}
*:focus {
	outline:none
}
*::-moz-focus-inner {
	border:0;
}

.clearfix:after, form:after {
   content: " ";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
}
.clearfix, form, .payment_methods li, .cart_totals {
    display: inline-block;
}
html[xmlns] .clearfix, .row-fluid, .cart_totals {
    display: block;
}
* html .clearfix {
   height: 1%;
}
.hidden {
   display: none;
}
#oldie {
   display: none;
}
.clear {
   clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
html, body, button, input, select, textarea {
	font-family: "Asap", sans-serif; "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 10px; // Basefontsize
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
}
body .text-lighter {
	color: #bbb;
}
body .text-darker {
	color: #555;
}

.post-content,
.page-content,
#footer {
	color: #555;
}
body,
meta,
article .text-lighter,
#footer .text-lighter {
	color: #999;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.12;
	margin: 0;
	padding: 2.6rem 0;
	font-weight: 700;
	word-break: break-word;
}

h1 {
	font-size: 50px;
	font-size: 5rem;
	line-height: 5.6rem;
	letter-spacing: -0.05rem;
	padding: 2.6rem 0;
}

h2 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 4.6rem;
	letter-spacing: -0.05rem;
}

h3 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 3.8rem;
	letter-spacing: -0.04rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 2.6rem;
	letter-spacing: -0.04rem;
}

h5 {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 2.6rem;
	letter-spacing: -0.02rem;
	padding: 1.6rem 0;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: -0.01rem;
	padding: 1rem 0;
}
h1.small, h2.small, h3.small, h4.small, h5.small  {
	font-size: 0.65;
}
h1 .smaller, h2 .smaller, h3 .smaller, h4 .smaller, h5 .smaller  {
	font-size: 0.5;
}
.primary-content h1 span,
.primary-content h2 span,
.primary-content h3 span,
.primary-content h4 span,
.primary-content h5 span,
.primary-content h6 span {
	margin-top: -13rem;
	padding-top: 15.6rem; /*2.6+13*/
}
h1:first-child span, h2:first-child span, h3:first-child span, h4:first-child span, h5:first-child span, h6:first-child span {
	padding-top: 0;
	margin-top: 0;
}
p, .tve-tl-cnt-wrap {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 2.6rem;
	/*letter-spacing: +0.02rem;*/
	padding: 0 0 2rem 0;
}
#sidebar p,
.page-comments p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
.primary-content p a,
.primary-content ul li a {
	color: inherit;
	position: relative;
}
.primary-content p a::after, .primary-content ul li a::after {
	background-color: #4e5b6a;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	opacity: .3;
	position: absolute;
	width: 100%;
	transition: opacity 0.3s;
	pointer-events: none;
}
.primary-content p a:focus::after,
.primary-content p a:hover::after,
.primary-content p a:active::after {
	opacity: 1;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 22px;
	font-size: 2.2rem;
	font-family: "Noto Serif", serif;
	font-style: italic;
	line-height: 2.6rem;
	margin: 0;
	overflow: hidden;
	padding: 0;
	quotes: "\201C" "\201D" "\2018" "\2019"
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f7f7f7;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 16px;
	font-size: 1.6rem;
}

abbr,
acronym {
	border-bottom: 2px dotted #ccc;
	cursor: help;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big, .big {
	font-size: 125%;
}
p small, p .small {
	font-size: 84.21%;
	display: inline-block;
	line-height: 2.4rem;
}
p .smaller {
	font-size: 73.58%;
	line-height: 2.0rem;
	display: inline-block;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: grey;
	display: block;
	margin-bottom: 0.5em;
	font-size: 1.4rem;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #555;
	background: white;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 0px solid #ccc;
	border-radius: 0px;
	display: block;
	padding: 1rem;
	width: 100%;
	max-width: 100%;
	font-size: 1.6rem;
}
.primary-content input[type="text"],
.primary-content input[type="email"],
.primary-content input[type="url"],
.primary-content input[type="password"],
.primary-content input[type="search"],
.primary-content input[type="number"],
.primary-content input[type="tel"],
.primary-content input[type="range"],
.primary-content input[type="date"],
.primary-content input[type="month"],
.primary-content input[type="week"],
.primary-content input[type="time"],
.primary-content input[type="datetime"],
.primary-content input[type="datetime-local"],
.primary-content input[type="color"],
.primary-content textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(250, 250, 250, 0), rgba(250, 250, 250, 0));
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #555;
	border: 0px solid #ccc;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 1);
}

select {
	border: 1px solid #bbb;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"],
.link-button a {
	background-color: #D56728;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	transition: background-color 0.2s;
}
button.small,
input[type="button"].small,
input[type="submit"].small,
.link-button.small a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1;
	padding: 0.5em 1em;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
.link-button.secondary a,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ccc;
	color: #555;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.link-button a:focus {
	background-color: #383584;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus,
.link-button.secondary a:focus {
	background: transparent;
	color: #D56728;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #ccc;
	font-family: "Asap", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #ccc;
	font-family: "Asap", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #ccc;
	font-family: "Asap", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #ccc;
	font-family: "Asap", "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 2.5em;
	margin-top: 1.5rem;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0;
	padding: 0;
	font-size: 1.9rem;
	padding-left: 2.6rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dl {
	font-size: 1.9rem;
}
dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 1.9rem
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #555;
	transition: color .3s ease-in-out;
}
a.link-inherit,
.links-inherit a {
	color: inherit;
	transition: color .3s ease-out, background-color .3s ease-out;
}
/* Hover effects */
/* basic */
a:focus {
	outline: dotted thin;
}
a:hover {
	color: #D56728;
}
a.link-inherit:hover,
.links-inherit a:hover {
	color: #D56728;
}
.links-inherit.links-hover-dark a:hover {
	color: #555;
}
/* underline */
a.link-underline::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: black;
	opacity: 0;
	-webkit-transform: translateY(3px);
	        transform: translateY(3px);
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	pointer-events: none;
}
a.link-underline:focus::after,
a.link-underline:hover::after,
a.link-underline:active::after {
	opacity: 1;
	-webkit-transform: translateY(1px);
	        transform: translateY(1px);
}
.page-content .text-lighter,
.page-content a.link-inherit.text-lighter {
	color: #ccc
}
.post-content .text-lighter,
.post-content a.link-inherit.text-lighter {
	color: #999;
}
.page-content .text-darker,
.page-content a.link-inherit.text-darker,
.meta a.link-inherit.text-darker {
	color: #555;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: white;
	/* -webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none; */
	cursor: default;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
  width: 94%;
	max-width: 1140px;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}
.wrapper {
	width: 1296px;
	margin: auto;
	position: relative;
}
.pad-large {
	padding-bottom: 8rem;
	padding-top: 8rem;
}
.pad-medium {
	padding-bottom: 4rem;
	padding-top: 4rem;
}
.pad-small {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.pad-micro {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.no-pad-bot {
	padding-bottom: 0;
}
.no-pad-top {
	padding-top: 0;
}

.marg-large {
	margin-bottom: 8rem;
	margin-top: 8rem;
}
.marg-medium {
	margin-bottom: 4rem;
	margin-top: 4rem;
}
.marg-small {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.marg-micro {
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.no-marg-bot {
	margin-bottom: 0;
}
.no-marg-top {
	margin-top: 0;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

/* Regular */
#header, #headerSizer {
	height: 170px;
}
#headerSizerShrink{
	height: 100px;
}
#header {
	display: table;
	/* background-color: white; */
	width: 100%;
}
#header > div {
	display: table-cell;
	vertical-align: middle;
	height:100%;
}
#header .header-background {
	content: '';
	background-color: white;
	position: absolute;
	display: block;
	opacity: .95;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#logo, #logo-text {
	display: inline-block;
	float: left;
	position: relative;
	top: 50%;
	max-width: 30%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#logo img {
	max-height: 120px;
}
#logo .retina {
	display: none;
}
/*
.site-title {
	clear: both;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.site-title,
.site-title a {
	color: black;
	opacity: 1;
}*/

/* Sticky */

.sticky {
}
#headerSizer {
	display: none;
}
.sticky #headerSizer {
	display: block;
}
.sticky #header {
	position: fixed;
	z-index: 999;
	top: 0 !important;
}
.sticky.admin-bar #header {
  top: 32px !important;
}
#header #logo, #header #logo-text {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
#header #menu-opener, #header #filter-opener {
	-webkit-transform-origin: right center;
	transform-origin: right center;
}


.ie8 .sticky {
	padding-top: 0 !important;
}

/*-----------------------------
-----   Menu    -----
------------------------------*/
.hamburger {
  padding: 10px 10px;
  display: none !important;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
	float: right;
  top: 50%;
	line-height: 0;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hamburger:hover {
  opacity: 0.7;
	background-color: transparent !important;
}

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
/*
	* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* General rules */

#main-menu {
	visibility: hidden;
	display: block;
	float: right;
	position: relative;
	padding-right: 80px;
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#main-menu ul {
    list-style: none;
}
#main-menu a {
	color: black;
}
#main-menu a .muebmediadesign-svg {
	fill: black;
	float: right;
	width: 50px;
	height: 50px;
	z-index: 0;
	margin-left: -2rem;
}
#main-menu a:hover {
	color: #D56728;
}
#main-menu a:hover .muebmediadesign-svg {
	fill: #D56728;
}
.top-menu > li > a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: +0.03rem;
}

.sub-menu {
   /* display: none; */
   overflow: visible;
	 display: none;
   position: absolute;
   z-index: 99;
   padding-top: 24px;
   margin-left: 0px;
   top: 35px;
   left: 0;
}
.sub-menu a {
	display: block;
	color: black;
	font-weight: 400;
}

#main-menu li.selected > a {
    /*color: blue;*/
		font-weight: 700;
}
#menu .top-menu > li.selected::after {
	border-bottom: 2px solid black;
	content: '';
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	left: 0;
	right: 0;
}

#main-menu li:hover .muebmediadesign-svg,
#main-menu li.opened .muebmediadesign-svg {
   transform:rotate(180deg);
   -webkit-transform: rotate(180deg);
}



/* Similar rules between menus */

#main-menu .top-menu > li:last-child {
	margin-right: 0;
}


/* Menu three */

#menu {
	position: relative;
	height: 100%;
}
#menu ul {
   float: left;
   margin-right: 35px;
}

#menu .top-menu > li {
   margin-right: 0.5rem;
   display: inline-block;
   opacity: 0;
   position: relative;
   bottom: -60px;
   visibility: hidden;
}
#menu .top-menu > li > a {
	font-size: 1.4rem;
	line-height: 50px;
	padding: 10px;
	letter-spacing: +0.05rem;
	font-weight: 900
}

#menu .sub-menu {
	background: white;
	left: -30px;
	padding: 10px 20px;
	top: 36px;
}
#menu .sub-menu li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	float: left;
}
#menu .sub-menu a {
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 10px 10px;
	display: inline-block;
	white-space: nowrap;
}

/* Classic extension */

#menu #menu-opener {
	display: none;
}
#menu ul {
    margin-right: 0;
}
#menu .top-menu > li {
	opacity: 1;
	bottom: 0;
	visibility: visible;
}

/* Close button */

#menu-closer {
   position: fixed;
   top: 71px;
   right: -20px;
   opacity: 0;
   z-index: 999;
   visibility: hidden;
}
#menu-closer.active {
	visibility: visible;
}
#menu-closer .muebmediadesign-svg {
   fill: black;
}

#menu-closer {
	position: absolute;
	top: 85px;
	right: -25px;
}
#menu-closer:hover .muebmediadesign-svg {
	fill: #D56728;
}

/* Open button */

#menu-opener {
	display: block;
	float: right;
	height: 24px;
	position: relative;
	width: 31px;
	margin: 3px -5px 0 0;
}
#menu-opener .muebmediadesign-svg {
	left: -15px;
	position: relative;
	top: -18px;
}
#menu-opener:hover .muebmediadesign-svg {
	fill: #b99d61;
}
#menu-opener.disabled {
	pointer-events: none;
}

/* Fix */

.menu-fix {
   display: block !important;
   position: fixed !important;
   width: auto !important;
   top: 0;
   left: 0;
}

/*--------------------------------------------------------------
xx.x Menu-Search
--------------------------------------------------------------*/
#main-menu .search-form {
	/* width: 300px; */
	vertical-align: middle;
	white-space: nowrap;
	position: absolute;
	right: 0;
	visibility: visible;
}
#main-menu .search-form label {
	margin: 0;
}
#main-menu .search-form input {
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  font-size: 10pt;
  float: right;
  color: #262626;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  color: #555;
	-webkit-appearance: none;
	box-shadow: 0 2px 10px 0 rgba(185, 182, 198, 0.00), 0 7px 12px 0 rgba(0, 0, 0, 0.1), 0 0 0 2px rgba(0,0,0,.2);
	opacity: 0;
  transition: width .55s ease, background-color .55s ease, padding .55s ease, opacity .55s ease;
}
#main-menu .search-form input::before {
	border-bottom: 2px solid black;
	content: '';
	position: absolute;
	bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	left: 0;
	right: 0;
}
#main-menu .search-form button {
	position: absolute;
	background: none;
	border: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
	color: #555;
	padding: 0;
	font-size: 1.6rem;
}
#main-menu .search-form input:focus,
#main-menu .search-form input:active{
  outline:none;
  width: 300px;
  padding-right: 45px;
  padding-left: 20px;
  background: #fff;
	opacity: 1;
}

#main-menu .search-form:hover input{
  width: 300px;
  background: #fff;
  padding-right: 45px;
  padding-left: 20px;
	opacity: 1;
}

#main-menu .search-form:hover button {
  color: #999;
}

/*--------------------------------------------------------------
xx.x Pagedescription
--------------------------------------------------------------*/
.page-header {
	width: 66.666%;
	padding: 60px 0;
}
.page-title h2 {

}
.post-count {

}
.page-description h1, .page-description h2 {
	margin: 0;
	padding: 0;
	font-family: "Noto Serif", serif;
	font-style: italic;
	font-size: 2.4rem;
	line-height: 3.4rem;
	font-weight: normal;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}
.page-description h1.large {
	font-size: 3.4rem;
	line-height: 4.2rem;
}
.page-description h1:not(:first-child), .page-description h2:not(:first-child) {
	margin-top: 4rem;
}

/*--------------------------------------------------------------
xx.x Contentstyling
--------------------------------------------------------------*/

#content {
	margin-top: 4rem;
}
.post-content,
.page-content {
	background-color: white;
	box-shadow: 0 14px 50px 0px rgba(0, 0, 0, .1);
}
.post-content .metabox div,
.page-content .metabox div {
	display: block;
	float: left;
	margin-right: 2rem;
}
.post-content .metabox,
.page-content .metabox {
	font-size: 1.4rem;
	/* line-height: 4rem; */
}
.post-content .metabox .categorys i,
.page-content .metabox .categorys i {
	margin: 0 1rem 0 0;
}
/* .post-content .metabox .categorys a:not(:last-child),
.page-content .metabox .categorys a:not(:last-child) {
	padding-right: 1.0rem;
	margin-right: 1.0rem;
	border-right: 1px solid lightgrey;
} */
.post-content .metabox .categorys a:not(:last-child):after,
.page-content .metabox .categorys a:not(:last-child):after {
	content: ', ';
}
.post-content .metabox .comments,
.page-content .metabox .comments {
	float: right;
	margin-right: 0;
}
.post-content .metabox .views,
.page-content .metabox .views {
	float: right;
}
.post-content .post-title h1
.page-content .page-title h1 {
	font-size: 2.2rem;
}
/*.post-content ol {
	margin: 2rem 0;
	padding-left: 2rem;
}
.post-content ol li {
	margin-bottom: 1rem;
}*/
figure, embed, iframe, object, video {
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
}
/* make the Videos responsive */
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}
.post-content article,
.page-content .primary-content {
	-webkit-user-select: auto;
	   -moz-user-select: auto;
	    -ms-user-select: auto;
	        user-select: auto;
}

/*--------------------------------------------------------------
xx.x Shop
--------------------------------------------------------------*/

/* Base Style */
#article-list{
	list-style: none;
	padding: 0;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
#article-list li{
	width: 25%;
	display: block;
	float: left;
	padding: 1.5rem;
	height: 380px;
}
#article-list li.new-item .article-name h2:before{
	content: '';
	background-color: blue;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 1rem;
	margin-bottom: 2px;
}
#article-list img{

}
#article-list h2{
	padding: 0;
	font-size: 1.9rem;
	line-height: 2.4rem;
	margin-top: 2rem;
	margin-bottom: .5rem;
}
#article-list p{
	font-size: 1.6rem;
	line-height: 2.2rem;
}



/*--------------------------------------------------------------
xx.x Post Gallery
--------------------------------------------------------------*/

.post .gallery {
	margin: 0 -1rem;
	display: block;
}
.post .gallery:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.post .gallery .gallery-item {
	padding: 1rem;
	display: block;
	float: left;
}
.gallery.gallery-columns-1 .gallery-item {
	width: 100%;
	margin-bottom: 4rem;
}
.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
	margin-bottom: 2rem;
}
.gallery.gallery-columns-3 .gallery-item {
	width: 33.3333%;
	margin-bottom: 2rem;
}
.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
	width: 20%
}
.gallery.gallery-columns-6 .gallery-item {
	width: 16.66666%
}
.gallery.gallery-columns-7 .gallery-item {
	width: 14.28571%
}
.gallery.gallery-columns-8 .gallery-item {
	width: 12.5%
}
.post .gallery .gallery-item .gallery-icon {

}
.post .gallery .gallery-item .gallery-icon.landscape {

}
figure figcaption,
.post .gallery .gallery-item .gallery-caption {
	font-size: 1.4rem;
	margin-top: 1rem;
	font-style: italic;
	text-align: center;
}
.post .gallery .gallery-item .gallery-icon img {
	min-width: 100%;
}

/*--------------------------------------------------------------
xx.x Albums overview
--------------------------------------------------------------*/
.muebmd-albums-grid
{
	/* width: 70%; */
	margin: 50px auto 100px;
	display: block;
}
.muebmd-albums-grid-item
{
	/* width: 25%; */
	display: block;
	float: left;
	padding: 20px !important;
}
.muebmd-albums-grid-item-inner
{
	position: relative;
	border-radius: 4px;
	background: white;
	display: block;
	/* overflow: hidden; */
	box-shadow: 0 7px 12px 0 rgba(2, 23, 73, 0.1);
	transition: box-shadow 400ms, -webkit-transform 400ms ease;
	transition: box-shadow 400ms, transform 400ms ease;
	transition: box-shadow 400ms, transform 400ms ease, -webkit-transform 400ms ease;
}
.muebmd-albums-grid-item-inner:hover
{
	-webkit-transform: scale(1.02);
	        transform: scale(1.02);
	z-index: 5;
}
.muebmd-albums-grid-item-inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.muebmd-albums-grid-item-inner:before {
  content: "";
  display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 14px 50px -10px rgba(2, 23, 73, 0.6);
	transition: opacity 400ms;
}
.muebmd-albums-grid-item-inner:hover:before {
	opacity: 1;
}
.muebmd-albums-grid-item-inner:hover .grid-overlay,
.muebmd-albums-grid-item-inner:hover .albums-grid-content
{
	opacity: .95;
}
.muebmd-albums-grid-item-inner a
{
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
	transition: opacity 400ms;
}
.muebmd-albums-grid-item-inner img
{
	width: auto;
	position: absolute;
	left: 50%;
	max-width: none;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	height: 100%;
	border-radius: 4px;
	display: block;
	transition: opacity 400ms;
}
.muebmd-albums-grid-item-inner.portrait img
{
	height: auto;
	width: 100%;
	left: unset;
	-webkit-transform: translate(0 , -50%);
	        transform: translate(0 , -50%);
	top: 50%;
}
.muebmd-albums-grid-item-inner > a, .muebmd-albums-grid-item-inner > div
{
	position: absolute;
	top: 0;
	border-radius: 4px;
	overflow: hidden;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
}
.muebmd-albums-grid-item-inner .grid-overlay
{
	content: '';
	transition: opacity 400ms;
	opacity: 0;
	border-radius: 4px;
	background: #383584;
}
.muebmd-albums-grid-item-inner .grid-overlay.image-thumb:before
{
	content: '';
	position: absolute;
	width: 2px;
	height: 30px;
	top: 24px;
	right: 44px;
	/* transform: translate(-50% , -50%); */
	background: #D56728;
}
.muebmd-albums-grid-item-inner .grid-overlay.image-thumb:after
{
	content: '';
	position: absolute;
	height: 2px;
	width: 30px;
	top: 38px;
	right: 30px;
	/* transform: translate(-50% , -50%); */
	background: #D56728;
}
.muebmd-albums-grid-item-inner .grid-overlay.album-thumb div
{
	content: '';
	position: absolute;
	width: 30px;
	height: 2px;
	top: 38px;
	right: 30px;
	/* transform: translate(-50% , -50%); */
	background: #D56728;
}
.muebmd-albums-grid-item-inner .grid-overlay.album-thumb div:before
{
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	top: -2px;
	right: 6px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	/* transform: translate(-50% , -50%); */
	background: #D56728;
}
.muebmd-albums-grid-item-inner .grid-overlay.album-thumb div:after
{
	content: '';
	position: absolute;
	height: 20px;
	width: 2px;
	top: -16px;
	right: 6px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	/* transform: translate(-50% , -50%); */
	background: #D56728;
}
.muebmd-albums-grid-item-inner .albums-grid-content
{
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	padding: 24px 30px 24px 30px;
	pointer-events: none;
	transition: opacity 400ms;
	opacity: 0;
	color: white;
}
.muebmd-albums-grid-item-inner .albums-grid-content h2
{
	margin: 0 0 8px 0;
}
.muebmd-albums-grid-item-inner .albums-grid-content figcaption
{
	font-size: 14px;
	font-style: normal;
	text-align: left;
	line-height: 20px;
}
.admin-bar .pswp {
  top: 32px !important;
	height: calc(100% - 32px);
}

/*--------------------------------------------------------------
xx.x Classic Pagination
--------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
}
.pagination .page-numbers{
	display: inline-block;
	font-size: 1.6rem;
	padding: 1rem;
}

.pagination .prev.pagenumbers, .pagination .next.pagenumbers{

}
.pagination .page-numbers.current {
	color: #555;
  font-weight: 700;
}
/*--------------------------------------------------------------
xx.x Post Navigation
--------------------------------------------------------------*/
.post-navigation {
	border-top: 1px solid lightgrey;
	padding: 3rem 0;
}
.post-navigation .nav-links,
.comment-navigation .nav-links {
	clear: both;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next{
	max-width: 50%;
}

.post-navigation .nav-previous,
.comment-navigation .nav-previous {
	float: left;
}
.post-navigation .nav-next,
.comment-navigation .nav-next{
	float: right;
}
.post-navigation .nav-next div,
.comment-navigation .nav-next div{
	left: auto;
	right: 0;
}
.post-navigation .nav-next a,
.comment-navigation .nav-next a{
	padding: 10px 50px 10px 10px;
}
.comment-navigation .nav-links a {
	font-size: 1.2rem;
	font-weight: 600;
	/*line-height: 12rem;*/
	margin: 6rem 0;
}
.comment-navigation .nav-links a {
}
.comment-navigation .nav-links a:hover {
}
.comment-navigation .nav-links .nav-previous {
	float: left;
	max-width: 50%;
	word-break: break-word;
	margin: 6rem 0;
}
.comment-navigation .nav-links .nav-next {
	float: right;
	max-width: 50%;
	word-break: break-word;
	margin: 6rem 0;
}
.comment-navigation .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 1rem;
}
.comment-navigation .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 1rem;
}

/*--------------------------------------------------------------
xx.x Filterbar
--------------------------------------------------------------*/

#filterbar {
	display: block;
	position: relative;
	width: 100%;
}
#filterbar::before {
	display: table;
	content: " "
}
#filter-opener {
	background: none;
	position: relative;
	color: inherit;
	font-size: 1.6rem;
	float: right;
	border-radius: 4px;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: scale(1);
	        transform: scale(1);
	transition: color .01s linear, -webkit-transform .55s cubic-bezier(0.2, 0, 0, 1.6);
	transition: color .01s linear, transform .55s cubic-bezier(0.2, 0, 0, 1.6);
	transition: color .01s linear, transform .55s cubic-bezier(0.2, 0, 0, 1.6), -webkit-transform .55s cubic-bezier(0.2, 0, 0, 1.6);
}
#filter-opener.opened {
	color: #383584;
}
#filter-opener::before {
	position: absolute;
	content: '';
	background-color: white;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	top: 0;
	left: 0;
	opacity: 0;
	box-shadow: 0 2px 10px 0 rgba(185, 182, 198, 0.00), 0 7px 12px 0 rgba(0, 0, 0, 0.1);
	transition: opacity .55s ease;
}
#filter-opener:hover {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	color: #383584;
}
#filter-opener:hover::before {
	opacity: 1;
}
#filter-opener i {
	position: absolute;
	-webkit-transform-origin: center;
	        transform-origin: center;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
#filter-opener i:first-child {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}
#filter-opener i:last-child {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
}
#filter-opener.opened i:first-child {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
}
#filter-opener.opened i:last-child {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
}

.filter-buttons-container {
	float: left;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 8rem;
	/* width: calc( 100% - 10rem); */
	opacity: 0;
	padding: 1.5rem;
	margin: -1.5rem 0;
	box-shadow: 0 15px 25px rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: white;
}
.filter-buttons-container.hide{
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation: fade-out-left .3s;
	        animation: fade-out-left .3s;
}
.filter-buttons-container.show{
	-webkit-animation: fade-in-right .3s;
	        animation: fade-in-right .3s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.btn {
	display: inline-block;
	padding: 12px 12px;
	min-width: 40px;
	min-height: 40px;
	margin: .5rem;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.4rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.filter-buttons-container>.btn>input[type="checkbox"] {
	display: none;
}
.btn-filter {
	float: right;
	background-color: white;
	border-radius: 4px;
	border: 1px solid rgba(204, 204, 204, .5);
	margin-left: 5px;
	margin-bottom: 5px;
	transition: background-color .3s ease;
}
.btn-filter:active, .btn-filter.active, .btn-filter.checked {
	color: blue;
}
.btn-filter:hover {
	color: #D56728;
	background-color: #d9d9d9;
}
@-webkit-keyframes fade-out-left {
	0%   {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		z-index: 1;
	}
	99% {
		z-index: 1;
	}
  100% {
		opacity: 0;
		-webkit-transform: translateY(3rem);
		        transform: translateY(3rem);
		z-index: -1;
	}
}
@-webkit-keyframes fade-in-right {
	0%   {
		opacity: 0;
		-webkit-transform: translateY(-3rem);
		        transform: translateY(-3rem);
		z-index: -1;
	}
	1%   {
		z-index: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		z-index: 1;
	}
}


.masonry-list-wrapper ul,
.masonry-list-wrapper .muebmd-albums-grid{
	margin-left: -20px;
	margin-right: -20px;
	padding: 0;
}
.masonry-list-wrapper .item {
	width: 33.333%;
	padding: 20px;
	padding-bottom: 40px;
	float: left;
	list-style: none;
	display: block;
}
.masonry-list-wrapper .item .content-container {
	background-color: white;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 4px;
	/*overflow: hidden;*/
	display: block;
	/*-webkit-transform-style: preserve-3d;*/
	/*transform-style: preserve-3d;*/
	/*-webkit-transform: translate3d(0, 0, 0);*/
	/*        transform: translate3d(0, 0, 0);*/
	box-shadow: 0 7px 12px 0px rgba(0, 0, 0, .06);
    transition: box-shadow .25s ease-in-out;
}
.masonry-list-wrapper .item .content-container {
    box-shadow: 0 14px 50px 0px rgba(0, 0, 0, .1);
}
.masonry-list-wrapper .item .content-container .featured-area {
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}
.masonry-list-wrapper .item .content-container .featured-area.only-image {
	border-radius: 4px;
}
.masonry-list-wrapper .item .content-container > div {
	overflow: hidden;
}

/*.masonry-list-wrapper .item .content-container:not(.quote):not(.link):not(.widget)::after {
	content: '';
	opacity: 0;
	position: absolute;
	border-radius: 4px;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 14px 50px 0px rgba(0, 0, 0, .1);
	transition: opacity .3s ease;
}*/

.masonry-list-wrapper .item .content-container img, .masonry-list-wrapper .item .content-container .entry-video, .masonry-list-wrapper .item .content-container .flexslider {
	width: 100%;
}
.masonry-list-wrapper .item .content-container .sticky {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: white;
	border-radius: 2px;
	border: 1px solid #ccc;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0.3rem 1rem;
}
.masonry-list-wrapper .item .content-container .textbox {
	padding: 4rem;
	padding-bottom: 3.2rem;
}
.masonry-list-wrapper .item .content-container .textbox .categorys {
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 1.2rem;
}
.masonry-list-wrapper .item .content-container .textbox .categorys a {
	/* padding-right: 1.0rem; */
	margin-right: .3rem;
	line-height: 1.8rem;
	display: inline-block;
}
/* .masonry-list-wrapper .item .content-container .textbox .categorys a:not(:last-child) {
	border-right: 1px solid lightgrey;
} */
.masonry-list-wrapper .item .content-container .textbox .categorys a:not(:last-child):after {
	content: ', ';
}
.masonry-list-wrapper .item .content-container .textbox h3 {
	line-height: 1.25;
	margin: 0;
	margin-bottom: 2.2rem;
	padding: 0;
	font-size: 2.4rem;
	font-weight: 600;
}
.masonry-list-wrapper .item .content-container .textbox p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 1.5;
}
.masonry-list-wrapper .item .content-container .metabox {
	padding: 1.8rem 4rem;
	font-size: 1.2rem;
	line-height: 1;
	border-top: 1px solid lightgrey;
}
.masonry-list-wrapper .item .content-container .metabox div:not(:last-child) {
	padding-right: 1.4rem;
	margin-right: 1.0rem;
	border-right: 1px solid lightgrey;
}
.masonry-list-wrapper .item .content-container .metabox div,
.masonry-list-wrapper .item .content-container .metabox .author a {
	display: inline-block;
}
.masonry-list-wrapper .item .content-container .metabox .author a:hover {
}

/* Base Style -> hover */
/*.masonry-list-wrapper .item .content-container:not(.quote):not(.link):not(.widget):hover::after {
	opacity: 1;
}*/
/* Quote, Link & Widget Style */
.masonry-list-wrapper .item .content-container.quote,
.masonry-list-wrapper .item .content-container.quote:hover,
.masonry-list-wrapper .item .content-container.link,
.masonry-list-wrapper .item .content-container.link:hover,
.masonry-list-wrapper .item .content-container.widget,
.masonry-list-wrapper .item .content-container.widget:hover {
	background: none;
	background-color: #f3f3f3;
	/*border: solid 4px #f3f3f3;*/
	cursor: default;
	box-shadow: none;
}
.masonry-list-wrapper .item .content-container.quote,
.masonry-list-wrapper .item .content-container.quote:hover,
.masonry-list-wrapper .item .content-container.link,
.masonry-list-wrapper .item .content-container.link:hover{
	align-content: center;
	text-align: center;
}
.masonry-list-wrapper .item .content-container.quote .textbox {
	padding-top: 10rem;
	padding-bottom: 9rem;
}
.masonry-list-wrapper .item .content-container.quote .textbox i {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 1rem;
}
.masonry-list-wrapper .item .content-container.quote .textbox p {
	font-size: 1.2rem;
	line-height: 1.2;
}
/* Quote Style -> hover */
/* Link Style */
/* Link Style -> hover */

/*--------------------------------------------------------------
xx.x Masonry Image Slider
--------------------------------------------------------------*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
	margin: 0;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 4rem;
	line-height: 1;
	display: block;
	content: '\f104';
	color: grey;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f04c';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f04b';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 6px;
  height: 6px;
  display: block;
  background: #aaa;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


/*--------------------------------------------------------------
xx.x Comments
--------------------------------------------------------------*/

#respond {

}
#comment-area {

}
#comment-area ol {
	padding: 0;
}
#comment-area ol li {
	list-style: none;
}
#comment-area ol li > ul {
	margin-left: 11rem;
	padding: 0;
}
#comment-area .comment-body {
	padding-left: 11rem;
	position: relative;
	border-top: 1px solid lightgrey;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
#comment-area .comment-body .avatar {
	position: absolute;
	margin-left: -11rem;
	width: 8rem;
	height: auto;
}
#comment-area .comment-body .author {
	font-size: 2.2rem;
	font-weight: 800;
}
#comment-area .comment-body .comment-meta {
	font-size: 1.4rem;
	margin-top: .5rem;
	margin-bottom: 2rem
}
#comment-area .comment-body .reply {
	position: absolute;
	top: 3rem;
	right: 0;
}
#comment-area .comment-body .comment-awaiting-moderation {

}
#comment-area .comment-body p {
}


/*--------------------------------------------------------------
xx.x Footer
--------------------------------------------------------------*/

#footer {
	background-color: WhiteSmoke;
	/*text-align: center;*/
	font-size: 1.4rem;
	/*line-height: 2*/
}
#footer p {
	font-size: 1.4rem;
}
#footer .site-info p {
	line-height: 1.5;
	padding: 0;

}
#footer .container {
	padding: 0;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

/* Social nav */

.social-navigation ul {
	list-style: none;
	height: 4rem;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.social-navigation li {
	display: inline-block;
	height: 4rem;
}

.social-navigation a {
	display: inline-block;
	height: 4rem;
	position: relative;
	width: 4rem;
}
.social-navigation a .muebmd-icon,
.social-navigation a .muebmd-icon {
	fill: grey;
}
.social-navigation a:hover .muebmd-icon,
.social-navigation a:focus .muebmd-icon {
	fill: #D56728;
}

.social-navigation .muebmd-icon {
	height: 2rem;
	top: 1rem;
	left: 1rem;
	width: 2rem;
	position: absolute;
	transition: fill .2s linear;
}
.widget_social_menu a {
	background-color: #f7f7f7;
	margin-right: .5rem;
	margin-bottom: .5rem;
	transition: background-color .3s ease, color .3s ease;
}
.masonry-widget.widget_social_menu {
	text-align: center;
}
.widget_social_menu a:hover {
	background-color: lightgrey;
}

#menu-footer-menue {
	list-style: none;
	float: right;
	font-size: 1.4rem;
}
#menu-footer-menue li {
	display: inline-block;
	margin-left: 3rem;
}
#menu-footer-menue li a {
	display: inline-block;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

/* Site info */

.theme-copyright {
	background-color: #ddd;
}
.site-info {
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 7rem;
}

.site-info a {
	position: relative;
	text-decoration: none;
}
.site-info i {
	color: inherit;
}
i.icon-red {
	color: #e67;
}

/*-----------------------------
-----       Sidebar       -----
------------------------------*/

#sidebar {
	color: #999;
}
#sidebar .widget_search {
	height: 4rem;
}
#sidebar .widget_search .widget-title {
	display: none;
}
#sidebar .widget_search form {
	position: relative;
	width: 100%;
}
#sidebar .widget_search form label {
	display: none;
}
#sidebar .widget_search form input {
	width: 100%;
	background: #f7f7f7;
	border: none;
	border-radius: 0;
	float: left;
	padding: 0 4rem 0 1rem;
	min-height: 4rem;
	font-size: 1.6rem;
	line-height: 1.6rem;
}
#sidebar .widget_search form button {
	height: 4rem;
	width: 4rem;
	float: left;
	padding: 0;
	position: absolute;
	right: 0;
	background: none;
}
#sidebar .widget_search form button:hover {
}
#sidebar .widget_tag_cloud .tagcloud a,
#sidebar .widget_tags .taglist a {
	font-size: 1.2rem !important;
	background-color: #f7f7f7;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	padding: 0.5rem 1.2rem;
	font-weight: normal;
	margin-right: .6rem;
	margin-bottom: .6rem;
	border-radius: 3px;
	transition: backgroundcolor .3s ease, color .3s ease;
}
#sidebar .widget_tag_cloud .tagcloud a:hover,
#sidebar .widget_tags .taglist a:hover {
	background-color: lightgrey;
}
#sidebar .widget_tag_cloud .tagcloud a span,
#sidebar .widget_tags .taglist a span {
	color: blue;
	font-weight: 400;
	margin-left: 0.5rem;
}

.widget_latest_entries article,
.widget_related_entries article {
	display: block;
	margin-bottom: 1rem;
	overflow: hidden;
}
.widget_latest_entries article .thumb,
.widget_related_entries article .thumb {
	width: 100px;
	height: 100px;
	margin: 0;
	text-align: center;
	background: #f7f7f7;
	transition: all 0.4s ease;
	display: inline-block;
	float: left;
}
.widget_latest_entries article:hover .thumb,
.widget_related_entries article:hover .thumb {
	-webkit-filter: grayscale(50%);
	        filter: grayscale(50%);
}
.widget_latest_entries article .thumb a,
.widget_related_entries article .thumb a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.widget_latest_entries article .thumb a img,
.widget_latest_entries article .thumb a svg,
.widget_related_entries article .thumb a img,
.widget_related_entries article .thumb a svg {
	height: 100%;
	width: 100%;
}
.widget_latest_entries article .thumb a svg,
.widget_related_entries article .thumb a svg {
	color: #ccc;
}
.widget_latest_entries article .content,
.widget_related_entries article .content {
	display: inline-block;
	float: right;
	position: relative;
	width: calc(100% - 12rem);
	height: 100px;
	overflow: hidden;
	text-align: left;
}
.widget_latest_entries article .content a,
.widget_related_entries article .content a {
	display: block;
}
.widget_latest_entries article .content a:hover,
.widget_related_entries article .content a:hover {
}
.widget_latest_entries article .content a h6,
.widget_related_entries article .content a h6 {
	font-size: 1.4rem;
	font-weight: 600;
}
.widget_latest_entries article  .content .post-meta,
.widget_related_entries article  .content .post-meta {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	margin-top: 0;
	border-bottom: 1px solid #e8e8e8;
	/* margin-top: 1em; */
	padding-bottom: 1rem;
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: +0.05em;
}
.textwidget form {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}

/*-----------------------------
-----     Back Button      -----
------------------------------*/

.back, .nav-previous a, .nav-next a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 10px 10px 10px 50px;
}

.back h6, .nav-previous h6, .nav-next h6 {
	color: #999;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transform: translateY(8px);
	font-size: 14px;
	font-size: 1.4rem;
	transform: translateY(8px);
	transition: -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
	transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
	transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
}

.back span, .nav-previous span, .nav-next span {
	opacity: 0;
	color: #999;
	font-size: 1.2rem;
	font-weight: 300;
	display: inline-block;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	transition: opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
	transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1), opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1);
	transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1), opacity 500ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 500ms 0s cubic-bezier(0.2, 0, 0, 1)
}

.back div, .nav-previous div, .nav-next div {
	/* top: 11px; */
	left: 0;
	content: '';
	width: 32px;
	height: 32px;
	padding: 9px;
	margin: 4px;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 4px;
	/* border: 2px solid #ccc; */
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: transparent;
	transition: background-color 400ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
	transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6), background-color 400ms 0s cubic-bezier(0.2, 0, 0, 1);
	transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6), background-color 400ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
}
.back svg, .nav-previous svg, .nav-next svg {
	width: 1.6rem;
	height: 1.6rem;
	fill: #999;
	transition: fill 400ms 0s cubic-bezier(0.2, 0, 0, 1)
}
/*.back div::after {
  top: 0;
  left: 0;
  content: '';
  width: 60px;
  height: 30px;
  position: absolute;
  background-position: 0 0;
  background-image: url('https://s3-eu-west-1.amazonaws.com/thomascullen-codepen/back.svg');
  -webkit-transition: -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
  transition: -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
  transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
  transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1), -webkit-transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
}*/

.back:hover h6, .nav-previous:hover h6, .nav-next:hover h6 {
	color: #555;
}

.back:hover h6,
.back:hover span,
.nav-previous:hover h6,
.nav-next:hover h6,
.nav-previous:hover span,
.nav-next:hover span {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.back:hover div, .nav-previous:hover div, .nav-next:hover div {
	-webkit-transform: scale(1.1);
	transform: scale(1.2);
	/* border-color: #383584; */
	/* background-color: #383584; */
	background-color: white;
	box-shadow: 0 2px 10px 0 rgba(185, 182, 198, 0.00), 0 7px 12px 0 rgba(0, 0, 0, 0.1);
}
.back:hover svg, .nav-previous:hover svg, .nav-next:hover svg {
	fill: #383584;
}

/*.back:hover div::after {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}*/


/*-----------------------------
-----     BTT Button      -----
------------------------------*/

#top {
	position: fixed;
	bottom: 4rem;
	right: 4rem;
	background-color: black;
	opacity: 0;
	-webkit-transform: scale(.6);
	        transform: scale(.6);
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, opacity .2s ease;
	transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
}
#top.show {
	display: block;
	opacity: .1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
#top.show:hover {
	opacity: .15;
}
/*-----------------------------
-----   Media Queries   -----
------------------------------*/

@media all and (max-width: 1440px) {

	.wrapper {
		width: 1180px;
	}
	#header, #headerSizer {
		height: 140px;
	}
	#headerSizerShrink{
		height: 80px;
	}
	#logo, #logo-text {
	}
	#logo img {
		max-height: 100px;
	}
	.page-header{
		width: 66.666%;
		padding: 60px 0;
	}

}

@media all and (max-width: 1280px) {

	.wrapper {
		width: 1060px;
	}

}

@media all and (max-width: 1024px) {

	.wrapper {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	#header, #headerSizer {
		height: 110px;
	}
	#headerSizerShrink{
		height: 70px;
	}
	#logo, #logo-text {
	}
	#logo img {
		max-height: 55px
	}

	#article-list li{
		width: 33.333%;
	}
	.masonry-list-wrapper .item {
		width: 50%;
	}

}

/* This resolution is also for IE8 which we assume that we get on older devices with small screens --- */

.ie8 .wrapper {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}

/* TODO Set this Breakpoint dynamicly by calculated menu Width  */
@media all and (max-width: 1000px) {
	#main-menu {
		display: block;
		position: absolute;
		visibility: visible;
		opacity: 0;
		overflow: hidden;
		height: 0;
		width: 100vw;
		top: -3rem;
		left: 0;
		-webkit-transform: none !important;
		        transform: none !important;
		background-color: #f9f9f9;
		transition: opacity .3s ease, top .3s ease, height .3s ease;
	}
	#main-menu.is-active {
		opacity: 1;
		top: 0;
		height: 100vh;
	}
	.hamburger {
	  display: inline-block !important;
	}
	#menu ul {
		margin: 0;
		float: none;
	}
	#main-menu ul {
		max-height: 100vh;
		overflow-y: scroll;
		padding: 4rem;
		position: relative;
	}
	#menu .top-menu > li {
		display: block;
		margin: 0;
		overflow: visible;
	}
	#menu .top-menu > li > a {
		font-size: 1.6rem;
		padding: 10px 0;
	}
	#menu .sub-menu {
		left: 0;
		padding: 0 0 4rem 0 !important;
		top: 0;
	}
	#main-menu a .muebmediadesign-svg {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 0;
		top: -5px;
	}
	#menu .top-menu > li.selected::after {
		border-bottom: none;
		top: 2.2rem;
		margin: 0;
		left: -1.5rem;
		width: 6px;
		height: 6px;
		background-color: black;
	}
	#main-menu .search-form {
		width: 100%;
		padding: 1.5rem;
	}
	#main-menu .search-form input {
		width: 100%;
		background-color: white;
		opacity: 1;
		padding-right: 45px;
		padding-left: 20px;
	}
	#main-menu .search-form button {
		right: 1.5rem;
	}
	#main-menu .search-form:hover input, #main-menu .search-form input:focus, #main-menu .search-form input:active {
		width: 100%;
	}
	.masonry-list-wrapper .item {
		width: 50%;
	}

}

/* -- end and continue with our queries */

@media all and (max-width: 768px) {
	.wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}
	#header, #headerSizer {
		height: 80px;
	}
	#headerSizerShrink{
		height: 60px;
	}
	#logo, #logo-text {
	}
	#logo img {
		max-height: 40px
	}
	#main-menu ul {
		padding: 25px;
		padding-left: 35px;
	}
	#content {
		margin-top: 0;
	}
	.post-content,
	.page-content,
	.page-comments {
		padding: 2.5rem;
		margin-left: -25px;
		margin-right: -25px;
		width: auto;
	}
	.page-header {
		width: 66,666%;
		padding: 40px 0;
	}
	.page-description h1, .page-description h2 {
		font-size: 1.8rem;
    line-height: 2.6rem;
	}

	.masonry-list-wrapper .item {
		width: 50%;
	}
	.masonry-list-wrapper .item .content-container .textbox{
		padding: 2.5rem;
	}
	.masonry-list-wrapper .item .content-container .metabox {
		padding-right: 2.5rem;
		padding-left: 2.5rem;
	}

	#article-list li{
		width: 50%;
	}

	.gallery.gallery-columns-1 .gallery-item,
	.gallery.gallery-columns-2 .gallery-item  {
		width: 100%;
	}
	.gallery.gallery-columns-3 .gallery-item,
	.gallery.gallery-columns-4 .gallery-item {
		width: 66.6666%;
	}
	.gallery.gallery-columns-5 .gallery-item,
	.gallery.gallery-columns-6 .gallery-item,
	.gallery.gallery-columns-7 .gallery-item,
	.gallery.gallery-columns-8 .gallery-item {
		width: 33.3333%
	}

}

@media all and (max-width: 600px) {
	h1 {
		font-size: 45px;
		font-size: 4.5rem;
		line-height: 5.1rem;
		letter-spacing: -0.05rem;
		padding: 2.4rem 0;
	}

	h2 {
		font-size: 34px;
		font-size: 3.4rem;
		line-height: 4.1rem;
		letter-spacing: -0.05rem;
	}

	h3 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 3.2rem;
		letter-spacing: -0.04rem;
	}

	h4 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 2.6rem;
		letter-spacing: -0.04rem;
	}


	.wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.sticky.admin-bar #header {
		top: 0 !important;
	}
	#header {
		padding: 0 20px;
	}
	#main-menu {
		left: -20px;
	}
	#main-menu ul {
		padding: 20px;
		padding-left: 35px;
	}
	#filterbar {
		display: none;
	}

	#content {
		overflow: hidden;
	}
	.post-content,
	.page-content,
	.page-comments {
		padding: 2rem;
		margin-left: 0;
		margin-right: 0;
	}
	.page-header {
		width: 80%;
		padding: 25px 20px;
	}
	.masonry-list-wrapper ul,
	.masonry-list-wrapper .muebmd-albums-grid {
		margin-left: 0;
		margin-right: 0;
	}
	.masonry-list-wrapper .item {
		width: 100%;
	}
	.masonry-list-wrapper .item .content-container .textbox{
		padding-right: 20px;
		padding-left: 20px;
	}
	.masonry-list-wrapper .item .content-container .metabox {
		padding-right: 20px;
		padding-left: 20px;
	}

	#footer {
		padding: 0 0; /*20px*/
		text-align: center;
	}
	#footer .col {
		display: block;
    float: none;
		margin-top: 2rem;
	}
	.menu-footer-menue-container ul {
		padding-left: 0;
	}
	#menu-footer-menue {
		float: none;
	}
	#menu-footer-menue li {
		display: block;
		margin-left: 0;
	}

	#article-list{
		margin-left: 0;
		margin-right: 0;
	}
	#article-list li{
		width: 100%;
		height: auto;
	}

}

@media all and (max-width: 400px) {

	h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 3.9rem;
	}

	h2 {
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 3.6rem;
	}

	h3 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 3rem;
	}

	h4 {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 2.4rem;
	}

	h5 {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.3rem;
	}

	h6 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	h1.small, h2.small, h3.small, h4.small, h5.small  {
		font-size: 0.85;
	}
	h1 .smaller, h2 .smaller, h3 .smaller, h4 .smaller, h5 .smaller  {
		font-size: 0.7;
	}
	p {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 2.4rem;
	}
	#sidebar p,
	.page-comments p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	blockquote {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 2.6rem;
	}
	pre {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
		padding: 1.6em;
	}
	code,
	kbd,
	tt,
	var {
		font-size: 16px;
		font-size: 1.6rem;
	}
	big, .big {
		font-size: 125%;
	}
	p small, p .small {
		font-size: 90;
		line-height: 2.4rem;
	}
	p .smaller {
		font-size: 85;
		line-height: 2.0rem;
	}
	ul, ol {
		font-size: 1.7rem;
		padding-left: 2rem;
	}



	#header, #headerSizer {
		height: 70px;
	}
	#headerSizerShrink{
		height: 50px;
	}
	#header {
		padding: 0 15px;
	}
	#main-menu {
		left: -15px;
	}
	#main-menu ul {
		padding: 15px;
		padding-left: 35px;
	}
	#logo, #logo-text {
	}
	#logo img {
		max-height: 35px
	}
	.post-content,
	.page-content,
	.page-comments {
		padding: 1.5rem;
	}
	.page-header {
		width: 100%;
		padding: 20px 15px;
	}
	.masonry-list-wrapper .item .content-container .textbox{
		padding-right: 15px;
		padding-left: 15px;
	}
	.masonry-list-wrapper .item .content-container .metabox {
		padding-right: 15px;
		padding-left: 15px;
	}

	#footer {
		padding: 0 0; /*15px*/
	}
	.gallery.gallery-columns-1 .gallery-item,
	.gallery.gallery-columns-2 .gallery-item,
	.gallery.gallery-columns-3 .gallery-item,
	.gallery.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.gallery.gallery-columns-5 .gallery-item,
	.gallery.gallery-columns-6 .gallery-item,
	.gallery.gallery-columns-7 .gallery-item,
	.gallery.gallery-columns-8 .gallery-item {
		width: 50%;
	}
}
/* --------------------------------
-----   Retina adjustments    -----
---------------------------------*/

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){

  #logo .default {
      display: none !important;
  }
  #logo .retina {
      display: block;
  }

}
* {
	/*box-shadow: 0px 0px 0px 1px rgba(0,255,0,0.1);*/
}

.tve-leads-widget {
	height: auto !important;
}
