/*
Theme Name: KfN
Theme URI: http://kfn.de
Author: Sarah Weck	
Author URI: http://www.kfn.de
Description: KfN ist ein Theme für das Kriminologische Forschungsinstitut Niedersachsen
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: Verdana;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;	
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
    color:#888888;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Verdana;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
    color:#888888;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	/* list-style: disc; */
}

.su-posts-default-loop h2.su-post-title {
    font-size: 130% !important;
}

.su-spoiler-icon {
	color: #D30C01;
}

ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.current-language-item {
	color: #D30c01 !important;
}

span.pipe {
	display:none !important;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

.menu-item-search {
	float:right;
	padding-right: 10px;
}



/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 640px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	
.mean-bar {
	margin-bottom: 42px;
}

#sprache {
	padding-top:42px;
}

#page {
padding-top: 42px;
}

.entry-content table td, .entry-content table th{
}

	.main-navigation ul {
		display: none;
	}
	
	header#masthead{
    background-color: #e0e0e0;
    margin-top: 15px; /*dont change*/
    color: #FFFFFF;
    padding-bottom: 0px;
	border-top: solid 3px #f0f0f0;
	border-bottom: solid 3px #f0f0f0;
}
table#organigramm  td tr {
width:100% !important;
}
	
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}
.entry-content{
    padding: 0px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

#primary a {
	color: #D30C01; 
}

#primary ul {
	list-style-type: none;
    list-style-position:outside;
    list-style-image: url('images/bullet.png');
}

#primary h4 {
	margin-top: 0px !important;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 0;
	margin-bottom: 10px;
}

#mlp_widget-4{
	margin: 0 0 0;
	margin-bottom: 10px;
	float:right;
}

#mlp_widget-2{
	margin: 0 0 0;
	margin-bottom: 10px;
	float:right;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	/*display: none;*/
}

.sd-content ul li{
	float:right !important;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


/* STYLER */
*{
    outline: none;
}

body {
    background: none repeat scroll 0 0 #9A9786;
    color: #2C3E50;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    margin: 10px auto;
    padding: 0;

}
body > .container{
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 10px #999999;
    margin:0px auto;
}
a, a:active,  a:visited, a:link{
    color:#696969;
}



.current_page_item > a {
	color: #D30C01 !important;
}

.current-menu-item  > a {
	color: #D30C01 !important;
}

h1.widget-title.current_page_item > a {
	color: #D30C01 !important;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    color:#888888!important;
}
/*Header*/

#sticky{
	background-color: #FFF;
}


#search-4 {
	display: inline !important;
	text-align: left;
}
header#masthead{
    background-color: #e0e0e0;
    margin-top: 15px; /*dont change*/
    color: #FFFFFF;
    padding-bottom: 0px;
	border-top: solid 3px #f0f0f0;
}
header#masthead div.site-branding{
    position: relative;
    width: 100%;
	/*padding-top: 16%;*/
	padding-left: 2%
}
    
     
  
#sprache{
	display: inline !important;
	text-align: right;

}
header#masthead img {
    /*height: 100% !important;*/
    left: 0;
    position: relative;
    top: 0;
    z-index: 99989;
	float: left;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -40px !important;
	width: 50%;
}

h1.site-title{
    margin-top: 25px;
    font-size:25px;
	height: 100%;
	padding-top: 20px;
}
h1.site-title > a{
    font-weight: normal;
    text-decoration: none;
    font-size: 105%;
	display: block;
}
h1.site-title > a:hover{
    color: #000!important;
}
p.site-description{
    margin:0;
    font-size: 20px;
    font-style: italic;
	color: #696969;
    /*margin-bottom:8px;*/
}

p.site-title{
    margin:0;
	font-size:25px;
	color: #696969;
    /*margin-bottom:8px;*/
}

p.site-description > a:hover{
    color: #000!important;
	text-decoration: none !important;
}

p.site-title > a:hover{
    color: #000!important;
	text-decoration: none !important;
}

