/*
Theme Name: deStyle
Theme URI: http://demo.themeshift.com/destyle
Description: Blog Magazine WordPress Theme
Version: 0.9
Author: Simon Rimkus [ThemeShift]
Author URI: http://themeshift.com
Tags: blog, magazine, light, fresh
*/



/*
	- GENERAL
	- HTML ELEMENTS
	- BASIC LAYOUT
	- HEADER
	- MENU
	- CONTENT
	- PREDEFINED CLASSES
	- SIDEBAR
	- FORMS
	- COMMENTS
	- PAGING
	- FLICKR BADGE
	- CLEARING
	- WORDPRESS CSS 
	- WIDGET CSS
	
*/


/*	##################################
   	DISPLIO-STYLESHEETS

        zugehörige Pages:
          - RKdpl
          - 
	################################## */

.cal0 {
    display: none!important;
}
.cal0.allday {
    display: initial!important;
}

#events_wrap {
    margin-top: 74px;
    position: absolute;
    text-align: center;
    width: 300px;
}
.event abbr, #events_wrap abbr {
    border-bottom: 2px solid black;
    border: 2px solid black!important;
    border-radius: 8px;
    float: right;
    font-family: myriad pro;
    font-size: 16px;
    font-weight: bold;
    margin-top: -25px;
    padding-left: 6px;
    padding-right: 14px;
    padding-top: 3px;
    position: relative;
    right: 54px;
    text-decoration: none;
}

.summary {
    font-family: myriad web;
    font-size: 50px !important;
    font-weight: bold;
    height: 38px;
    margin-top: 28px;
    padding-top: 20px;
}

.location {
    display: block;
    font-family: myriad web;
    font-size: 20px !important;
    font-weight: bold;
    height: 40px;
    margin-top: -5px;
    text-align: center;
}

#events_wrap article, #events_wrap article span.summary, #events_wrap article span.description, #events_wrap aside, #events_wrap figure, #events_wrap footer, #events_wrap header, #events_wrap hgroup, #events_wrap menu, #events_wrap nav, #events_wrap section {
    margin-top: 5px;
}



/*	##################################
   	GENERAL
	################################## */


/* Notification Bar für aktuelle Ereignisse */

.wnb-bar-button {
    background-color: #999;
    border-radius: 4px!important;
    color:;
    display: inline-block;
    font-family: Myriad Web,Helvetica,Arial,sans-serif!important;
    font-size: 12px!important;
    line-height: 12px!important;
    margin-left: 5px;
    opacity: 0.86;
    padding: 4px 5px 3px!important;
    white-space: nowrap;
}
#wnb-bar {
    background: #000 none repeat scroll 0 0;
    border-bottom: 3px solid #fff;
    box-shadow: 0 8px 6px -6px black;
    color: #fff;
    font-family: Myriad Web,Helvetica,Arial,sans-serif!important;
    font-size: 14px;
    height: auto;
    left: 0;
    line-height: 33px;
    min-height: 33px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}


/* TABS AUF SEITEN */

ul.postTabs li {
	font-size: 13px!important;
}
ul.postTabs {
	font-size: 13px!important;
}


/* PORTABLE ACTIVITY LABELS */

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.label-deleted {
    background-color: #cdcdcd;
}
.label-activated {
    background-color: #5cb85c;
}
.label-not-activated {
    background-color: #d9534f;
}
.label-deleted {
    background-color: #cdcdcd;
}

#xordigitalclockwidget-2 {
    float: left;
    margin-left: -22px;
    margin-top: 39px;
    text-align: center;
    width: 163px;
}
	
.widgets_on_page ul, .widgets_on_page ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    list-style: none outside none !important;
}


#visitor-maps {
margin-left:10px;
}

#visitor-maps h3.sidebar-title {
margin-left:-6px;
}

#rigref-solar-widget {
padding-left:20px;
}

#text-4 h3.sidebar-title {
    border-bottom: 1px dotted #CCCDDD;
    color: #E05206;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 10px 0 11px 8px;
    padding: 0;
}



