/*
Theme Name: ALLESFRESSER 1.0.3
Theme URI: http://www.allesfresser.eu
Author: offo
Author URI: http://www.allesfresser.eu
Description: ALLESFRESSER THEME // 2017-11-28
Version: 1.0.3
License: Copyright 2017 MB
*/


/** ========================================================================== RESET */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%; 
	text-transform: none;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/** ========================================================================== TYPO */

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
::selection {
    background: #333;
    color: #fff;
}
::-moz-selection {
    background: #333;
    color: #fff;
}
h1 { 
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 48px; 
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.05em;
	color: #000;
}
h2 { 
	text-transform: uppercase;
	letter-spacing: 0.05em;
	
}
h3, h4 { 
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
p {
	font-family: 'PT Serif', serif;
	font-size: 17px;
	line-height: 23px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	color: #000;
	padding-bottom: 46px;
	letter-spacing: 0.02em;
}
.text ol li {
	font-family: 'PT Serif', serif;
	font-size: 17px;
	line-height: 23px;
	list-style-type: decimal;
	margin-left: 1em;
	padding-left: 0.5em;
}

.text ul li {
	font-family: 'PT Serif', serif;
	font-size: 17px;
	line-height: 23px;
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0.5em;
}
.text ul li::before {
	content: '\b7';
	display: inline-block;
	width: 2em;
 	margin-left: -2em;
}

i, em {
	text-decoration: none; 
	font-style: italic;
	font-weight: 400;
}

b, strong { 
	font-family: 'Lato', serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-decoration: none; 
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;	 
}
mark {
	background-color: #cc2011 !important;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a {
  	color: #000;
	outline: none;
	text-transform: none;
	text-decoration: none;	
}
a:hover {
	color: #cc2011;
	border-bottom: none;
	cursor: pointer;
}
.text p a {
	border-bottom: 1px solid #000;
}
.text p a:hover {
	border-bottom: 1px solid #fff;
}
a.c-img  {
	border-bottom: none !important;
}
 
/** ========================================================================== BASIC */

body {
	font-family: 'Lato', serif;
	font-size: 12px;
	line-height: 24px;
	text-transform: none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0em;
	color: #000;
	background-color: #fff;	
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	
	-webkit-hyphenate-limit-chars: auto 3;
	-moz-hyphenate-limit-chars: auto 3;
	-ms-hyphenate-limit-chars: auto 3;
	hyphenate-limit-chars: auto 3;

	-webkit-hyphenate-limit-lines: 3;
    -moz-hyphenate-limit-lines: 3;
    -ms-hyphenate-limit-lines: 3;
    hyphenate-limit-lines: 3;
} 
#masthead {
	width: 100%;
	height: auto;
	z-index: 999;
	position: fixed;
	top: 0;
 }