header#masthead > nav{
    border-radius: 0px;
    border: none;
    margin:0px;
    padding:0px;
}
.only-site-branding {
    min-height: 152px;
}
.header-image-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1140px;
  overflow: hidden;
  display: table;
  border-top: 1% solid #f0f0f0;
}
.header-image-wrapper #bs-header-image{
  max-width: 0px;
  float: right;
}
.header-image-wrapper .site-branding{
  z-index: 99999;
  position: absolute;
  vertical-align: middle;
  top:0;
  padding:0;
}
div.site-branding{
    float:left;
    padding:20px 0px;
    position: absolute;
	
}
.header-image-wrapper div.site-branding{
  /* margin-top:-16%; */
  padding-top: 30px;
  padding-bottom: 0px;
}
#site-navigation{
  /*margin-top: -1px;*/
}
/*SIDEBAR*/
#secondary{
  padding-top:20px;
}

h1.widget-title a,
h1.widget-title a:hover{
    background: none;
    color: #696969;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
	margin-top: 0px;
}

h1.widget-title {
	color:#696969;
	font-size: 150%;
	margin-top: 0px;
}

.srr-title {
	margin-bottom: 0px !important;
}
.srr-date{
	font-size: 75% !important;
	opacity: 0.6;
}

.rsswidget img {
	display:none !important;
}


h1.widget-title.rsswidget a {
	color: #000 !important;
	font-size: 24px !important;
}

div.textwidget{
    border:none;
    padding:20px 20px 20px 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    color:#666666;
}
div.widget-area ul{
    list-style-type: none;
    list-style-position:outside;
    list-style-image: url('images/bullet.png');
    padding: 0px;
    margin: 0 0 0 20px;

}
div.widget-area ul > li {
    padding:5px 0px 5px 8px;
}
div.widget-area ul > li ul > li{
}
div.widget-area ul li a{
    padding-left: 0px;
}
div.widget-area ul li:before {
}

#subpage a:hover {
	color: #000;
}

/*Article*/
article.post {
    padding-bottom: 10px;
    margin-bottom: 30px;
}
header.entry-header,
header.page-header
{
    border-bottom: 3px solid #EEEEEE;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
}
header.entry-header h1,
header.page-header h1
{
    font-size: 150%;
}
header.entry-header h1 a,
header.page-header h1 a
{
    text-decoration: none;
	color: #000 !important;
}
/*Comment*/
code {
    white-space:normal!important;
}
span.required {
    color: #FF0000;
    font-weight: bold;
}
.comment-form {

}
.comment-form p{
    margin:0 0 0 10px;
}
.comment-form p label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
.comment-form input,
.comment-form textarea
{
    box-shadow: none;
    border-color: #9e9e9e;
    border-radius: 0px;
    min-height:30px;
    display: block;
    padding: 8px;
    margin: 5px 5px 10px 0px;
}
.comment-form input{
    width:60%;
    max-width: 400px;
}
.comment-form input[type="submit"],
.comment-form input[type="submit"]:hover
{
    box-shadow: none;
    width:auto;
    border:none;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: none;

}
.comment-form input[type="submit"]{
    background-color: #696969;
}
.comment-form input[type="submit"]:hover{
    background-color: #234961;
}
.comment-form p.form-submit{
    margin:10px 0px;
}
.comment-form p.comment-notes {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

/*booklist*/

#booklist {
	list-style:none !important;
}

.pub_user select {
	display: none !important;
}

.su-posts-default-loop .su-post-comments-link {
    display: none !important;
}

/*Search Widget*/

#menu-item.menu-item-search li{
	padding-top: 20px;
}

.search-box-wrapper  {
  background: #42454e;
  display: inline-block;
  float: right;
  margin-right: 20px;
  right:0;
  left:auto;
  
}

.search-form input{
  float: left;
  font-size: 90%;
  border-radius: 0;
  height:34px;
  
}

.search-form input[type="search"] {
  background: #ffffff;
  color: #42454e;
  min-width: 184px;
  padding: 6px 8px;
  border-color: #696969;
}
.widget_search .search-form .search-field{
  width: 100% !important;
  max-width: 275px;
}
.search-form input[type="submit"] {
  background: #696969;
  border:1px #696969 solid;
  border-radius: 0;
  color: #fff;
  padding: 6px 16px;
  box-shadow: none;
  max-height: 34px;
  height: 34px;
  overflow: hidden;
  text-shadow: none;
}

/*calendar*/
.widget_calendar table{
    margin:5px 0px;
}
.widget_calendar table a{
    font-weight: bold;
}
.widget_calendar table th, .widget_calendar table td{
    margin:5px 0px;
    text-align: center;
}

