/*---------------------------------------------------------------------------------

	Theme Name: bluesonkel
   Text Domain: bluesonkel
	Version: 0.1
	Description: Based on McLuhan. McLuhan is a clean, simple and lightweight WordPress theme, featuring a front page with a complete post archive arranged by year rather than a traditional blog flow. It also sports fully customizable background colors for the sidebar and content, responsive design, social network links with icons, an AJAX-powered mobile search with instant results, a resume page template and a full-width template. Demo: http://www.andersnoren.se/themes/mcluhan/
	Tags: two-columns, left-sidebar, custom-menu, custom-colors, editor-style, featured-images, full-width-template, sticky-post, threaded-comments, theme-options, blog, translation-ready
	Author: Holger Kohl. Original McLuhan from Anders Norén
	Author URI: http://www.andersnoren.se
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Archive
	5.	Singular
	6.  Entry Content
	7.	Comments
	8.	Page Templates
	9.	Pagination
	10.	Footer
	11. Media Queries

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
    min-height: 100%; 
}
main {
	display:block;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:400;
	font-style:normal;
	font-size:100%;
	line-height:1;
	text-align:left;
}

.entry-content .event-title h3 {
font-weight:600;	
	}
	
li .event-location {
font-size:90%;	
	}

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

ol, ul { list-style:none; }

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

a { outline:none; }

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

.more-link {
  font-weight:600;
  font-size:80%;
  font-style:italic;
  padding-top: 5px;
  text-decoration: underline;
}

.content-more {
	font-weight:600;
  font-size:80%;
  font-style:italic;
  text-decoration: underline;
  padding-top: 5px;	
	}

/* Screen Reader Text */
.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	height: 1px;
	overflow: hidden;
    position: absolute !important;
    width: 1px;
}

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


/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */


body {
  background: #fff;
	border: none;
	padding-left: 314px;
	
	color: #fff1df;
	font-family: serif;
	font-size: 95%;
	font-weight: 400;
   line-height: 0.8;
	overflow:hidden;
	position:relative;

   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

body.lock-scroll {
	height: 100%;
	position: fixed;
	width: 100%;
}

body * {
        -webkit-box-sizing: border-box; 
        -moz-box-sizing: border-box; 
	box-sizing: border-box; 
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #fff1df;
	text-decoration:none;
}

body a:hover { 
	text-decoration: underline; 
}

img {
	display: block;
	height: auto;
    max-width: 100%;
}
.site-content .coverleft {
	margin-right: 10px;
	float: left; 
	width: 100px; 
	height: auto;  
	border: solid 1px white;	
  }
  .site-content .coverright {
	margin-left:  5px;
	float: right; 
	width: 100px; 
	height: auto;
	border: solid 1px white;		
  }
.group:after,
.pagination:after,
.gallery:after {
	clear: both; 
	content: "";
	display: block;
}

::selection {
	background: #121212;
	color: #fff1df;
}

input::-webkit-input-placeholder { color: rgba( 0, 0, 4, 0.4 ); }
input:-ms-input-placeholder { color: rgba( 0, 0, 4, 0.4 ); }
input::-moz-placeholder { color: rgba( 0, 0, 4, 0.4 ); }


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.site-content {
  background-color: rgba(255, 255, 255, 0);
  top: calc(930px / 7 + 4%);
  height: calc( 100% - (930px / 7 + 4%));
  padding-left:12px;
  overflow:auto;
  position:relative;
}
.section-inner {
  margin: 0;
	max-width: 700px;
	width: 700px;
	margin-left: 5px;
}

.section-inner.wide {
	max-width: 800px;
}

.section-inner .section-inner {
	width: 100%;
}

.cat{
  margin-left:10px;
}

/* Base Transitions ----------------------------- */

a {
	transition: all .15s linear;
}


/* Base Typography ----------------------------- */

.entry-title {
	line-height: 1;
	-ms-word-break: break-word;
	word-break: break-word;
   margin-left: 0px;
   display: block;
	font-weight: 600;
	font-style:italic;
   position: relative;
   font-size:18px;
   width: calc( 50% - 15px );
   line-height:0.8;
}

.page .entry-header {
	display: none;
	}
	
.songtitle {
	font-size: 140% ;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 0.8;	
	}
.songlisttitle {
	-ms-word-break: break-word;
	word-break: break-word;
   margin: 5px 0px 10px -7px;
   line-height: 1;
   font-size:101%;
   font-weight:600;
   font-style:italic;
}
	
.subtitle {
  font-weight:600;
  line-height: 1;
  margin-left: 0px;
  margin-bottom: 1%;
  font-size:90%;
  font-style: italic;
}
.subtitletext {
  font-weight:600;
  line-height: 1;
  margin-left: 0px;
  margin-bottom: 1%;
  font-size:80%;
  font-style: italic;
}
.subtitlesong {
  font-weight:600;
  line-height: 1;
  margin-left: 20px;
  margin-bottom: 1%;
  font-size:80%;
  font-style: italic;
}

.hrwhite {
	background-color:#FFFFFF;
  color:#FFFFFF;
  border:#FFFFFF;
  height:1px;
  width:100%;
	}

.title p { 
  font-weight: 600;
  font-style:italic;
}

.excerpt {
	font-size: 24px;
	line-height: 1;
}

.excerpt a {
	/*border-bottom: 1px solid #121212;*/
	color: #fff1df;
}

.excerpt a:hover {
	border-bottom-color: rgba( 0, 0, 4, 0.4 );
	color: #fff1df;
	text-decoration: none;
}


/* Base Media ----------------------------- */


.bg-image {
	background: no-repeat center;
  background-size: cover;
}


/* -------------------------------------------------------------------------------- */
/*	3.	Header
/* -------------------------------------------------------------------------------- */


.site-header { 
	background: #310000;
	color: #964c21;
  margin: 0 auto 0 auto;
	padding: 80px 20px 144px 50px;	
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
  width: 305px;
	z-index: 99999;
}

.same-custom-bgs .site-header,
.white-bg .site-header {
	border-right: 1px solid rgba( 0, 0, 4, .075 );
}

.site-header a {
	color: #964c21;
}



.dark .site-header,
.dark .site-header a {
	color: rgba( 0, 0, 0, .9 );
}

.site-title,
.site-description {
	line-height: 1.25;
}

.site-logo {
position:fixed;
width: 930px;
left: 117px;
top: 20px;;
z-index:300000;
}

.dvbo { 
  position:absolute;
  top:80px;
  left: 365px;
  height: 90%;
  width:calc( 700px );
  z-index: 0;
  background-image: url(./bo.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  }
.sbo {
   position: relative;	
	height:100%;
	overflow: hidden;
	
	} 
 
 .bo {
 	position:absolute;
 	height:100%;
 	}

/*.bo { 
  position:absolute;
  top:80px;
  left: 365px;
  height: 90%;
  z-index:0;
}
*/

.site-title a {
	/*border-bottom: 1px solid transparent;*/
}

.site-title a:hover {
	border-bottom-color: #fff1df;
	text-decoration: none;
}

.dark .site-title a:hover {
	border-bottom-color: rgba( 0, 0, 0, .9 );
}

.site-description {
	color: rgba( 255, 255, 255, .6 );
	margin-top: 8px;
}

.dark .site-description {
	color: rgba( 0, 0, 0, .4 );
}

.nav-toggle {
	cursor: pointer;
	display: none;
    height: 30px;
    position: absolute;
		right: 7.5%;
		top: calc( 50% - 15px );
    width: 50px;
}

.nav-toggle:before {
	content: "";
	display: block;
	position: absolute;
		bottom: -20px;
		left: -20px;
		right: 0;
		top: -20px;
}

.nav-toggle .bar {
    background: #fff;
    display: block;
    height: 1px;
	margin-top: 0;
	opacity: 1;
    position: absolute;
        right: 0;
        top: 50%;
	transform: rotate( 0deg );
    transition: transform .2s ease-in 0s, margin 0.2s ease-out 0.2s;
    width: 28px;
	z-index: 1;
}

.dark .nav-toggle .bar {
	background: rgba( 0, 0, 0, .9 );
}

.nav-toggle .bar:nth-child(1) { margin-top: -5px; }
.nav-toggle .bar:nth-child(2) { margin-top: 3px; }

.nav-toggle.active .bar {
	transition: margin 0.2s ease-in, transform 0.2s ease-out 0.25s;
}

.nav-toggle.active .bar:nth-child(1) {
    margin-top: -1px;
    transform: rotate( 45deg );
}

.nav-toggle.active .bar:nth-child(2) {
    margin-top: -1px;
    transform: rotate( -45deg );
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Navigation
/* -------------------------------------------------------------------------------- */


.mobile-menu-wrapper,
.mobile-search {
	display: none;
		-webkit-transform: translateZ( 0 );
		-moz-transform: translateZ( 0 );
		-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
}

/* Main Menu ----------------------------- */

.menu-wrapper {
	
	font-family:serif;
	font-size: 140%;
	font-weight:600;
	position:absolute; 
	bottom:20px;
	right:10%;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 0px;
}
.main-menu {
	height: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow: right;
	width: 100%;
}

.main-menu li {
	text-align: right;
	line-height: 90%;
	margin-bottom: 12px;
	}

.main-menu li {
	line-height: 0.8;
	margin-bottom: 12px;
}

.main-menu .current-menu-item > a {
	color:#d4885a;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 0px;
}


.main-menu ul {
	margin: 12px 0 0 25px;
	}



/* -------------------------------------------------------------------------------- */
/*	4.	Archive
/* -------------------------------------------------------------------------------- */


.page-header {
	padding: 20px 0;
}

.page-subtitle {
	color: #fff1df;
	margin-bottom: 10px;
}

.page-title {
	font-size: 24px;
	hanging-punctuation: first;
	line-height: 1;
}

.page-header p {
	line-height: 1.5;
	margin-top: 20px;
}


/* Post Wrappers ----------------------------- */

.posts:first-child {
	margin-top: 10px;
}

.posts > ul + ul {
	margin-top: 70px;
}

.posts .list-title {entry-content 
	display:none;
  margin-bottom: 17px;
}

.posts .list-title a {
	color: #fff1df;
	text-decoration: none;
}

.posts .list-title a:hover {
	color: #fff1df;
	text-decoration: none;
}
.pull {
	font-size: 110% ;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	/*width: 25%;*/
}

.pull.left {
	float: left;
  hanging-punctuation: first;
	text-align: left;	
	margin: -5px 10px 5px -7px;
	font-size:140%;
	line-height: 0.8;
	max-width: 25%;
}

.pull a {
	padding: 0px 0px;
}
.posts li {
list-style-type:none;
padding-bottom:20px;

}
  
  /* Post Previews ----------------------------- */

.post-preview {
	border-top: 1px solid color: #fff1df;
	position: relative;
}
.post-preview .subtitle {
		margin-left:0;
		}
.post-preview img {
  display:none;
}

post-preview li {
  list-style:none;
}

.post-preview a {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
}

.post-preview.no-title a {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
	justify-content: flex-end;
}

.post-preview a:hover {
	text-decoration: none;
}

.post-preview time {
  font-size: 70%;
  font-weight:600;
  font-style:italic;
  line-height: 1;
}
.post-preview time  a{
  float:right;
}
.sticky .sticky-arrow {
	background:  url( ./assets/images/arrow-white-right.png ) no-repeat center;
	background-size: auto 12px;
	border-radius: 50%;
	display: inline;
	height: 12px;
	position: absolute;
		right: calc( 100% + 7px );
		top: calc( 50% - 6px );
	width: 20px;
}

.post-preview a .title {
	-ms-word-break: break-word;
	word-break: break-word;
  margin: 5px 0px 10px -12px;
  line-height: 1;
  font-size:105%;
	/*margin-left:-7px;   
   display: block;
	font-style:italic;
   font-size:18px;
   width: calc( 50% - 15px );
   line-height: 0.5;
   margin-bottom: 6px;*/
}
post-preview h2 .title {
  font-weight:600;

}
.post-preview a .title span {
	/*border-bottom: 1px solid transparent;*/
	transition: border-color .2s linear;
}

.post-preview a:hover .title span {
	border-bottom-color: #121212;
}


/* -------------------------------------------------------------------------------- */
/*	5.	Singular
/* -------------------------------------------------------------------------------- */


/* Entry Header ----------------------------- */

.entry-header {
  margin-left: -7px;
 /* font-size: 70%;
  font-weight:600;
  font-style:italic;*/
}

.entry-header .excerpt {
	margin-top: 15px;
}


/* Meta ----------------------------- */

.meta {	
	color: #fff1df;
	margin-top: 25px;
}

.meta > * + * {
	margin-left: 23px;
}

.meta a {
	/*border-bottom: 1px solid transparent;*/
	color: inherit;
  text-decoration:none;
  font-style:italic;
  font-weight:600;
}

.meta a:hover {
	color: #fff1df;
	text-decoration: none;
}


/* Page Image ----------------------------- */

.featured-image img {
	width: 100%;
}


/* Linked Pages ----------------------------- */

.linked-pages {
	margin-top: 50px;
}


/* Meta Bottom ----------------------------- */

.meta.bottom {
	margin-top: 40px;
}

.meta.bottom p {
	line-height: 1.5;
}

.meta.bottom p.tags a {
	margin-right: 15px;
}

.meta.bottom p.tags a:last-child {
	margin-right: 0;
}


/* Single Pagination ----------------------------- */

.post-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
	font-size: 18px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
}

.post-pagination div {
	width: calc( 50% - 15px );
}

.post-pagination div + div {
	margin-left: 30px;
	text-align: right;
}

.post-pagination a {
	display: block;
	font-weight: 600;
	font-style:italic;
  position: relative;
		-ms-word-break: break-word;
	word-break: break-word;
}

.post-pagination a:before {
	background: no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
		top: 4px;
	width: 15px;
}

.post-pagination .previous-post a { padding-left: 25px; }
.post-pagination .previous-post a:before {
	background-image: url( ./assets/images/arrow-white-left.png );
	left: 0;
}

.post-pagination .next-post a { padding-right: 25px; }
.post-pagination .next-post a:before {
	background-image: url( ./assets/images/arrow-white-right.png );
	right: 0;
}

.post-pagination a:hover {
	text-decoration: none;
}

.post-pagination a span {
	/*border-bottom: 1px solid transparent;*/
	transition: border-color .15s linear;
}

.post-pagination a:hover span {
	/*border-bottom-color: #121212;*/
}


/* Title left blocks ----------------------------- */

.comments,
.comment-respond,
.related-posts {
  border-top: 1px solid rgba( 0, 0, 4, 0.125 );
	margin: 100px auto 0 auto;
	padding: 30px 0 0 34.125%;
	position: relative;
}

.comment-reply-title,
.related-posts-title {
	font-weight: 600;
	position: absolute;
		left: 0;
		top: 30px;
	width: calc( 34.125% - 20px );
}


/* Related Posts ----------------------------- */

.related-post-image {
	background-color: rgba( 0, 0, 4, 0.1 );
}

.related-posts {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -20px;
}

.related-post {
	float: left;
	margin-bottom: 25px;
	width: calc( 50% - 10px );
}

.related-post-image {
	margin-bottom: 10px;
}

.related-post-image img {
	display: none;
}

.related-post-image:before {
	content: "";
	display: block;
	padding-bottom: 62.5%;
	width: 100%;
}

.related-post .title {
	line-height: 1.25;
		-ms-word-break: break-word;
	word-break: break-word;
}

.related-post .title span {
	/*border-bottom: 1px solid transparent;*/
	transition: border-color .15s linear;
}

.related-post:hover {
	text-decoration: none;
}

.related-post:hover .title span {
	border-bottom-color: #121212;
}


/* Comments ---------------------------- */

.comment { 
	margin-top: 50px; 
}

.comments > .comment:first-of-type {
	margin-top: 0;
}

.comment .comment { 
	margin-left: 50px;
}

.comment-meta {
	line-height: 1.4;
	margin-bottom: 10px;
}

.comment-meta span + span {
	margin-left: 25px;
}

.comment-author cite { 
	font-weight: 600;
}

.bypostauthor .comment-by-post-author { 
	display: inline; 
}

.comment-date a,
.comment-reply a {
	color: rgba( 0, 0, 4, 0.4 );
}

.comment-content,
.comment-content p,
.comment-content li {
	line-height: 1.5;
}

.comment-content p,
.comment-content li {
	margin-bottom: 20px;
}

.comment-content *:last-child {
	margin-bottom: 0;
}

.comment .reply {
    font-size: 14px;
	letter-spacing: 0.05em;
    margin-top: 22px;
    text-transform: uppercase;
	font-weight: 700;
}

.comment .reply a:hover { 
	text-decoration: none; 
}


/* Comments Pagination ---------------------------- */


.comments-pagination {
	margin-top: 100px;
	position: relative;
	text-align: center;
}

.comments-pagination .page-numbers {
	display: inline-block;
	padding: 0 3px;
}

.comments-pagination .page-numbers.dots {
	color: rgba( 0, 0, 4, 0.4 );
}

.comments-pagination .current {
	font-weight: 700;
}

.comments-pagination .prev,
.comments-pagination .next {
	margin: 0 0 0 0;
	position: absolute;
		top: 0;
}

.comments-pagination .prev { left: 0; }
.comments-pagination .next { right: 0; }


/* Respond ---------------------------- */


.comment-respond .logged-in-as {
	font-size: 1em;
	line-height: 1.25;
	margin: 0 0 50px 0;
}

.comment-respond p + p { 
	margin-top: 20px; 
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	float: left;
	margin: 20px 0;
	width: calc( 50% - 10px );
}

.comment-respond .comment-form-email {
	margin-left: 20px;
}

.comment-respond label { 
	display: block; 
}

.comment-respond .form-submit {
	text-align: right;
}

.comment-respond .form-submit #submit {
	background: transparent url( ./assets/images/arrow-white-right.svg ) no-repeat right center;
	background-size: auto 12px;
	border-bottom: 1px solid transparent;
	color: #121212;
	font-size: 1em;
	font-weight: 600;
	padding: 0 25px 0 0;
	transition: border-color .15s linear;
}

.comment-respond .form-submit #submit:hover {
	border-bottom-color: #121212;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	border: none;
	margin: 50px 0;
	padding: 0;
}