#masthead:hover { 
	opacity: 1 !important;
}
#logowrapper {
	width: auto;
	float: left;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 4%;
	font-family: 'Lato';
	font-weight: 700;
	letter-spacing: 0em;
	color: #000;
}
#logo {
	font-size: 64px;
	font-weight: 700;
	line-height: 60px;
	padding-bottom: 4px;
	border-bottom: 8px solid #000;
}
#claim {
	font-size: 20px;
	line-height: 24px;
	padding-top: 8px;
	font-weight: 700;
	text-transform: uppercase; 
	letter-spacing: 0.02em
}
#logowrapper:hover > #logo{ 
	color: #cc2011;
	border-bottom: 8px solid #cc2011 !important;
}
#logowrapper:hover > #claim { 
	color: #cc2011;
}
.intro {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;	
}
.intro img {
	float: right;
	width: 50%;
	height: auto;
}
.wrapper {
	width: 1008px;
	margin: 0 auto;	
	clear: both;
	box-sizing: border-box;
} 
.section {
	position: relative; 
	z-index: 99;
	padding-top: 100px;
	background: #fff;
	
}
.section.first {
	padding-top: 300px;
}
.section.dark {
	margin-top: 100px;
	padding-top: 60px;
	border-top: 1px solid #ccc;
}
.section.hide { 
	display: none;
}
.pagetitle {
	position: fixed;
	left: 4%;
	bottom: 30px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 0;
	z-index: 999;
}
.pagetitle h1 {
	color: #000;
	text-decoration: none;
	padding: 0;
	display: block;
	width: 30rem;
	text-align: left;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.offohidden {
	opacity: 0;
}
.offofadein {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


/* ========================================================================== CLEARFIX */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}


/* ========================================================================== MAIN NAVIGATION */

html.freeze {
	overflow: hidden;
}
#main-navigation-wrapper {
	display: block;
}
.main-navigation-btn {
	width: 40px;
	height: 40px;
	position: fixed;
	background: none;
	top: 80px;
	right: 4%;
	float: left; 
	z-index: 1000001;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
}
.main-navigation-btn .burger {
	width: 40px;
	height: 8px;
	background: #000;
	margin-bottom: 8px;
}
.main-navigation-btn:hover > .burger {
	background: #cc2011;
}
.main-navigation-btn.active .bar1 {
	transform: rotate(45deg) translate(12px, 12px);
}
.main-navigation-btn.active .bar2 {
	opacity: 0;
}
.main-navigation-btn.active .bar3 {
	transform: rotate(-45deg) translate(10px, -10px);
}
.main-navigation-btn.active {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateX(-340px);
	-moz-transform: translateX(-340px);
	-ms-transform: translateX(-340px);
	-o-transform: translateX(-340px);
	transform: translateX(-340px);
	background: none;
}
.main-navigation-btn.superactive {
	-webkit-transform: translateX(-700px);
	-moz-transform: translateX(-700px);
	-ms-transform: translateX(-700px);
	-o-transform: translateX(-700px);
	transform: translateX(-700px);
	background: none;
}
#main-navigation {
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0; 
	right: 0;
	-webkit-transform: translateX(720px);
	-moz-transform: translateX(720px);
	-ms-transform: translateX(720px);
	-o-transform: translateX(720px);
	transform: translateX(720px);
	z-index: 1000001;
}
#main-navigation.active {
	background: #fff;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateX(360px);
	-moz-transform: translateX(360px);
	-ms-transform: translateX(360px);
	-o-transform: translateX(360px);
	transform: translateX(360px)
}
#main-navigation.superactive {
	background: #fff;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
} 
.main-navigation-col1,
.main-navigation-col2  {
	float: left;
    width: 340px;
	padding-top: 90px;
	padding-left: 20px;
    height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
} 
.main-navigation-col2 {
	height: 90%;
	background: #fff;
}
#main-navigation li,
.main-navigation-col2 li {
	padding-bottom: 8px;
}
#main-navigation ul,
#main-navigation li {
	list-style: none;
	display: block;
	margin: 0;
	padding-left: 8px;
}
#main-navigation li:last-child {
	margin-bottom: 40px;
}
#main-navigation li li:last-child {
	margin-bottom: 24px;
}
#main-navigation a {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	line-height: 30px;
	padding: 0;
	padding-right: 8px;
	border: none;
	display: block;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