body {
	margin: 0px;
	padding: 0px;
	background: #19191B url(img/bg_2016.jpg) repeat-y center top;
	color: #4a4a4a;
	font-family: Myriad Web, Helvetica, Arial, sans-serif;
	font-size: 13px;

}


html {

}


/*	##################################
   	HTML ELEMENTS
	################################## */

a {
	/* color: #005172; */
        color: #0085aa;
	text-decoration: none;
	font-weiaht: normal;
}

a:active, a:hover {
	color: #E05206;
	text-decoration: none;
}

a:active, .current_page_item a {
	color: #E05206;
	text-decoration: none;
		
}


img {
	border: none;
        -moz-border-radius: 5px;
        border-radius:5px;
}

p, ul, ol, dl {
	line-height: 18px;
	margin: 0 0 15px 0;

}

hr {
	height: 1px;
	margin: 20px 0;
	background: #eeeee9;
	border: none;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin-bottom: 5px;
}

.h4a {
	clear:both;
}

h1 {
	font-size: 22px;
	color: #cccddd;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}
	
h4, h5, h6 {
	font-size: 13px;
	font-weight: normal;
}

h4 {
	font-weight: bold;
}

h5 {
	text-decoration: underline;
}

h6 {
	font-style: italic;
}


blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 50px;
	background: transparent url(img/bg-blockquote.png) no-repeat left top;
	font-style: italic;
}

address {
	padding: 0 0 15px 15px;
	font-style: italic;
}

pre {
	display: block;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #eeeee9;
	border: 1px solid #CCC;
	font-family: Myriad Web, Courier, serif;
	overflow: auto;
}

code {
	font-family: Myriad Web, Courier, serif;
}

dt {
	font-weight: bold;
}

table {
	margin: 0 0 20px;
	border-collapse: collapse;
}

th {
	padding: 5px;
	background: #eeeee9;
	border: 1px solid #ddd;
	text-align: left;
}

td {
	padding: 5px;
	border: 1px solid #ddd;
}


/*	##################################
   	BASIC LAYOUT
	################################## */
	
#main {
	width: 980px;
	margin: 0 auto;
/*	background: transparent url(/wp-content/themes/destyle/img/bgbody.jpg) no-repeat 0px 40px;
*/
}

#bild {
	padding-top: 0px;
	margin-bottom: 0px;
}

#pan {

}

#headerrand {
	left:0px;
	position: fixed;
	z-index:-5;
border-bottom:6px solid #0085aa;
height: 360px;
width:5000px;
}
#panorama {
	margin-left:-360px;
	position: fixed;
	z-index:-5;


}

.sf-menu ul li {
	border:none;
	display:none;
}
.sf-menu {
	z-index:100!important;
}

.sf-menu a, .sf-menu a:visited {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    color: #0085aa;
    font-size: 12px;
    font-weight: bold;
    height: 13px;
    line-height: 6px;
    margin: 41px 14px -30px -9px;
    padding: 8px 7px 0;
    text-decoration: none;
}


.cat-item {
	
}

#header {
	position: relative;
	width: 960px;
	height: 140px;
	margin: 0 auto;
	z-index: 20;
clear:both;

}

#content-wrap {
	padding: 20px 0 0;
	background: transparent url(img/bg-content-wrap.png) repeat-y left top;
	z-index: 1;
}
	
#content-top {
	height: 20px;
	background: transparent url(img/bg-content-top.png) no-repeat left bottom;
	z-index: 2;
}

#content {
	margin: 0 40px;
	z-index: 3;
	"background: transparent url(img/bg-content.gif) repeat-y 600px 0px;"
}

#footer {
	position: relative;
	padding: 0 0 30px 0;
	line-height: 22px;
	text-align: center;
	color:black;
}


/*	##################################
   	HEADER
	################################## */
	
#page-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#page-menu li {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 1px solid white;
    border-radius: 3px;
    float: left;
    height: 9px;
    line-height: 0;
    margin-right: 4px;
    padding: 9px 0 0 7px;
    position: relative;
    top: 7px;
}

