/*
Theme Name: Lonja
Theme URI: http://wordpress.org/
Description: Theme of the Icon Blog based on the default theme by Michael Heilemann
Version: 0.2
Author: Melih Bilgil
Author URI: http://www.lonja.de/
Tags: none

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Colors: Primary f22e38 (RGB Value: 242, 46, 56) and Text: 000000
*/

body {
	font-size: 100%; /* Resets 1em to 10px */
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 24px;
	text-align: left;
	outline: none;
  margin: 0;
	padding: 0;
	min-height: 880px;
	background: #f5f8fa;
}

.hide {
	display: none;
	}

.code {
	background-color: #fffff;
	padding: 6px 16px 6px 16px;
	margin-bottom: 16px;
	}

#navigation {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 22px;
	width: 200px;
	margin-top: 40px;
	margin-left: 28px;
	}

#navigation .current {
	color: #f22e38;
	}

#page {
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	}

#header {
	margin: 32px 20px 0px 32px;
	clear: left;
	}

#header a {
	text-decoration: none;
	line-height: 16px;
	letter-spacing: 2px;
	}

#content {
	font-size: 24px;
	line-height: 28px;
	padding-top: 64px;
  max-width: 2400px;
  margin: 0 auto;
  text-align: center;
	font-weight: 100;
	}

h5 {
	font-weight: 100;
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
}

#content p, #content h4 {
	text-align: left
}

#footer {
	border: none;
	font-size: 24px;
	line-height: 28px;
	margin: 64px 0 32px 32px;
	font-weight: 100;
	}

a {
	border: 0;
	outline: none;
	}

.widecolumn {
	font-family: 'Helvetica', Arial, sans-serif;
	min-width: 700px;
	margin-top: 20px;
	}

.widecolumn .entry {
	font-family: 'Helvetica', Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	}

.widecolumn .entry p {
	font-family: 'Helvetica', Arial, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	width: 900px;
	}

#bilder {
	max-width: 1200px;
	margin-bottom: 12px;
	}

.alignleft {float: left;}

.narrowcolumn {
	min-width: 200px;
	}

.narrowcolumn p {
	max-width: 800px;
	}

#date {
	color: #000000;
	margin: 0 0 12px 0;
	display: none;
	}

h4  {
	margin-top: 32px;
	margin-bottom: 16px;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 3px solid #000000;
	width: 180px;
	color: #000000;
	}

h4 a {
	text-decoration: none;
	}

.narrowcolumn .entry {
	margin-left: 0px;
	display: inline-block;
	}

.post {
	text-align: left;
	display: inline-block;
	position: relative;
	margin: 24px 10px 12px 24px;
	}

.narrowcolumn .pageset .post {
    float: inherit;
}

#Blog .post {
	clear:both;
	text-align: left;
	margin-right: 24px;
	margin-top: 20px;
	}

#infscr-loading {
	clear: both;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 400;
}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata a {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 14px;
	}

/* Menu Anfang */
#sidebar {
	font-family: 'Helvetica', Arial, sans-serif;
	margin: 0px 20px 0 32px;

	}

/* Sidebar_Right */
.menu-right-menu-container {
	float: right;
	margin: -64px 0 0 0;
}

.menu-right-menu-container li a {
	clear: both;
	display: block;
}

#sidebar h2 { /* Sidebar Headlines */
	font-family: 'Helvetica', Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 12px;
	letter-spacing: 2px;
	}

#sidebar p {
	margin-left: 0px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #000;
	}

#sidebar ul li {
		float: left;
		}

#sidebar ul li a {
	margin: 0 32px 0 0;
	line-height: 32px;
	font-size: 24px;
	display: block;
  position: relative;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	color: #f22e38;
	}

#sidebar ul li a:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    transition: width 0s ease, background 0.6s cubic-bezier(.19,.74,.21,.92);
}

#sidebar ul li a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #f22e38;
    transition: width 0.6s cubic-bezier(.19,.74,.21,.92);
}

#sidebar ul li a:hover:before {
    width: 100%;
    background: #f22e38;
    transition: width 0.6s cubic-bezier(.19,.74,.21,.92);
}

#sidebar ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}


#sidebar ul li .current-cat a, #sidebar ul li .current_page_item a {
	text-decoration:none;
	line-height: 16px
	}


#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 0;
	padding: 0px;
	}

#sidebar ul li {  /* Sidebar Abstand von einer zur anderen Kategorie */
	list-style-type: none;
	list-style-image: none;
	margin-right: 0px;
	padding: 0px;
	}

#sidebar ul li h2.widgettitle { /* Innen Links Sidebar */
	margin-left: 0px;
	line-height: 14px;
	}

#sidebar #pages-2 { /* Sidebar Einzelseiten */
	width: 140px;
	}

#sidebar #linkcat-6 { /* Sidebar Links */
	width: 146px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
	}