#main-navigation .current-menu-item a,
#main-navigation a:hover { 
    color: #cc2011 !important;
}
#main-navigation .current-menu-item.inactive > a  {
	color: #000 !important;
}
#main-navigation li:hover > a {
	color: #cc2011 !important;
}
#main.inactive {
	-webkit-transform: translateX(-360px);
	-moz-transform: translateX(-360px);
	-ms-transform: translateX(-360px);
	-o-transform: translateX(-360px);
	transform: translateX(-360px);
}
#main.superinactive {
	-webkit-transform: translateX(-760px);
	-moz-transform: translateX(-760px);
	-ms-transform: translateX(-760px);
	-o-transform: translateX(-760px);
	transform: translateX(-760px);
}
#backbutt {
	background: 0 0 rgba(255, 255, 255, 0);
	height: 100%;
	display: none;
    position: fixed;
    top: 0; 
	left: 0;
    width: 100%;
	z-index: 999;
}
#overlay {
	background: 0 0 rgba(255, 255, 255, 0.9);
	height: 100%;
	display: none;
    position: fixed;
    top: 0; 
	left: 0;
    width: 100%;
	z-index: 999;
}
#main-navigation .deep-btn.superactive >  a,
.deep-btn.superactive a {
	color: #cc2011 !important;
}
#main {
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#masthead.small {
	background: #fff;
	height: 60px;
	-ms-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	-moz-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	-o-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	-webkit-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
}
#logo.small {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 1px;
	border-bottom: 3px solid #000;
}
#logowrapper.small {
	padding-top: 20px;
}
#logowrapper.small:hover > #logo { 
	border-bottom: 3px solid #cc2011 !important;
}
#claim.small {
	display: none;
}
.main-navigation-btn.small {
	width: 28px;
	height: 28px;
	top: 24px;
}
.burger.small {
	width: 22px;
	height: 3px;
	margin-bottom: 5px;
}


/** ========================================================================== SEARCH */

#searchform{
	box-sizing: border-box;
	margin-bottom: 40px;
	bottom: 2%;
	display: block;
	position: absolute;
	margin-right: 400px;
	border-bottom: 4px solid #000;
}
#searchform input[type="search"] {
	font-size: 24px !important;
	font-weight: 700 !important;
	letter-spacing: 0em !important;
	width: 80% !important;
	float: left !important;
	border: none !important;
	padding-left: 0 !important;
	text-indent: 4px;
}
#searchform:hover {
	border-bottom: 4px solid #cc2011 !important;
}
#searchform button {
	width: 20% !important;
	height: auto;
	float: right;
	border: none;
	padding: 8px;
	background: none;
}
#searchform button:before {	
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 24px !important;
	line-height: 100%;
	display: inline-block;
}
#searchform button:hover, 
#searchform button:active {
	color: #cc2011 !important;
	cursor: pointer !important;	
}


/* ========================================================================== SOCIAL NAVIGATION */

#social-navigation {
	position: fixed;
	bottom: 60px;
	right: 4%;
	float: right;
	z-index: 100;
	cursor: pointer;
	line-height: 48px;
	
}
#social-navigation a:link {
	text-decoration: none; 
	color: #000;
	border: none;
}
#social-navigation a:active { 
	text-decoration: none; 
	color: #cc2011;
}
#social-navigation a:visited { 
	text-decoration: none;
	color: #000;
}	
#social-navigation a:hover {
	text-decoration: none;
	color:#cc2011 !important;
}
.social-btn,
.social-icon {
	height: 36px;
	padding: 8px;
	margin-right: -8px;
	font-family: 'FontAwesome';
	font-weight: 400 !important;
	line-height: 36px !important;
	text-align: center;
	font-size: 36px !important;
	font-style: normal !important;
	display: inline;
}
.social-btn.small {	
	font-size: 14px !important;
}
.social-icon {
	margin-left: 8px;
	margin-right: 8px;
	font-size: 16px !important;
}
.social-fb:before {	
	content: "\f09a";
}
.social-instagram:before {	
	content: "\f16d";
}	
.social-tumblr:before {	
	content: "\f173";
}
.social-youtube:before {	
	content: "\f167";
}
.social-vimeo:before {	
	content: "\f194";
}
#social-navigation.active { 
	visibility: visible;
}


/** ========================================================================== POSTS */