#page-menu li:hover {
    border: 1px solid #e05206;
    color:#e05206!important;
}

#header-top {

}


#page-menu a {
    background: none repeat scroll 0 0 transparent;
    color: #0085aa;
    font-size: 12px;
    font-weight: bold;
    margin: 0 9px 0 0;
    text-decoration: none;
}



#page-menu li:hover, #page-menu li.sfHover, #page-menu a:focus, #page-menu a:hover, #page-menu a:active, #page-menu li.current-cat, #page-menu li.current {
		color: #e05206!important;
}
#rss {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	margin: 0px;
	padding: 0 30px 0 0;
	line-height: normal;
	background: transparent url(img/bg-rss.png) no-repeat right center;
	color: #fff;
}

#rss a {
	line-height: 40px;
	background: transparent;
	color: #fff;
	border-bottom: 1px dotted #CCCDDD;
	text-decoration: none;
	font-size: 12px;
}

h1#lauftext {
	position: absolute;
	bottom: -70px;
	margin-left: 10px;
	padding: 0px;
	color: yellow;
	font-size: 12px;
	font-weight: bolder;
}

h1#blog-title img {
	margin: 0 0 -10px;
}


/*	##################################
   	MENU
	################################## */
	
	/** /lib/superfish/superfish.css */
	

/*	##################################
   	CONTENT
	################################## */

#page-full #content {
	background: #fff;
}

#content-bottom {
	height: 20px;
	background: transparent url(img/bg-content-bottom.png) repeat-y left top;
}

#content-left {
	display: inline;
	float: left;
	width: 650px;
	margin-top: -10px;
	padding-right: 20px;
}

#content-right {
    border-left: 1px dotted #CDCDCD;
    float: right;
    margin-left: -8px;
    padding-left: 10px;
    width: 220px;
}

.box-left {
	margin: 0 0 20px;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: none;
}

.box-right {
	margin: 10 0 0 15px;
	padding: 0 0 10px;
	border-bottom: none;
}

#wp-cumulus {
	width: 250px;
}

#tagcloudflash {
	width: 250px;
}



.box-full {
	margin: 0px;
	padding: 0 0 1px;
	line-height: 22px;
}

#content ul, #content ol {
	margin: 0px;
	padding: 0 0 0 30px;
}

#content li {
	padding: 1px 0;
	list-style: circle outside none;
	color: #4A4A4A;
}

#content ol li {
	list-style: decimal;
}

#content li ul, #content li ol {
	margin: -2px 0 -2px 20px;
	padding: 0px;
}

#content li li {
	list-style: circle;
	background: none;
}

#content ol li li {
	list-style: upper-roman;
}

#content li li li {
	list-style: square;
}

#content ol li li li {
	list-style: lower-latin;
}

h1.category-title {
	margin: 0 0 30px;
	padding: 0px;
	color: #cccddd;
	border-bottom: 1px solid #eeeee9;
}

.article-left {
	position: relative;
	float: right;
	width: 130px;
	margin: 0 0 20px 0;
	z-index: 4;
}

.sticky-post {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 100;
}

.article-right {
	float: left;
	width: 490px;
}

img.article-img {
	padding: 5px;
	background: #eeeee9;
	-moz-border-radius: 4px 4px 0 0;
}

img.article-img-single,
.box-author img.avatar {
	float: right;
	margin: 5px;
	padding: 5px;
	background: #eeeee9;
}

a:hover img.article-img {
	background: orange;
}

.img-caption {
	padding: 0 5px;
	height: 18px;
	line-height: 19px;
	background-color: #EDEDED;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	-moz-border-radius: 0 0 4px 4px;
	"background: transparent url(img/bg-img-caption.png) no-repeat left top;"
	
}

.img-caption a {
	background: transparent;
	color: #005172;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	float: right;
}