#sidebar ul ul li, #sidebar ul ol li { /* Abstand zwischen den einzelnen Listenelementen */
	margin-top: 3px;
	}

/* Menu Ende */

.zoom {

	outline: 2px solid rgba(242, 46, 56, 0.0);
	outline-offset: 4px;

	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);

	-webkit-transition: all 0.8s cubic-bezier(.42,0,.58,1);
	-moz-transition: all 0.8s cubic-bezier(.42,0,.58,1);
	-o-transition: all 0.8s cubic-bezier(.42,0,.58,1);
	transition: all 0.8s cubic-bezier(.42,0,.58,1);

}

.zoom:hover {
	outline: 2px solid rgba(242, 46, 56, 1);
	outline-offset: 10px; /*Delete if you don't want an offset */

	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);

	-webkit-transition: all 0.5s cubic-bezier(.35,.17,.48,.99);
	-moz-transition: all 0.5s cubic-bezier(.35,.17,.48,.99);
	-o-transition: all 0.5s cubic-bezier(.35,.17,.48,.99);
	transition: all 0.5s cubic-bezier(.35,.17,.48,.99);
}

#smalltitle { /* Title bei Uebersicht */
	margin-top: 32px;
	font-size: 24px;
	}

#smalltitle p { /* shortdesc */
	-webkit-backface-visibility: hidden;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	}

#smalltitle a { /* Headline index */
	text-rendering: auto;
	-webkit-backface-visibility: hidden;
	color: #f22e38;
	max-width: 200px !important;
	text-decoration: none;
	line-height: 28px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}

#Blog #smalltitle a { /* Blog Ueberschrift */
	color: #000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 16px;
	letter-spacing: 1px;
	}

.widecolumn #smalltitle a { /* single Ueberschrift */
    color: #f22e38;
	text-decoration: none;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1px;
	}

.narrowcolumn img {
	margin-top: 0px;
    }


h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	}

.headtitle {
	margin: 0px 32px 0px 0px; /* Position */
	/* width: 140px; */
	}

.headtitle a {
	font-family: "Helvetica",Arial,sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 26px !important;
	color: #000000;
	margin: 0 32px 0 0;
	text-transform: uppercase;
	letter-spacing: 2px !important;
	float: left;
	}

.entry a:hover {
	text-decoration: underline;
	}

.entry p a:visited {
	color: #000;
	}

h1 { /* Abstand zwischen h1 und h1.sub */
	padding-top: 0;
	margin: 0;
	}

h2 { /* headline container */
	margin: 0px 0 0;
	margin-left: 0em;
	line-height: 1.2em;
	}

h2 a:hover { /* headlines in post - hover*/
	color: #000;
	text-decoration: none;
}

h2.pagetitle {
	border-top: 1px solid #000;
	margin-top: 0px;
	width: 172px;
	font-weight: normal;
}

.subhead {
	font-family: 'Helvetica', Arial, sans-serif;
	font-size:14px;
	text-align: left;
	background-image: none;
	border: none;
	letter-spacing: 1px;
}

h3, strong { /* Trenner im Text*/
	margin: 40px 0 0 0;
	color:#000000;
	font-weight: 800;
	}

h3 a { /* h3 Posts*/
	margin-left: 0em;
	max-width: 320px;
	line-height: 16px;
	font-size:14px;
	font-family: 'Helvetica', Arial, sans-serif;
}

a { /* Men� */
	color: #000;
	text-decoration: underline;
	}


/* End Headers */
html {
	padding: 0;
	margin: 0;
	}
html>body .entry ul {
	padding: 0 0 0 14px;
	margin-top: -12px;
	}

html>body .entry li {
	padding: 0;
	margin: 0;
	}

#sidebar .widget {
	float:left;
	}

h2 .widgettitle {
	min-width: 120px;
}

.imgsplit {
	margin-bottom: 0px;
	}


p img {
	margin-right: 8px;
	margin-bottom: 8px;
	}

a img {
	border: none;
	}

img#wpstats {
	display: none;
	}

#arrow_up img {
	margin: 0 0 -20px 0;
	border: none;
	}

#arrow_up, #arrow_up a {
	margin: 24px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #f22e38;
	font-size: 18px;
	font-weight: 800;
	}