.wrapper {
	width: 1040px;
	margin: 0 auto;	
	clear: both;
	box-sizing: border-box;	
}
.post {
	width: 100%;	
	float: left;
	margin-top: 0px;
	margin-bottom: 48px;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 0px;
	box-sizing: border-box;
}
.post:hover > a h1,
.post:hover > a .subline {
	color: #cc2011 !important;
}
.post:hover > a .date {
	color: #000;
}
.thumb { 
	width: 100%;
	height: auto;
	min-height: 100px;	
	padding-bottom: 24px;	
}
.thumb img { 
	width: 100%;
	height:100%;
	display: block;
}
.post.xs {
	width: 25%;
}
.post.s {
	width: 33.3334%;
}
.post.m {
	width: 50%;
} 
.post.l {
	width: 66.6667%;
	margin-left: 16.667%;
}
.post.xl {
	width: 100%;
}
.title,
.text {
	width: 100%; 
	height: auto;
	float: left;
	margin: 0;
	box-sizing: border-box;
	letter-spacing: 0em;
}
.subline {
 	font-size: 20px;
 	line-height: 24px;
	font-weight: 700;	
	padding-top: 15px;
}
.uppercase {text-transform: uppercase;}
.text p {
	color: #333;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-lines: 1;
	hyphenate-limit-lines: 1;
	-webkit-hyphenate-limit-chars: auto 2;
	hyphenate-limit-chars: auto 2;	
}
.text.excerpt,
.text.excerpt p {
	font-family: 'PT Serif', serif;
	font-size: 17px;
	line-height: 24px;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	color: #000;
	padding-bottom: 44px;
	letter-spacing: 0.02em;
}
.text.excerpt p {
	padding-bottom: 24px;
}
.text.excerpt.foot {
	padding-top: 48px;
	padding-bottom: 0;
} 
.category {
	font-family: 'Lato';
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}
.category li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.col-1 {
	float: left;
	width: 16.6667%;
	font-family: 'Lato';
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
}
.col-2 {
	float: right;
	width: 83.3333%;
}
.post.cols .title {
	float: left;
	width: 83.333%;
	margin-left: 16.6667%;
	margin-bottom: 48px;
	padding-right: 20%;
}
.post.cols .title h1 {
	font-size: 64px;
	line-height: 70px;
	font-weight: 700;
	letter-spacing: 0em;
}
.post.cols .text {
	float: left;
	width: 80%;
}
.tags {
	padding-top: 20px;
	padding-right: 16px
}
.tags li:before {
	content: '\b7\a0\a0';
}
.tags li {
	list-style-type: none;
 	text-indent: -0.7em;
}
.tags li a {
	text-transform: capitalize;
}
 
/** ========================================================================== POST L*/