.widget_calendar table tfoot{
    text-align: center;
}
.widget_calendar table caption{
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

/*categories widget*/
.widget_categories select, .widget_archive select, .widget form select{
    border-radius: 0px;
    min-height: 30px;
    height:30px;
    border: 1px #57bddb solid;
}

#sidebar-personen {
	float:right;
}

/*FOOTER*/
footer div.site-info a{
  color: #000!important;
}
footer#colophon {
    text-align: center;
    min-height: 50px;
    margin: 0px 0px 15px 0px;
    background-color: #f0f0f0;
    color: #000;
}
footer#colophon a{
    color:#FFFFFF;
    font-weight: bold;
}

footer#colophon  div.footer-nav-wrapper{
    text-align: center;
    height: auto;
    overflow: hidden;
    padding:0px;
}
footer#colophon  div.footer-nav-wrapper ul{
    list-style: none;
    height: auto;
    overflow: hidden;
    width:100%;
    margin: 0;
    padding: 0;
}
footer#colophon  div.footer-nav-wrapper ul li{
    display: inline-block;
    margin: 0 5px 0 5px;
}
footer#colophon div.footer-nav-wrapper ul a,
footer#colophon div.footer-nav-wrapper ul a:hover{
    display: block;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 90%;
}
footer#colophon div.footer-nav-wrapper ul a:hover{
  text-decoration: underline;
}
footer#colophon div.footer-nav-wrapper ul span.pipe{
  margin:0px 0px 0px 10px;
}
footer#colophon div.footer-nav-wrapper ul > li:last-child span{
  display: inline-block;
}
footer#colophon .footer-nav-wrapper,
footer#colophon .copyright,
footer#colophon .footer-powered-by{
  margin-bottom: 5px;
  margin-top: 5px;
}



.footer-widgets-wrapper{
    height:auto;
    overflow: hidden;
    background-color: #f0f0f0;
}
.footer-widgets-wrapper .footer-sidebar-title{
    background: none repeat scroll 0 0 #f0f0f0;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 0px 0px 10px;
    text-decoration: none;
    text-transform: capitalize;
}
.footer-widgets-wrapper .social-widget-wrapper{
}
.footer-widgets-wrapper .textwidget{
  padding:0;
}
.footer-widgets-wrapper .widget>div,
.footer-widgets-wrapper .widget>ul{
  padding:0px 10px;
}
.footer-widgets-wrapper .footer-widget-area ul{
  list-style: none outside url("images/bullet.png");
  margin: 0 0 0 0px;
  padding: 0;
}

/*POST*/

a.more-link{
    background-color: #f0f0f0;
    padding:2px 5px;
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: none;
}
a.more-link{
    width:85px!important;
    margin: 5px 0px;
}
a.comment-reply-link:hover,
a.more-link:hover{
	background-color: #696969 !important;
    color: #fff!important;
    text-decoration: none!important;
}

.entry-meta{
    font-style: italic;
    padding:0px 0px 0px 0px;
    font-weight: bold;
    font-size: .9em;
}
.entry-meta a{
    padding:1px 3px;
    font-style:italic;
    margin:0px 1px ;
    text-decoration: none;
}
.entry-meta a:hover{
    text-decoration: underline;
}
.entry-meta span.posted-on{
    background: url('images/calendar.png') no-repeat top left;
    padding-left:20px;
}
.entry-meta span.byline{
    display: none;
}
.entry-meta span.comments{
    background: url('images/comments.png') no-repeat top left;
    padding-left: 15px;
    margin-left: 10px;
}
.entry-meta span.edit-link{
    background: url('images/edit.png') no-repeat top left;
    padding-left: 15px;
    margin-left: 10px;
}

.entry-content table {
  margin:5px 0px;
}

.entry-content table td, .entry-content table th{
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
}
.entry-content table thead, .entry-content table th{
  background-color: #EEEEEE;
}

footer.entry-meta{
    background-color: #EEEEEE;
    padding:10px;
}
footer.entry-meta span.bp-category{
    background: url('images/category.png') no-repeat top left;
    padding-left: 15px;
	display:none;
}
footer.entry-meta span.bp-tags{
    background: url('images/tags.png') no-repeat top left;
    padding-left: 15px;
    margin-left: 10px;
	display:none;
}