img.shadow {
	background: transparent url(img/shadow.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

.gallery img {
	padding: 10px;
	background: #eeeee9;
	border: none!important;
}

h2.article-title {
	margin: 0 0 5px;
	line-height: normal;
	color: #E05206;
	font-size: 16px;
	width: 70%;
}

h2.article-title a {
	color: #E05206;
	text-decoration: none;
}

h2.article-title a:hover {
	text-decoration: underline;
}

.article-meta {
	-moz-border-radius: 4px 4px 4px 4px;
	background-color: #EDEDED;
	color: #666666;
	float: right;
	font-size: 11px;
	height: 20px;
	margin-top: -22px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
	width: auto;
}

.article-teaser {
	font-weight: bold;
}

a.more-link {
	display: block;
	margin: 27px 0 0;
	color: #E05206;
	float: right;
}

h3.content-title {
	margin: 0 0 10px 0;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: normal;
}

#author-single {
	position: relative;
}

#author-single .avatar {
	float: left;
	width: auto;
	margin: 0 20px 30px 0;
}

#page-bookmarks {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	border-bottom: 1px solid #eeeee9;
}
	
#page-bookmarks .box-left {
	float: left;
	width: 255px;
	margin: 0 20px 0 0;
	padding: 0 0 10px;
	line-height: 22px;
	border-bottom: none;
}


/*	##################################
   	ZUFALLSBILDER FOOTER
	################################## */

#fotos {
	background-color: none;
}

.one-image {
	border: 1px solid gray;
	margin-bottom: -9px;
	z-index: 2;
}




/*	##################################
   	PREDEFINED CLASSES
	################################## */

.btn {
	padding: 5px 10px 6px;
	background: transparent url(img/bg-btn.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.alert {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-alert.png) no-repeat 10px 10px;
}

.checked {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-checked.png) no-repeat 10px 10px;
}

.download {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-download.png) no-repeat 10px 10px;
}

.preview {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-preview.png) no-repeat 10px 10px;
}

.info {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-info.png) no-repeat 10px 10px;
}

.arrow {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-arrow.png) no-repeat 10px 10px;
}

.happy {
	padding: 10px 10px 10px 60px;
	line-height: 20px;
	border: 1px dotted #eeeee9;
	background: #fffad2 url(img/bg-class-happy.png) no-repeat 10px 10px;
}


/*	##################################
   	SIDEBAR
	################################## */

h3.sidebar-title {
	margin: 10px 0 10px 10px;
	padding: 0px;
	line-height: 16px;
	color: #E05206;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dotted #cccddd;
}

.ad-left {
	float: left;
	width: auto;
	margin: 0 20px 20px 0;
}

.ad-right {
	float: right;
	width: auto;
	margin: 0 0 20px;
}

#sidebar-twitter ul,
#recent-comments ul {
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar-twitter li,
#recent-comments li {
	list-style: none;
}


/*	##################################
   	FORMS
	################################## */

#searchform {
	font-size: 12px;
	height: 22px;
	padding: 2px 0 4px 4px;
	margin-left: 10px;
}

.box-left #searchform {
	width: 148px;
}

#search-text {
	float: left;
	width: 148px;
	height: 22px;
	padding: 2px 0 4px 4px;
	background: transparent url(img/bg-input-text.gif) repeat-x left top;
	border: 1px dotted #CDCDCD;
	font-size: 12px;
}

#search-submit {
	float: right;
	width: auto;
	height: 30px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}

input.text, textarea {
	width: 75%;
	padding: 10px;
	background: #fff url(img/bg-input-text.gif) repeat-x left top;
	border: 1px dotted #CDCDCD;
	font-family: Myriad Web, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height; 17px;
}

textarea {
	width: 90%;
	height: 125px;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	padding: 0 20px;
	color: #fff;
	background: transparent url(img/bg-input-submit.png) no-repeat left top;
	border: none;
}


/*	##################################
   	COMMENTS
	################################## */

#content .commentlist ol {
	margin: 0px;
	padding: 0px;
}