.post.l {
	margin-bottom: 40px;
}
.post.l .thumb {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.post.l .title, 
.post.l .subline,
.post.l .text {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	float: left;	
}
.post.l h1 {
	font-size: 64px;
	line-height: 60px;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.post.l .subline {
	margin-top: -6px;
	margin-bottom: 40px;
}
.post.l .text p {
	margin-bottom: 0;
}


/** ========================================================================== POST M  */

.post.m {
	width: 50%;
	overflow: hidden;
	margin-bottom: 160px;
}
.post.m:nth-child(2n+1) {
	clear: both;
}
.post.s h1,
.post.m h1 {
	font-size: 20px;
	line-height: 24px;
}
.post.m.list {
	width: 66.667%;
	overflow: hidden;
	margin-left: 16%;
	margin-bottom: 200px;
}
.post.m.list.nothumb {
	margin-bottom: 60px;
}
.post.s .title, 
.post.s .date,
.post.s .subline,
.post.s .author,
.post.s .category,
.post.m .title, 
.post.m .date,
.post.m .subline,
.post.m .author,
.post.m .category {
	width: 100%; 
	height: auto;
	float: left;
	padding-left: 0;
	padding-right: 0;
	line-height: 24px;
	margin: 0;
	box-sizing: border-box;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-align: left;
}
.post.s .date,
.post.s .author,
.post.s .category,
.post.m .date,
.post.m .author,
.post.m .category {
	width: auto; 
}
.post.s .category a:after,
.post.m .date:after,
.post.m .category a:after {
	padding-left: 4px;
	padding-right: 4px;
	content: '/';
}
.post.m .thumb {
	padding-bottom: 8px;
}
.post.m .subline {
	padding-bottom: 0px;
}.post.m .title {
	margin-top: -3px;
}
.post.m .excerpt {
	padding-top: 20px;
}


/** ========================================================================== POST S / XS  */

.post.s {
	width: 33%;
}
.post.s:nth-child(3n+1) { 
	clear: both;
}
.post.xs {
	width: 25%;
}
.post.xs:nth-child(4n+1) { 
	clear: both;
}
.post.s .text p,
.post.xs .text p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 0;
}
.post.s.team .title {
	text-align: center;
}


/* ========================================================================== FOOTER  */

.footer {
  	width: 100%;
	background: #fff;
}
.footer-content {
	float: right;
	padding-right: 4%;
	padding-bottom: 30px;
}
.footer p,
.footer a  {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: right;
	padding-bottom: 0;
}
.footer a:hover {
	color: #cc2011;
}


/** ========================================================================== BUTTONS */

.button-wrapper {
	text-align: center;
	z-index: 999;
}
.button { 
	width: 100%;
	max-width: 160px;
	position: relative;
	text-align: center; 
	display: inline-block;
}
.button,
input[type="button"], 
input[type="submit"] {
	font: 10px 'Lato', sans-serif !important;
	font-style: normal !important;	
	font-weight: 700 !important;
	text-transform: uppercase !important;
	line-height: 16px !important;
	color: #000 !important;
	text-align: center !important;
	min-width: 152px !important;
	text-indent: 0 !important;
	background-color: transparent !important;
	border: 2px solid #000 !important;
	padding: 8px !important;
 	margin-right: 8px !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	border-radius: 0 !important;
}
.button:hover, .button:active {
	border: 2px solid #cc2011 !important;
	color: #cc2011 !important;
	cursor: pointer !important;	
}
.readmore { 
	padding-left: 8px;
}
.readmore:hover {
	color: #cc2011;
}
.more-link {
	display: none;
}


/** ========================================================================== INPUT ETC */

select, 
input, 
textarea {	
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: none !important;	
	padding: 8px !important;
	margin: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-op-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: #fff !important;
	border: 2px solid #000 !important;	
	-webkit-transition-duration: 0.2s !important;	
    -moz-transition-duration: 0.2s !important;
    -o-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-indent: 0;
	box-sizing: border-box
}
select:hover, 
select:checked, 
input:hover, 
input:checked { 
	border: 2px solid #000 !important;	
	background: none !important;
	color: #000 !important; 
}
select:active, 
select:focus, 
input:active, 
input:focus {
	box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: none !important;	
	border: 2px solid #000 !important;	
	color: #000 !important;
} 
textarea, 
input[type="text"], 
input[type="email"], 
input[type="tel"] {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.1em !important;
	text-transform: none !important;
	width: 100% !important;
	vertical-align: middle !important;
	box-sizing: border-box
}
input[type="number"] {
	font-size: 13px !important;
	font-weight: 700 !important;
	height: 32px !important;
	width: 32px !important;
	text-indent: 0 !important;
	padding: 0 !important;
	box-sizing: border-box
}
input[type="radio"], 
input[type="checkbox"], 
.input-checkbox {
	width: 16px !important;
	height: 16px !important;
	margin-right: 16px !important;
	margin-top: 0 !important;
	display: inline-block !important;
	box-sizing: border-box;	
}
input[type="radio"]:hover, 
input[type="checkbox"]:hover, 
.input-checkbox:hover  { 
	border: 2px solid #000 !important;	
	color: #000 !important; 
}
input[type="radio"]:checked, 
input[type="checkbox"]:checked, 
.input-checkbox:checked  { 
	background: #a2d6c7 !important;
	border: 2px solid #000 !important;	
	color: #000 !important; 
}


/** ========================================================================== THICKBOX */

#TB_overlay {
	background-color: #fff !important;
	opacity: 0.9 !important;
}
#TB_window {
	box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
	background-color: #000 !important;
	width: 1px !important;
}
#TB_window a, #TB_window a:hover {
	text-decoration: none !important;
	border: none !important; 
}
#TB_Image {
	border: 2px solid #000 !important; 
	margin: 0 !important;
}
.screen-reader-text {
	display: none !important;
}
.tb-close-icon{
	color: #cc2011 !important;
	display: none !important;
}
.tb-close-icon:hover{
	color: #fff !important;
}
.tb-close-icon:before {
	font: 12px 'FontAwesome' !important;
	font-weight: normal !important;
	content: '\990d' !important;
	padding-left: 16px !important;
}
#TB_caption {
	display: none !important;
}
#TB_load {
	position: fixed;
	display: none !important;
}
#TB_load:before { 
	width: 200px !important;
	height: 200px !important;
	background-color: #000 !important;
	content: '\e646' !important;
	font: normal 20px/29px 'themify' !important;
	display: none !important;
}
#TB_closeWindow {
	display: none !important;
}