/*navigation menu*/
nav.navigation{
}
nav.navigation .nav-links a{
    background-color: #c0c0c0;
    min-height: 30px;
    line-height: 30px;
    height: 30px;
    color:#000;
    font-weight: bold;
    width: auto;
    display: inline-block;
    padding:0px 5px;

}
nav.navigation .nav-links a:hover{
    background-color: #696969;
    color: #fff!important;
}

.site-logo{
    margin: auto 10%;
    max-height: 120px;
    min-height: 30px;
    overflow: hidden;
}


/*slider*/

.main-slider-wrapper{
    height:auto;
    overflow: hidden;
}
.main-slider-wrapper img {
    width: 100%;
}
.secondary-slider-wrapper {
    width:100%;
    height: auto;
    overflow: hidden;
    margin-top:20px;
}
/**/
.bp-thumbnail-wrapper{
    width: 100%;
}
.bp-thumbnail-wrapper a img, .bp-thumbnail-wrapper img{
    display: block;
    clear: both;
    width:100%;
}
main#main p{
    clear:both;
}
main#main .entry-content p{
    clear:none !important;
}
.et-row{
  margin:5px 0px 15px 0px;
}

/*nav*/

.assistive-text, .site .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

    .KfN-nav ul.nav-menu,
    .KfN-nav div.nav-menu > ul {
        background:none repeat scroll 0 0 #c0c0c0;
        display: inline-block !important;
        text-align: left;
        width: 100%;
    }
    .KfN-nav ul {
        margin: 0;
        text-indent: 0;
    }
    .KfN-nav li a,
    .KfN-nav li {
        display: inline-block;
        text-decoration: none;
    }
    .KfN-nav li a {
        border-bottom: 0;
        color: #000;
        line-height: 3.692307692;
        padding: 0 20px;
        white-space: nowrap;
        transition: .3s ease 0s;
        font-size: 90%;
        font-weight: bold;
    }
    .KfN-nav li a:hover {
        color: #EEEEEE!important;
        background-color: #696969
    }
    .KfN-nav li {
        position: relative;
        margin-right: -4px;
    }
    .KfN-nav li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1000;
    }
    .KfN-nav li ul ul {
        top: 0;
        left: 100%;
    }
    .KfN-nav ul li:hover > ul {
        border-left: 0;
        display: block;
    }
    .KfN-nav li ul li a {
        background: #c0c0c0;
        border-top: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        color:#000;
        display: block;
        line-height: 2.181818182;
        padding: 8px 10px;
        width: auto;
        min-width: 220px;
        white-space: normal;
    }
    .KfN-nav li ul li a:hover {
        background: #696969;
        color: #FFF;
    }
    .KfN-nav .current-menu-item > a,
    .KfN-nav .current-menu-ancestor > a,
    .KfN-nav .current_page_item > a,
    .KfN-nav .current_page_ancestor > a {
            background: none repeat scroll 0 0 #696969;
            color: #FFFFFF !important;
    }
	


/*social*/
.social-wrapper{
    display: block;
    margin: 5px 0px;
    height:auto;
    overflow: hidden;
}
.container-open-wrapper .social-wrapper{
    margin-top: 15px;
}