.comments .comment-respond .comment-reply-title {
	position: static;
	width: 100%;
}

.comments .comment-respond .comment-reply-title small a {
	color: #999;
	font-size: 0.8em;
	font-weight: 600;
	margin-left: 5px;
}

.comments .comment-respond .comment-reply-title + form > p:first-child {
	margin-top: 8px;
}

.comments .comment-respond .comment-reply-title + form > p:not(.logged-in-as):first-child {
	margin-top: 30px;
}

.comments .comment-respond .logged-in-as {
	margin-bottom: 30px;
}


/* -------------------------------------------------------------------------------- */
/*	6.	Entry Content
/* -------------------------------------------------------------------------------- */


.entry-content {
	position: relative;
		-ms-word-break: break-word;
	word-break: break-word;
}

.entry-content a { 
/*  border-bottom: 1px solid #fff1df; */
}
  .entry-content a:hover { 
	border-bottom-color: rgba( 0, 0, 0, .4 ); 
	color: #fff1df;
	text-decoration: none;
}

em {
    font-style: italic;
}

hr {
	border: none;
	border-top: 1px solid rgba( 0, 0, 0, 0.13 );
	margin: 50px 0;
}

address {
	background: #f1f1f5;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 20px 22px;
}

.entry-content > *:first-child {
	margin-top: 3px;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p {
	line-height: 1;
	margin-bottom: 15px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 400;
	line-height: 1;
	margin: 1.5% 0 1.5% 0;
}

.entry-content h1 + h1, .entry-content h1 + h2, .entry-content h1 + h3, .entry-content h1 + h4, .entry-content h1 + h5, .entry-content h1 + h6, 
.entry-content h2 + h1, .entry-content h2 + h2, .entry-content h2 + h3, .entry-content h2 + h4, .entry-content h2 + h5, .entry-content h2 + h6, 
.entry-content h3 + h1, .entry-content h3 + h2, .entry-content h3 + h3, .entry-content h3 + h4, .entry-content h3 + h5, .entry-content h3 + h6, 
.entry-content h4 + h1, .entry-content h4 + h2, .entry-content h4 + h3, .entry-content h4 + h4, .entry-content h4 + h5, .entry-content h4 + h6, 
.entry-content h5 + h1, .entry-content h5 + h2, .entry-content h5 + h3, .entry-content h5 + h4, .entry-content h5 + h5, .entry-content h5 + h6, 
.entry-content h6 + h1, .entry-content h6 + h2, .entry-content h6 + h3, .entry-content h6 + h4, .entry-content h6 + h5, .entry-content h6 + h6 {
	margin-top: 30px;
} 

.entry-content h1 { font-size: 140% !important; }
.entry-content h2 { font-size: 130%; }
.entry-content h3 { font-size: 120%; }
.entry-content h4 { font-size: 115%; }
.entry-content h5 { font-size: 110%; }
.entry-content h6 { font-size: 90%; }

.entry-content > ol,
.entry-content > ul {
    margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ul { list-style: disc; }
.entry-content ul ul { list-style: circle; }
.entry-content ul ul ul { list-style: square; }

.entry-content ol { list-style: decimal; }
.entry-content ol ol { list-style: lower-alpha; }
.entry-content ol ol ol { list-style: lower-roman; }


.entry-content li {
   /* line-height: 1.5;*/
	margin-bottom: 7px;
}
dd,
dt {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dd + dt { 
	margin-top: 15px; 
}

code {
	background: #f1f1f4;
	padding: 0 1px;
} 

pre {
	background: #f1f1f4;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
}


/* Quotes ----------------------------- */

blockquote {
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}

blockquote p { 
	font-weight: 700;
	hanging-punctuation: first;
}

blockquote cite:before { 
	content: "— "; 
}


/* Pull Quotes ----------------------------- */

/*.entry-content .pull {
	font-size: 20px ;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	width: 40%;
}

.entry-content .pull.left {
	float: left;
	hanging-punctuation: first;
	margin: 5px -10px 5px -10px;
}

.entry-content .pull.right {
	float: right;
	hanging-punctuation: last;
	margin: 2px -80px 25px 20px;
	text-align: right;
}
*/

/* Page Media ------------------------------ */

.wp-caption { 
	display: block;
	max-width: 100%;
}

.gallery-caption,
.wp-caption-text {
    font-size: 0.8em;
	margin: 10px 0 0;
}

.entry-content .gallery-caption,
.entry-content .wp-caption-text {
	margin-bottom: 0;
}

.wp-caption-text {
	color: #fff1df;
}

.wp-caption-text a {
	color: inherit;
}

.alignleft,
.alignright {
	margin-bottom: 20px;
	max-width: 40%;
	width: 40%;
}

.alignleft {
	float: left;
	margin: 5px 40px 30px -80px;
}

.alignright {
	float: right;
	margin: 5px -80px 30px 40px;
}

.aligncenter,
.alignnone { 
	margin: 40px auto; 
}

h1 + .aligncenter, h2 + .aligncenter, h3 + .aligncenter, h4 + .aligncenter, h5 + .aligncenter, h6 + .aligncenter,
h1 + .alignnone, h2 + .alignnone, h3 + .alignnone, h4 + .alignnone, h5 + .alignnone, h6 + .alignnone {
	margin-top: 0;
}

.alignnone {
	margin-left: -80px;
	margin-right: -80px;
	max-width: calc( 100% + 160px );
}

.alignnone img {
	width: 100%;
}


/* VANILLA GALLERIES */

.gallery {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 30px;
    padding: 0;
    position: relative;
		left: calc( 50% - 50vw + 220px );
	width: calc( 100vw - 440px );
}

/* Set a max width for them */
@media ( min-width: 1920px ) {

	.gallery {
			left: calc( 50% - 730px );
		width: 1460px;
	}

}

.gallery + .gallery {
	margin-top: -30px;
}

.gallery .gallery-item {
    display: block;
	float: left;
    margin: 0 0 20px;
    padding: 0 10px;
	position: relative;
    width: 100%;
}

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.3%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.6%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.1%; }

.gallery .gallery-item a {
    border: none;
	display: block;
    line-height: 0;
	text-align: center;
}

.gallery img {
	width: 100%;
}

.gallery-caption {
	background: #fff;
	color: #fff1df;
	font-size: 12px;
	line-height: 1.35;
	margin: 0;
	max-width: calc( 100% - 40px );
	max-height: 50%;
	overflow: hidden;
	padding: 11px 14px 10px;
	position: absolute;
		bottom: 10px;
		left: 20px;	
}

.gallery-columns-1 .gallery-caption,
.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption {
	bottom: 40px;
	font-size: 14px;
	left: 50px;
	max-width: calc( 100% - 100px );
}

.gallery-columns-3 .gallery-caption {
	bottom: 30px;
	left: 40px;
	max-width: calc( 100% - 80px );
}


/* TILED GALLERIES */


.entry-content .tiled-gallery {
	margin: 50px auto 50px auto;
}


/* Inputs ----------------------------- */

fieldset {
    border: 1px solid rgba( 0, 0, 0, .2 );
	padding: 25px;
}

fieldset legend {
    font-size: 16px;
	font-weight: 600;
	margin-left: -15px;
	padding: 0 15px;
}

label {
    margin-bottom: 10px;
}

textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
	background: transparent;
	border-radius: 0;
    border: 1px solid rgba( 0, 0, 0, 0.2 );
	box-shadow:  !important;
    color: #121212;
	display: block;
	font-size: 1em;
    margin: 0 0 15px 0;
    padding: 15px;
	transition: border-color .15s linear;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

textarea {
    line-height: 1.4;
	height: 200px;
}

textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
	outline: none;
}

button,
.button,
input[type="button"],
input[type="submit"] {
	background: #121212;
    border: none;
	border-radius: 0;
	box-shadow: none;
    color: #fff1df;
    display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	min-width: 120px;
    padding: 16px 24px 16px;
	text-align: center;
	transition: background-color .15s linear;
	-moz-appearance: none;
	-webkit-appearance: none;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: #454545;
	cursor: pointer;
}


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

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

th,
td {
    line-height: 1.4;
	margin: 0;
	overflow: visible;
    padding: 2.5%;
}

caption {
	font-size: 13px;
	font-weight: 700;
    padding-bottom: 2.5%;
	text-align: center;
	text-transform: uppercase;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th { 
	font-weight: 600; 
}

tbody > tr:nth-child(odd) { 
	background: rgba( 0, 0, 4, 0.05 ); 
}


/* -------------------------------------------------------------------------------- */
/*	8.	Page Templates
/* -------------------------------------------------------------------------------- */


/* Full Width Template ---------------------------- */


.full-width-template main .section-inner {
	max-width: 800px;
}


/* Resume Template ---------------------------- */

.resume-template .entry-content {
	max-width: 800px;
}

.resume-template .entry-content h1,
.resume-template .entry-content h2,
.resume-template .entry-content h3,
.resume-template .entry-content h4,
.resume-template .entry-content h5,
.resume-template .entry-content h6 {
	border-top: 1px solid rgba( 0, 0, 4, 0.125 );
	font-size: 24px;
	font-weight: 500;
	margin: 60px 0 -28px -280px;
	padding: 40px calc( 100% + 20px ) 0 0;
}

.resume-template .entry-content > h1:first-child,
.resume-template .entry-content > h2:first-child,
.resume-template .entry-content > h3:first-child,
.resume-template .entry-content > h4:first-child,
.resume-template .entry-content > h5:first-child,
.resume-template .entry-content > h6:first-child {
	margin-top: 0;
}

.resume-template .entry-content .alignnone {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}


/* -------------------------------------------------------------------------------- */
/*	9.	Archive Pagination
/* -------------------------------------------------------------------------------- */


.archive-pagination {
	margin-top: 20px;
}

.archive-pagination .previous-posts-link { float: left; }
.archive-pagination .next-posts-link { float: right; }

.archive-pagination a {
	color: #fff1df;
}

.archive-pagination a:hover {
	color: #fff1df;
	text-decoration: none;
}
.next-post-link a::before {
	background: no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
		top: 4px;
	width: 15px;
}
.next-previous {
font-weight: 600;
font-style:italic;
font-size:18px;
}
.next-before {
	
background-image: url( ./assets/images/arrow-white-right.png );
display: block;
height: 12px;
margin-top: 4px;
margin-left:10px;
width: 15px;	
float:right;
}
	
.previous-before {

background-image: url( ./assets/images/arrow-white-left.png );
display: block;
height: 12px;
margin-top: 4px;
margin-right:10px;
width: 15px;	
float:left;
}

/* -------------------------------------------------------------------------------- */
/*	X.	Search
/* -------------------------------------------------------------------------------- */


.error404 .search-form {
	margin-top: 42px;
}

.search-field {
	background: url( ./assets/images/spyglass-black.svg ) no-repeat left center;
	background-size: 26px auto;
	border: none;
	border-bottom: 1px solid #121212;
	border-radius: 0;
	box-shadow: none;
	color: #fff1df;
	font-size: 1em;
	margin: 0;
	outline: none;
	padding: 18px 0 18px 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input.search-field::-webkit-input-placeholder { color: #121212; }
input.search-field:-ms-input-placeholder { color: #121212; }
input.search-field::-moz-placeholder { color: #121212; }


/* Search Overlay ----------------------------- */


.search-overlay {
		-webkit-box-align: center;
		-ms-flex-align: center;
	align-items: center;
	background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	position: fixed;
		bottom: 0;
		left: -99999px;
		right: 99999px;
		top: 0;
	transition: opacity .2s linear, left 0s .2s, right 0s .2s;
	z-index: 100001;
}

.search-overlay.active {
	opacity: 1;
	left: 380px;
	right: 0;
	transition: opacity .2s linear;
}

.search-overlay .search-field {
	background-size: 44px auto;
	border-bottom: none;
	font-size: 32px;
	padding: 24px 0 24px 69px;
	width: 400px;
}


/* -------------------------------------------------------------------------------- */
/*	10.	Footer
/* -------------------------------------------------------------------------------- */


.site-footer { 
	border-top: 1px solid rgba( 0, 0, 4, 0.125 );
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
	font-size: 13px;
  font-style: italic;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	max-width: 800px;
	padding: 25px 0 80px;
	text-align: center;
}

.site-footer p { 
    line-height: 1;
	text-align: left; 
}

.site-footer .theme-by {
	color: #fff1df;
	margin-left: 20px;
	text-align: right;
}

.site-footer a {
	border-bottom: 1px solid transparent;
}

.site-footer a:hover {
	text-decoration: none;
}

.site-footer .theme-by a {
	color: inherit;
}

.site-footer .copyright a:hover {
	border-bottom-color: #fff1df;
}

.site-footer .theme-by a:hover {
	border-bottom-color: rgba( 0, 0, 4, 0.4 );
}

/* 
---------------------------------------------------------*/ 
/*Stile für Event Plugin 
/*-------------------------------------------------------*/

ul.event-list-view, ul.single-event-view {
	list-style: none !important;
	margin: 1.5em 0 2em 0;
	padding: 0;
}

li.event {
	clear: both;
	margin: 0 0.5em 1.5em 0.5em;
	zoom: 1; /* Fix for IE 6+7 */
}

.event-date {
	float: left;
	margin: 0 0.4em 1.5em 0;
	color: rgb(0,0,0);
}

.event-list .multi-date {
	background: url(../images/date-separator.png) center no-repeat;
}

.event-list .startdate, .event-list .enddate {
	text-align: center;
	width: 3.2em;
	border-radius: 5px;
	background-color: rgb(255,255,255);
}

.event-list .startdate {
	float: left;
}

.event-list .enddate {
	margin-left: 3.8em;
}

.event-weekday {
	font-size: 0.8em;
	text-transform: uppercase;
}

.event-day {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: -0.2em;
}

.event-month {
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1em;
	padding: 0.4em 0;
}

.event-year {
	font-size: 0.8em;
	line-height: 0.8em;
	letter-spacing: 0.1em;
	padding-bottom: 0.3em;
}

.event-info {
	display: block !important;
}

.multi-day {
	margin: 0 0 0 7.5em;
}

.single-day {
	margin: 0 0 0 3.8em;
}

.event-title h3 {
	clear: none;
	margin: 0 !important;
	padding: 0;
}

.event-time {
	font-weight: bold;
	padding-right: 0.8em;
}

.event-cat {
	font-size: 0.95em;
}

.event-content {
	font-size: 0.8em;
}

div.feed {
	display: block;
}

div.feed a * {
	vertical-align: middle;
}

div.feed img {
	margin: 0 5px 0 2px;
}

div.filterbar, div.filterbar div {
	clear: both;
	margin: 1em 0;
	vertical-align: middle;
}

div.filterbar select.dropdown, div.filterbar ul.hlist, div.filterbar a.link {
	margin: 0 3px;
	vertical-align: middle;
}

div.filterbar ul.hlist li {
	float: left;
	list-style: none;
	margin: 0;
}

div.filterbar ul.hlist li + li:before {
	content: "|";
	padding: 0 1px;
}

div.el-hidden {
	display: none;
}

/* Soundcloud */

.cmplz-blocked-content-container {
	display: none !important;	
	
	}
/*-----------------------*/
/* Style für Newsletter*/
/*-----------------------*/

.cr_site{margin:0;padding:75px 0 0 0;text-align:center;background-color:#eeeeee;}
.cr_font{font-size: 14px;font-family: Arial;}
.cr_body h2, .cr_header h2{font-size:22px;line-height:28px;margin:0 0 10px 0;}
.cr_body h1, .cr_header h2{font-size:28px;margin-bottom:15px;padding:0;margin-top:0;}
.wrapper, .cr_page{margin:0 auto 10px auto;text-align:left;border-radius:4px;}
.cr_header{text-align:center;background: transparent !Important;}
.cr_body label{float:none;clear:both;display:block;width:auto;margin-top:8px;text-align:left;font-weight:bold;position:relative;}
.cr_button{display:inline-block;font-family:'Helvetica', Arial, sans-serif;width:auto;white-space:nowrap;height:32px;margin:5px 5px 0 0;padding:0 22px;text-decoration:none;text-align:center;font-weight:bold;font-style:normal;font-size:15px;line-height:32px;cursor:pointer;border:0;-moz-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;vertical-align:top;}
.cr_button{background-color:#333;color:#ffffff;}
.cr_button:hover,.cr_button-small:hover{opacity:0.7;filter:alpha(opacity=70);}
.powered{padding:20px 0;width:560px;margin:0 auto;}
.formbox{line-height:150%;font-family:Helvetica;font-size:12px;color:#333333;padding:20px;background-color:#ffffff;border-radius: 6px 6px 6px 6px;}
.cr_ipe_item label{line-height:150%;font-size:14px;}
.cr_ipe_item textarea {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;font-family: Helvetica;font-size: 16px;}
.cr_ipe_item input {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;padding: 5px;font-family: Helvetica;font-size: 16px;}
.cr_ipe_item select {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;display: block;margin: 0;padding: 5px;width: 100%;font-family: Helvetica;font-size: 16px;}
.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox {-moz-binding: none;-moz-box-sizing: border-box;background-color: -moz-field !important;border: 2px inset threedface !important;color: -moz-fieldtext !important;cursor: default;height: 13px;padding: 0 !important;width: 13px;}
.cr_ipe_item input.cr_ipe_radio{-moz-appearance: radio;border-radius: 100% 100% 100% 100% !important;margin: 3px 3px 0 5px;}
.submit_container{text-align:center}
.cr_ipe_item{ padding:1px 10px; margin:1px 10px; }
.cr_ipe_item.inactive {display:none;}
.imprint{font-size:0.8em;}
.cr_captcha{width:50%;}
.cr_error{font-size:1.1em;padding:10px;}
.clever_form_error{background-color:#f99; color:#000; border:1px solid #f22 !important}
.clever_form_note {margin:26px 0 0 3px;position:absolute;display:inline; padding: 2px 4px; font-weight:bold;background-color:#f2ecb5; color:#000; font-size:12px !important;  }
.cr_site {background-color:#eee;}
.cr_header {color:#000000;}
.cr_body {background-color:#ffffff;font-size:12px;color:#000000;}
.cr_hr {background-color:#ccc;}
.cr_site a {color:#0084ff;}
.imprint{color:#000;}	</style>
	<style id="style" type="text/css">
.cr_site {background-color:#000;}
.cr_body {color:#000000;background-color:#ffffff;}
.cr_header {color:#ffffff;}
.cr_hr {background-color:#ccc;}
.cr_site a {color:#0084ff;}
.imprint {color:#fff;}
.cr_page {width:70%;}	

/* -------------------------------------------------------------------------------- */
/*	11.	Media Queries
/* -------------------------------------------------------------------------------- */
/*
@media screen AND ( min-width:590px ) {
  .bo { 
    position:absolute;
    top:80px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 90%;
    z-index:0;
  }

}
*/
/* 1280 px Breite  */

@media screen And ( max-width: 1280px ) {

	body {
	 padding-left:266px;
    font-size:100%;
	}

	.site-header {
		padding-right:40px;
		width: 300px;
	}
  .site-logo {
    position:fixed;
    width: 850px;
    left: 128px;
    z-index:300000;
  }
  .dvbo {
   left:360px;
   width: 685px;

  }

  .site-content {
    top: calc(850px / 7 + 4%);
	 heigth: calc(100% - (850px / 7 + 4%));
  }
 
 .entry-title {
  	/*margin-left: -7px;*/
  	
  	}
 
 .post-preview a .title {
	margin-left:-7px;
	}
 .songlisttitle {
 	margin-left: -7px;
 	}
  .section-inner {
    margin-left:40px;
    max-width:645px;
    width:645px;
  }
 
  .cat {
    margin-left: 40px;
  }
}


/* 1100 - 1279  */

@media screen And ( max-width: 1279px ) {

	body {
		padding-left:240px;
    font-size:100%;
	}

	.site-header {
		padding-right:40px;
		width: 260px;
	}
  .dvbo {
   left:320px;
   width:500px;

  }
  .site-logo {
    position:fixed;
    width: 650px;
    left: 130px;
    z-index:300000;
  }
  
  .site-content {
    top: calc(650px / 7  + 4%);
    height: calc(100% - (650px / 7  + 2%));
  }
  
  .section-inner {
    max-width:480px;
    width:480px;
  }
  .menu-wrapper {
    font-size: 115%;
  }
  .pull.left {
	max-width: 40%;	
  	}
  
}

/* 1024 - 1100 */
@media screen AND ( max-width:1100px){

   .site-logo {
    position:fixed;
    width: 715px;
    left: 110px;
    z-index:300000;
  }
 
  .site-content {
    top: calc(715px / 7 + 10px + 2%);
    height:	top: calc(100% - (715px / 7 + 10px + 2%));
  }  
  
   .dvbo {
		width: 545px;   	
   	}
   	
  .section-inner {
    margin-left: 30px;
    max-width:540px;
    width:535px;
  }
.pull.left {
	max-width: 30%;	
  	}
}

/* 800 - 1023  */

@media screen AND ( max-width: 1023px ) {

	body {
		padding-left:175px;
    font-size:105%;
	}

	.site-header {
		padding-right:40px;
		width: 200px;
	}

  .dvbo {
    left:240px;
    width:555px;
  }
   .site-logo {
    position:fixed;
    width: 700px;
    left: 60px;
    z-index:300000;
  }
 
  .site-content {
    top: calc(700px / 7 + 10px + 2%);
    height: calc(100% - (700px / 7 + 10px + 2%));
  }  
  
  .section-inner {
    margin-left: 30px;
    max-width:540px;
    width:535px;
  }

}

/* 768 - 799  */

@media screen And ( max-width: 799px ) {


	/* Structure ----------------------------- */

	body {
		padding-left:174px;
	}

	.site-header {
		padding-right: 40px;
		width: 160px;
	}
  .dvbo {
    right:0;
    left:180px;
    width: 540px;
  }
  .site-logo {
    position:fixed;
    width: 700px;
    left: 20px;
    z-index:300000;
  }
  .menu-wrapper {
    font-size: 130%;
  }
 .entry-title {
    margin-right:-10px;
    margin-left: -10px;
  }
  
  .site-content {
    top: calc(700px / 7 + 2%);
    height: calc(100% - (700px / 7 + 2%));
  }
  .section-inner {
    margin-left: 0px;
    max-width:520px;
    width:520px;
  }
  .cat {
    margin-left:0px;
  }

  .post-preview time {
   padding:0; 
   margin:0; 
 }
 .pull.left {
	max-width: 30%;  	
  	}

/* 667 - 767  */

  @media screen AND ( max-width: 767px ){ 
    
  .site-logo {
    top:5px;
    position:fixed;
    width: 520px;
    left: 55px;
    z-index:300000;
  }
  .menu-wrapper {
    font-size: 130%;
  }
  dvbo {
	width:400px; 	
  	}
  	
  .site-content {
    top: calc(520px / 7 + 2%);
    height: calc(100% - (520px / 7 + 2%));
  }
  .section-inner {
    max-width:380px;
    width:380px;
  }
  .site-content img {
  	margin:0 0 10px 0 !important;
  	width:100% !important;
  	height:100% !important;
  	float:none !important;
  	}
  .site-content .coverleft {
	margin-right: 10px !important;
	float: left !important; 
	width: 100px !important; 
	height: auto !important;  	
  }
  .site-content .coverright {
	margin-left:  10px !important;
	float: right !important; 
	width: 100px !important; 
	height: auto !important;  	
  }
  
}
  
  /* 600 - 666 */
  
  @media screen AND ( max-width: 666px ) {

  body {
    font-size:105%;
  }

  .site-logo {
    position:fixed;
    width: 520px;
    left: 55px;
    z-index:300000;
  }

  .menu-wrapper {
    font-size: 130%;
  }
  .dvbo {
		width: 400px;  	
  	}
  .site-content {
    top: calc(520px / 7 + 2%);
    height: calc(100% - (520px / 7 + 2%));
  }
  .section-inner {
    max-width:380px;
    width:380px;
  }
  .pull.left {
	max-width: 40%;  	
  	}
}

/* 570 - 599 */

@media screen And ( max-width: 599px ) {


	/* Structure ----------------------------- */

	body {
		padding-left:140px;
	}

	.site-header {
		padding-right: 40px;
		width: 125px;
	}
  .site-logo {
    top:5px;
    position:fixed;
    width: 440px;
    left: 36px;
    z-index:300000;
  }
  .dvbo {
    right:0;
    left:14px;
    width: 336px;
  }
  
  .menu-wrapper {
    font-size: 120%;
  }
 .entry-title {
    margin-right:-10px;
    margin-left: -10px;
  }
  .site-content {
    top: calc(440px / 7 + 2%);
    height: calc(100% - (440px / 7 + 2%));
  }
  .section-inner {
    margin-left: 0px;
    max-width:316px;
    width:316px;
  }
  .cat {
    margin-left:0px;
  }

  .post-preview time {
   padding:0; 
   margin:0; 
 }
 
 /* Mobilansicht */

@media screen AND (max-width: 569px) {


  body {
    padding-left: 10px;
    font-size: 105%;
  }

  .site-logo {
    top:5px;
    position:fixed;
    width: 304px;
    left: 20px;
    z-index:300000;
  }

  .blo {
    width:100%;
  }

  .dvbo {
    position:absolute;
	 top: 60px !important;    
	 width: 95%;
	 background-position: center;
        
  }
  .bo {
    margin:auto !important;  	
  	
  	}
	.site-header {
		padding: 30px calc( 7.5% + 50px ) 30px 7.5%;
		position: relative;
			bottom: auto;
			left: auto;
			top: auto;
      width: 100%;
		z-index: 10001;
	}
	.entry-title {
		margin-left:0 !important;
	}
	.subtitle {
		margin-left:0 !important;
		}
  .site-content {
    top:10px !important;
  }

  .section-inner {
    max-width:95%;
    width:95%;
  }
   .pull.left {
	max-width: 50%;  	
  	}

	.same-custom-bgs .site-header,
	.white-bg .site-header {
		border: none;
		border-bottom: 1px solid rgba( 0, 0, 4, 0.075 );
		transition: border-color .3s linear;
	}

	body.mobile-menu-visible .same-custom-bgs .site-header,
	body.mobile-menu-visible.white-bg .site-header {
		border-color: transparent;
	}

	.menu-wrapper,
	.site-header .social-menu,
	.search-overlay {
		display: none !important;
	}

	.nav-toggle {
		display: block;
	}


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

	.mobile-menu-wrapper {
    
    font-size:160%;
    background: #121212;
    color: #964c21;
		overflow: auto;
		padding: 112px 7.5% 0 7.5%;
		position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			top: 0;
		z-index: 10000;
	}

	.dark .mobile-menu-wrapper {
		color: rgba( 0, 0, 0, .9 );
	}

	.mobile-menu-wrapper a {
		color: inherit;
	}

	.main-menu {
		margin-top: 60px;
	}

	.main-menu {
		opacity: 0;
		padding-bottom: 124px;
		transition: opacity .4s linear;
	}
  .main-menu li {
    text-align:left;
  }

	.main-menu .toggle-mobile-search-wrapper {
		padding-left: 33px;
		position: relative;
	}

	.main-menu .toggle-mobile-search:before {
		background: url( ./assets/images/spyglass-white.svg ) no-repeat center left;
		background-size: 22px auto;
		content: "";
		display: block;
		height: 22px;
		position: absolute;
			left: 0;
			top: calc( 50% - 11px );
		width: 33px;
	}

	.dark .main-menu .toggle-mobile-search:before {
		background-image: url( ./assets/images/spyglass-semiopaque.svg );
	}

	.mobile-menu-wrapper.visible .main-menu {
		opacity: 1;
	}
	
	.mobile-menu-wrapper .social-menu {
		background: #121212;
		padding: 40px 7.5% 40px 7.5%;
		position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
	}

/*	.mobile-results {
		margin: 40px auto 0 auto;
		min-height: 40px;
		max-width: 100%;
		position: relative;
		width: 400px;
	}

	.mobile-results .no-results-message {
		font-size: 16px;
		line-height: 1.35;
	}

	.mobile-results p {
		color: rgba( 255, 255, 255, 0.5 );
		font-size: 13px;
		margin: 0;
	}

	.dark .mobile-results p {
		color: rgba( 0, 0, 0, 0.5 );
	}

	.mobile-results li {
		border-bottom: 1px solid rgba( 255, 255, 255, 0.15 );
			-ms-word-break: break-word;
		word-break: break-word;
	}

	.dark .mobile-results li {
		border-bottom-color: rgba( 0, 0, 0, 0.1 );
	}

	.mobile-results li a {
		color: #fff;
		display: block;
		font-size: 16px;
		line-height: 1.25;
		padding: 15px 0;
	}

	.dark .mobile-results li a {
		color: rgba( 0, 0, 0, 0.9 );
	}

	.mobile-results .show-all {
		color: rgba( 255, 255, 255, 0.5 );
		display: block;
		font-size: 13px;
		margin-top: 15px;
		text-align: right;
	}

	.dark .mobile-results .show-all {
		color: rgba( 0, 0, 0, 0.5 );
	}
*/
	/* NO RESULTS */
/*
	.mobile-results.no-results {
		display: block;
	}
*/

	/* Mobile Search ----------------------------- */
/*
	.mobile-search {
		display: block;
		overflow: auto;
		padding-bottom: 40px;
		position: absolute;
			bottom: 0;
			left: -9999px;
			right: 9999px;
			top: 122px;
		z-index: 10001;
	}

	.mobile-search.active {
		animation: show .3s ease-out 1;
		animation-fill-mode: both;
		background: #121212;
		left: 0;
		right: 0;
		padding-left: 7.5%;
		padding-right: 7.5%;
	}

	.mobile-menu-wrapper.visible + .mobile-search {
		transition: all 0s .3s;
	}

	.mobile-menu-wrapper.visible + .mobile-search.active {
		transition: none;
	}
*/
	@keyframes show {
		from {
			opacity: 0;
			transform: translateY(10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
/*
	.mobile-search.hide {
		animation: hide .3s ease-in 1;
	}
*/
	@keyframes hide {
		from {
			opacity: 1;
			transform: translateY(0);
		}
		to {
			opacity: 0;
			transform: translateY(-10px);
		}
	}
/*
	.untoggle-mobile-search {
		height: 20px;
		margin-bottom: 10px;
		width: 100%;
	}

	.untoggle-mobile-search:before,
	.untoggle-mobile-search:after {
		background: #fff;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
			top: 7px;
		width: 12px;
	}

	.dark .untoggle-mobile-search:before, 
	.dark .untoggle-mobile-search:after {
		background: rgba( 0, 0, 0, 0.9 );
	}

	.untoggle-mobile-search:before {
		left: calc( 50% - 1.5px );
		transform-origin: top right;
		transform: rotate(30deg);
	}

	.untoggle-mobile-search:after {
		right: calc( 50% - 1.5px );
		transform-origin: top left;
		transform: rotate(-30deg);
	}

	.mobile-search.active .untoggle-mobile-search:before {
		animation: foldOutLeft .2s .3s linear 1;
		animation-fill-mode: both;
	}
	
	.mobile-search.active .untoggle-mobile-search:after {
		animation: foldOutRight .2s .3s linear 1;
		animation-fill-mode: both;
	}
*/
	@keyframes foldOutLeft {
		from {
			transform: rotate(0);
		}
		to {
			transform: rotate(30deg);
		}
	}

	@keyframes foldOutRight {
		from {
			transform: rotate(0);
		}
		to {
			transform: rotate(-30deg);
		}
	}
/*
	.mobile-search.active .untoggle-mobile-search:after {
		transform: rotate(-30deg);
	}

	.mobile-search form {
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		width: 400px;
	}

	.mobile-search .search-field {
		background-image: url( ./assets/images/spyglass-white.svg );
		background-size: 22px auto;
		border-bottom-color: #fff;
		color: #fff;
		padding-left: 33px;
		width: 100%;
	}

	.dark .mobile-search .search-field {
		background-image: url( ./assets/images/spyglass-semiopaque.svg );
		border-bottom-color: rgba( 0, 0, 0, 0.9 );
		color: rgba( 0, 0, 0, 0.9 );
	}

	input.search-field::-webkit-input-placeholder { color: rgba( 255, 255, 255, 0.6 ); }
	input.search-field:-ms-input-placeholder { color: rgba( 255, 255, 255, 0.6 ); }
	input.search-field::-moz-placeholder { color: rgba( 255, 255, 255, 0.6 ); }

	.dark input.search-field::-webkit-input-placeholder { color: rgba( 0, 0, 0, 0.5 ); }
	.dark input.search-field:-ms-input-placeholder { color: rgba( 0, 0, 0, 0.5 ); }
	.dark input.search-field::-moz-placeholder { color: rgba( 0, 0, 0, 0.5 ); }
*/	
	/* Page Templates ----------------------------- */
	
	.resume-template .entry-content {
		padding-left: 300px;
	}

	.resume-template .entry-content h1,
	.resume-template .entry-content h2,
	.resume-template .entry-content h3,
	.resume-template .entry-content h4,
	.resume-template .entry-content h5,
	.resume-template .entry-content h6 {
		margin: 80px 0 -28px -300px;
		padding: 50px calc( 100% - 20px ) 0 0;
	}


	/* Entry Content ----------------------------- */

	.alignnone {
		margin-left: -80px;
		margin-right: -80px;
		max-width: calc( 100% + 160px );
	}


	/*.alignright,
	.entry-content .pull.right {
		margin-right: -80px;
	}*/

	.gallery {
		left: calc( 50% - 50vw + 10px );
		width: calc( 100vw - 20px );
	}
	.pull.left {
		max-width: 50%;  	
  	}

}


@media screen AND (max-width: 500px) {
	
	.pull.left {
		max-width:40%;  	
  	}
	
}


@media screen AND (max-width: 370px) {
	
	.pull.left {
		font-size:120%;	
  	}
	
}

/* ============================================
 * Höhe
 */

/* 1024 Höhe hochkant */

@media screen And ( max-height: 1279px ) {


	/* Structure ----------------------------- */

	/*
   .site-header {
		padding-top: 80px;
	}
  */
  
   .entry-title {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  
}