/** ========================================================================== IMAGES */

img,
a img {
	border: none !important;
}
p img {
	max-width: 100%;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; 
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
.alignnone  {
	width: 100% !important;
	height: auto;
	margin: 0;	
	padding: 0;
	box-sizing: border-box;
	padding-top: 24px;
	padding-bottom: 24px;
}
img.alignnone,
.alignnone img {
	width: 100% !important;
	height: auto;
	padding-top: 0;
	box-sizing: border-box;
	float: none;
}

.alignleft,
.alignright {
	width: 100% !important;
	height: auto;
	margin: 0;	
	padding-top: 24px;
	padding-bottom: 24px;
	box-sizing: border-box;
	float: left;
}
.alignright {
	float: right;	
}
img.alignleft,
.alignleft img {	
	width: 100% !important;
	box-sizing: border-box;
	padding-right: 50%;
}
img.alignright,
.alignright img {	
	width: 100% !important;
	box-sizing: border-box;
	padding-left: 50%;
}

.aligncenter {
	width: 100% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter,
.aligncenter img {
	width: 100% !important;
	height: auto;
	padding-top: 0;
	padding-left: 25%;
	padding-right: 25%;
	box-sizing: border-box;
	float: none;
}
.wp-caption-text {
	font-family: 'Lato';
	font-size: 12px;
	line-height: 24px;
	padding-top: 0;
	font-weight: 700;
	text-align: left;
}
.alignright .wp-caption-text {
	text-align: right;
}


/* ========================================================================== QUATSCH */

#left-eye,#right-eye{
    display: block;
    position: relative;
	background: #fff;
}                
#left-eye{
	border-radius: 25px 5px 15px 15px;
	top: 420px;
	left: 402px;
	width: 12px;
	height: 35px;
}                
#right-eye{
	border-radius: 180px 100px 190px 100px;
	top: 324px;
	left: 789px;
	width: 60px;
	height: 68px;
}
#left-pupil {
    width: 15px; 
	height: 15px;
    border-radius: 50%;
    display: block;
    position: absolute;
	background-image: url(img/pupil.png);
	background-repeat: no-repeat;
	background-size: 100%
}
#right-pupil {
    width: 20px; 
	height: 20px;
    border-radius: 65%;
    display: block;
    position: absolute;
	
	background-image: url(img/pupil.png);
	background-repeat: no-repeat;
	background-size: 100%
}


/* ========================================================================== FALLBACK */
.no-js .wrapper { margin-left: 60px;}
.no-js .main-navigation-btn { display: none;}
.no-js #main-navigation {
	background: transparent;
	-webkit-transform: translateX(360px);
	-moz-transform: translateX(360px);
	-ms-transform: translateX(360px);
	-o-transform: translateX(360px);
	transform: translateX(360px)
}


/* ========================================================================== RESPONSIVE */

@media only screen and (min-width: 761px) and (max-width: 1040px) { 

/* MENU */
.main-navigation-btn.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	right: 40px;
}
.main-navigation-btn.active .burger {
	width: 40px;
	height: 8px;
	background: #000;
	margin-bottom: 8px;
}
#main-navigation.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	float: left;
	width: 100%;
	overflow-y: scroll;
}
#main-navigation li {
	padding-left: 0;
}
#main-navigation li a {
	width: 100%;
	display: inline-block;
}
#main-navigation .deep-btn {
	display: none;
}
.main-navigation-col1, 
.main-navigation-col2 {
  	width: 50%;
	padding-left: 24px;
	padding-right: 24px;
	clear: none;
	box-sizing: border-box;
}
/* */