.footer-end-page .social-wrapper{
    margin-bottom: 10px;
}
.social-widget-wrapper {
    height: auto;
    overflow: hidden;
}
.social-wrapper a,.social-widget-wrapper a{

    background: url("images/social-sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    text-decoration: none;
    text-indent: -999999px;
    width: 32px;
    transition:all 0.3s ease 0s;

}
.social-wrapper a{
    float: right;
    margin-left: 5px;
}
.social-widget-wrapper a{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
a.social-facebook{
    background-position: -235px -12px;
}
a.social-facebook:hover{
    background-position: -235px -52px;
}
a.social-twitter{
    background-position: -649px -12px;
}
a.social-twitter:hover{
    background-position: -649px -52px;
}
a.social-googleplus{
    background-position: -348px -12px;
}
a.social-googleplus:hover{
    background-position: -348px -52px;
}
a.social-youtube{
    background-position: -726px -12px;
}
a.social-youtube:hover{
    background-position: -726px -52px;
}
a.social-pinterest{
    background-position: -460px -12px;
}
a.social-pinterest:hover{
    background-position: -460px -52px;
}

a.social-linkedin{
    background-position: -422px -12px;
}
a.social-linkedin:hover{
    background-position: -422px -52px;
}

a.social-vimeo{
    background-position: -688px -12px;
}
a.social-vimeo:hover{
    background-position: -688px -52px;
}

a.social-flickr{
   background-position: -274px -12px;
}
a.social-flickr:hover{
   background-position: -274px -52px;
}

a.social-tumblr{
    background-position: -611px -12px;
}
a.social-tumblr:hover{
    background-position: -611px -52px;
}

a.social-dribbble{
    background-position: -161px -12px;
}
a.social-dribbble:hover{
    background-position: -161px -52px;
}
a.social-deviantart{
    background-position: -86px -12px;
}
a.social-deviantart:hover{
    background-position: -86px -52px;
}
a.social-instagram{
   background-position: -385px -12px;
}
a.social-instagram:hover{
   background-position: -385px -52px;
}
a.social-skype{
    background-position: -536px -12px;
}
a.social-skype:hover{
    background-position: -536px -52px;
}
a.social-rss{
    background-position: -498px -12px;
}
a.social-rss:hover{
    background-position: -498px -52px;
}

a.social-digg{
    background-position: -122px -12px;
}
a.social-digg:hover{
    background-position: -122px -52px;
}
a.social-stumbleupon{
    background-position: -574px -12px;
}
a.social-stumbleupon:hover{
    background-position: -574px -52px;
}
a.social-forrst{
    background-position: -311px -12px;
}
a.social-forrst:hover{
    background-position: -311px -52px;
}
a.social-500px{
    background-position: -14px -12px;
}
a.social-500px:hover{
    background-position: -14px -52px;
}

a.social-email{
    background-position: -197px -12px;
}
a.social-email:hover{
    background-position: -197px -52px;
}


/*comments*/
#comments{
    border-top : 3px dotted #EEEEEE;
    margin-top: 20px;
    padding: 10px 0px;
}
#comments .comments-title,#comments .comment-reply-title{
    font-size: 20px;
}
#comments .comment-reply-title{
    padding-left: 10px;
}

ol.comment-list{
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
}
.comment-list .comment{
    border: 1px solid #CCCCCC;
    color: #666666;
    padding: 10px 10px;
    margin: 10px 2px 5px 0px;
}
.comment-meta .comment-author{
    font-weight: bold;
}
.comment-meta .comment-metadata {
    float: none;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 5px;
    padding-bottom: 5px;

}
ol.comment-list li ul{
    list-style-type: disc;
}
ol.comment-list li ul.children{
    list-style-type: none;
}
a.comment-reply-link,
a.readmore{
    background-color: #f0f0f0;
    color: #fff;
    padding:2px 5px;
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: none;
}
a.readmore{
    width:85px!important;
    margin: 5px 0px;
}
a.comment-reply-link:hover,
a.readmore:hover{
	background-color: #696969 !important;
    color: #fff!important;
    text-decoration: none!important;
}

/*contact form 7*/
.wpcf7{
}
.wpcf7 p{
  font-weight: bold;
}
.wpcf7 span.wpcf7-form-control-wrap{
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-captchar{
  border-color: #9E9E9E;
      border-radius: 0;
      box-shadow: none;
      display: block;
      margin: 5px 5px 10px 0;
      min-height: 30px;
      padding: 8px;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-submit:hover{

  border: medium none;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: none;
    width: auto;
    border-radius: 0;
}

.wpcf7 .wpcf7-submit{
  background-color: #696969;
  padding:8px 20px;
  min-height: 30px;
}
.wpcf7 .wpcf7-submit:hover{
  background-color: #234961;
}

/*Goto top*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:50px;
    right:30px;
    display:none;
    outline: none;
    border:none;
    text-indent:-9999px;
    background: url('images/icon_top.png') no-repeat;
}

@media print {
#sprache,
#site-navigation,
#secondary,
.footer-widgets-wrapper,
footer#colophon div.footer-nav-wrapper,
.header-image-wrapper #bs-header-image,
a[href]:after,
.entry-meta span.edit-link,
#sd-content
{display:none !important;}

footer#colophon{
background-color: none;
}
header#masthead{
border-top: none !important;
}
}