/* Related Post */
.related {margin-top: 100px; clear: left; max-width: 900px; font-size: 24px; text-transform: uppercase; font-weight: bold; line-height: 28px;}
.related p{color: #000000; margin-top: 0px; }
.related a{text-decoration: none; color: #f22e38}
.related img {margin: -15px 0 20px 0;}
.related_head {color: #000000; font-size: 24px; text-transform: uppercase; font-weight: bold;}

.relatedpost {
	float: left;
	margin: 10px 20px 0 0;
	}

/* Highlight */
.highlight {
	height: auto;
	width: auto;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	max-width: 880px;
	background: #f22e38;
	color: #ffffff;
	margin: 0 12px 80px 0;
	padding: 6px 6px 6px 6px;
	line-height: 40px;
	}

.highlight a, .highlight p, span .highlight, .highlight a:hover {
	text-decoration: none;
	color: #ffffff !important;
}

#clients {
	max-width: 880px;
	text-align: left;
}

/* Slideshow */
.metaslider .caption-wrap {
    position: absolute;
    left: initial !important;
    top: 0px;
    right: 0px !important;
    background: none !important;
    color: #000 !important;
}

.metaslider .caption-wrap {
    color: #000;
    line-height: 1.4em;
    text-align: right;
}


/* Videos */
embed {margin-top: 12px;}
object {margin-top: 12px;}

video {
  width: 100%    !important;
  height: auto   !important;
}

.responsive-video {
	margin-bottom: 24px;
}

/* Body Frame Rahmen */

.body-frame .top {
    top: 0px;
}
.body-frame .top, .body-frame .bottom {
    width: 100%;
    height: 10px;
}

.body-frame .right {
    right: 0px;
    top: 0px;
}
.body-frame .left, .body-frame .right {
    height: 100%;
    width: 10px;
}

.body-frame .bottom {
    bottom: 0px;
}
.body-frame .top, .body-frame .bottom {
    width: 100%;
    height: 10px;
}

.body-frame .left {
    left: 0px;
    top: 0px;
}
.body-frame .left, .body-frame .right {
    height: 100%;
    width: 10px;
}

.body-frame div {
    background: none repeat scroll 0% 0% #000000;
    z-index: 999;
    position: fixed;
}

#menu-item-1992 {
	display: none;
}






/* For mobile phones */
@media screen and (max-width: 1200px) {
	.menu-right-menu-container {
		clear: both;
		float:left;
		margin: 0px 0 0 0;
	}
}

@media screen and (max-width: 900px) {
	#wpadminbar {
		display: none;
		height: 0px;
	}
	body {
		margin: 16px;
	}

	#responsive-menu-pro-container {
		margin: 0 0 0 0px !important;
		display: !important;
		-webkit-backdrop-filter: blur(6px);
		backdrop-filter: blur(6px);
	}

	#responsive-menu-pro a {
		font-weight: 800;
		text-transform: uppercase;
	}

	#responsive-menu-pro-wrapper {
		position:relative;
		top: 50%;
  transform: translateY(-50%);

	}

	.fade-top: {
		opacity: 0;
	}

	.menu-right-menu-container {
		clear: both;
		float:left;
		margin: 0px 0 0 0;
	}

	#header {
    margin: 16px 0px 0px 0px;
	}
	#sidebar {
    margin: 0px 20px 0 0px;
	}

	#sidebar ul, #sidebar ul ol {
		margin: 4px 0 0 0;
		padding: 0px;
		}

	.post, .post .imgcontainer, .page {
		display: block;
		position: relative;
		height: auto;
	}

	.imgcontainer {
		z-index: 0;
	}
	.widecolumn {
		min-width: 200px;
	}
	.narrowcolumn {
		margin: 24px 0px 12px 0;
		width: 98% !important;
	}

	.widecolumn .post {
    margin: 24px 0px 12px 0;
		width: 98% !important;
	}

	.post {
    margin: 24px 0px 12px 0;
	}

	.widecolumn .entry p,	.narrowcolumn p, ul .slides {
		width: 100% !important;
	}

	.narrowcolumn .entry {
    margin-left: 0px;
    display: inherit;
	}

	.ml-slider-3-8-1 {
		max-width: 100% !important;
	}

	.post img, .page img, .imgcontainer a img, .narrowcolumn img {
		height: auto;
		width: 100% !important;
	}

	#arrow_up img {
		max-width: 48px;
		height: auto;
		border: none;
		}

	#footer {
		margin: 64px 0 24px 0px;
	}

	/* Typo Fonts */
	h4, h5, #sidebar ul li a, #smalltitle, #smalltitle a, #smalltitle p, .headtitle a, .related, .related_head, .widecolumn #smalltitle a, #content, #footer {
		font-size: 18px;
		line-height: 24px;
	}

	.highlight {
		font-size: 18px;
		line-height: 28px;
	}

	/* Rahmen Mobil */
	.body-frame .top, .body-frame .bottom {
			width: 100%;
			height: 0px;
	}
	.body-frame .left, .body-frame .right {
			height: 100%;
			width: 0px;
	}
	.body-frame .top, .body-frame .bottom {
			width: 100%;
			height: 0px;
	}
	.body-frame .left, .body-frame .right {
			height: 100%;
			width: 0px;
	}

	/* YouTube Video wrapper */
	.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

	.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	margin-bottom: 12px;
	height: 0;
	overflow: hidden;
	}

}

.clearfix {
	clear: both;
	font-size: 0px;
}