.wrapper {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	box-sizing: border-box;
}

#left-eye,
#right-eye {
	display: none;
}


}


@media only screen and (min-width: 761px) and (max-width: 1040px) and (orientation:portrait) { 

.post.xs,
.post.s,
.post.m {
	width: 50%;
	margin-left: 0;
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 100px;
}
.post.s:nth-child(3n+1) {
	clear: none;
}
.post.s:nth-child(2n+1) {
	clear: both;
}
.post.xl,
.post.l,
.post.xl,
.post.cols {
	width: 100%;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}
#left-eye,
#right-eye {
	display: none;
}



}


@media only screen and (max-width: 760px)  {

/* MENU */
.main-navigation-btn {
	width: 28px;
	height: 28px;
	top: 24px;
}
.main-navigation-btn .burger {
	width: 22px;
	height: 3px;
	margin-bottom: 5px;
}
.main-navigation-btn.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	right: 40px;
}
.main-navigation-btn.active .burger {
	width: 40px;
	height: 8px;
	background: #000;
	margin-bottom: 8px;
}
#main-navigation.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	float: left;
	width: 100%;
	overflow-y: scroll;
}
#main-navigation li {
	padding-left: 0;
}
#main-navigation li a {
	width: 100%;
	display: inline-block;
}
#main-navigation .deep-btn {
	display: none;
}
.main-navigation-col1, 
.main-navigation-col2 {
  	width: 100%;
	height: auto;
	padding-left: 24px;
	padding-right: 24px;
	clear: both;
	box-sizing: border-box;
}
#searchform {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}
#social-navigation {
	display: none;
}


/* */

#masthead {
	width: 100%;
	top: 0;
	background: #fff;
	height: 60px;
	-ms-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	-moz-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	-o-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	-webkit-box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
	box-shadow: 0px 4px 4px rgba(255, 255, 255, 1); 
}
#logo {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 1px;
	border-bottom: 3px solid #000;
}
#logowrapper {
	padding-left: 24px;
	padding-top: 20px;
}
#logowrapper:hover > #logo { 
	border-bottom: 3px solid #cc2011 !important;
}
#claim {
	display: none;
}
.wrapper {
 	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
	position: relative;
}
.section,
.section.dark {
	padding-top: 2em;
	margin-top: 0;
}
#intro,
.section.first {
	padding-top: 8em;
}
.post {
	width: 100%;
	height: auto;
 	margin-bottom: 24px;
	max-height: auto;
}
.post.xs,
.post.s,
.post.m,
.post.m.list,
.post.xl,
.post.l,
.post.xl,
.post.cols,
.col-1,
.col-2 {
	width: 100%;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}
.post.m,
.post.m.list {
	margin-bottom: 40px;
}
.post .title,
.post .subline,
.post .text,
.post.xs .title,
.post.xs .subline,
.post.xs .text,
.post.s .title,
.post.s .subline,
.post.s .text,
.post.m .title,
.post.m .subline,
.post.m .text,
.post.l .title,
.post.l .subline,
.post.l .text,
.post.xl .title,
.post.xl .subline,
.post.xl .text,
.post.cols .title,
.post.cols .subline,
.post.cols .text {
	width: 100%;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	clear: both;
}
.post.cols .title h1,
.post.cols .subline {
	font-size: 20px !important;
	line-height: 24px;
}
.col-1 {
	padding-bottom: 24px;
}
.post.cols .title {
	margin-bottom: 10px;
}
.post.l .subline {
	margin-bottom: 1em;
}
#left-eye,
#right-eye {
	display: none;
}
.pagetitle {
	position: absolute;
	left: 0;
	top: 0;	
	margin-top: 4em;
	padding-left: 24px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: 100%;
	height: 4em;
	box-sizing: border-box;
	z-index: 100;
}
.pagetitle h1 {width: 100%;}

}