#content .commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	list-style: none;
}

#content .commentlist .box-left {
	margin: 30px 0 0;
	padding: 0px;
	border: none;
}

.commentlist .avatar {
	float: right;
	width: auto;
	margin: 0 0 5px 20px;
}

.commentlist li p {
	margin: 0 20px 10px 0;
}

.commentlist .comment-author {
	font-size: 12px;
	font-weight: bold;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	border: none!important;
}

#content .commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

#content .commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border-right: none;
}

.reply a {
	margin: 10px 0 0 0;
	padding: 5px 10px;
	background: transparent url(img/bg-input-submit.png) repeat-x left top;
	color: #fff;
	border: none!important;
	text-decoration: none;
}

#cancel-comment-reply {
	margin: 10px 0;
}

#content .commentlist li.depth-1, #content .commentlist li.depth-3, #content .commentlist li.depth-5 {
    background-color: #F9F9F9;
    border: 1px dotted #CDCDCD;
}

#content .commentlist li.depth-2, #content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	background: #fff url(img/bg-comment-top-1.png) no-repeat left top;
	border-right: 1px solid #ebebe1;
}

#content .commentlist li.depth-4, #content .commentlist li.depth-6 {
	border: none;
}

.moderation {
	padding: 0 0 0 25px;
	background: transparent url(img/bg-moderation.png) no-repeat left center;
}

.trackbacklist {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #eeeee9;
}

#content .trackbacklist ul {
	margin: 0 0 20px;
}

#commentform {
	padding: 0 0 10px 0;
}

#commentform p {
	margin: 0 0 10px 0;
}

.box-comments {
	position: relative;
	padding: 0 0 30px;
}

.comments-paging {
	position: absolute;
	top: 0px;
	right: 0px;
}


/*	##################################
   	PAGING
	################################## */
	
#paging {
	margin: 0 0 30px;
}

.wp-pagenavi .pages {
	float: left;
	width: auto;
	border: none;
	font-size: 12px;
	height: 10px;
	line-height: 15px;
	margin-right: 10px;
	
}


.wp-pagenavi a:hover, .wp-pagenavi span.current  {
border-color: #e05206 !important;
border-radius:6px;

}

.extend  {
display: none;

}

.wp-pagenavi a, .wp-pagenavi .current {
	display: block;
	float: left;
	width: auto;
	min-width: 12px;
	height: 10px;
	line-height: 11px;
	text-align: center;
}

.wp-pagenavi .current {
	color: #E05206;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}




/*	##################################
   	FLICKR BADGE
	################################## */

#flickr_badge_uber_wrapper {
	text-align:center;
}

#flickr_badge_wrapper {
	padding: 0 0 5px 0;
}

.flickr_badge_image {
	display: inline;
	float: left;
	width: auto;
	margin:0 15px 15px 0; 
}

	
/*	##################################
   	CLEARING
	################################## */
	
.clear {
	clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
    margin-bottom: 0px;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	width: auto;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	width: auto;
   	margin: 0 0 20px 20px;
}

.wp-caption {
    border: medium none;
    margin-bottom: 0px;
    padding-top: 5px;
    text-align: center;
}

/*.wp-caption {
	margin-bottom: 20px;
	padding-top: 5px;
   	border: 1px solid #CDCDCD;
   	text-align: center;
   	background-color: #DCDCDC;
        -moz-border-radius: 5px;
}
*/

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
        -moz-border-radius: 3px;
}

.wp-caption p.wp-caption-text {
    background-color: #EEEEEE;
    border-radius: 4px;
    float: right !important;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    width: auto;
}



/*.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}
*/

/*	##################################
   	WIDGET CSS
	################################## */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td, #calendar_wrap th {
	text-align: center;
	border: none;
}

#wp-calendar caption {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#content-right #tag_cloud {
	padding: 0 0 30px;
	line-height: normal;
}

#content-right .textwidget {
	line-height: 22px;
	padding-bottom: 20px;
}

#content-right select#cat {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 190px;
}