/*
Theme Name:     Kuketz-Security
Theme URI:      https://www.kuketz-blog.de/themes/kuketz-security/
Author:         Mike Kuketz
Author URI:     https://www.kuketz-security.de/
Description:    Kuketz-Blog WordPress-Theme
Version:        1.8
Date:			04.02.2018
*/

/******************
	FONTS   
******************/
/* FONT */ 
/* --- Regular --- */
@font-face {
	font-family: 'Roboto';		
	src: 	url('./fonts/Roboto-Regular.woff2') format('woff2'), 
			url('./fonts/Roboto-Regular.woff') format('woff'), 
			url('./fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;	
}

/* ICONS */ 
@font-face {
	font-family: dashicons;   	
	src:	url('./fonts/dashicons.woff2') format('woff2'), 
			url('./fonts/dashicons.woff') format('woff'), 
			url('.fonts/dashicons.ttf') format('truetype'); 	
	font-weight: normal;
	font-style: normal;		
}

/******************
	DASH ICONS    
******************/
.dashicons,
.dashicons-before:before {
	display: inline-block !important;
	width: 20px !important;
	height: 20px !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
	font-family: dashicons !important;
	text-decoration: inherit !important;
	font-weight: normal !important;
	font-style: normal !important;
	vertical-align: top !important;
	text-align: center !important;		
}
.dashicons-admin-users:before {
	content: "\f101";	
}
.dashicons-calendar:before {
	content: "\f102";	
}
.dashicons-admin-comments:before {
	content: "\f103";
}
.dashicons-admin-links:before {
	content: "\f104";
}
.dashicons-category:before {
	content: "\f105";
}
.dashicons-tag:before {
	content: "\f106";
}
.dashicons-arrow-left-alt2:before {		
	content: "\f107";	
}
.dashicons-arrow-right-alt2:before {	
	content: "\f108";	
}

/******************
	THEME   
******************/
/* 
Roboto:		Default
Open Sans:	Nice Alternative
FreeSans:	Linux
Segoe UI:	Windows, Windows Phone
Geneva:		Mac OS
sans-serif:	Fallback

Converter:	https://transfonter.org/ (Subsets: Latin)
*/

/* DEFAULTS */ 
* {				
	font-family: Roboto, 'Open Sans', FreeSans, 'Segoe UI', Geneva, sans-serif;
	padding: 0;
	margin: 0;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	min-height: 100%;
	margin: 0 0 100px;
	background: #e5e8eb;
}
a {
	color: #467aa3;
	text-decoration: underline;
}
a:hover {	
	text-decoration: none;	
}
strong {
	font-weight: bold;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	margin: 0 auto;
	display: block;
}

/* WRAPPER */ 
#wrapper {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}
#wrapper .posts,
#wrapper .sidebar {
	float: left;
}
#wrapper .posts {
	max-width: calc(100% - 300px);
	width: 100%;
}
#wrapper .full {
	float: none;
	max-width: 800px;
	margin: 0 auto;
}
#wrapper .sidebar {
	width: 300px;
}
#wrapper .post-nav {
	background: #f1f3f4;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid #d4d9de;
	text-align: center;
	color: #d4d9de;
	font-size: 14px;
}
#wrapper .post-nav .alignright .dashicons:before {
	float: right;
	padding-left: 5px;
}
#wrapper .post-nav .alignleft .dashicons:before {
	padding-right: 5px;
}
#wrapper .post-nav span {
	vertical-align: text-top;
}
#wrapper .post-nav .dashicons {
	width: auto;
	height: auto;
}
#wrapper .post-nav:after {
	content: '';
	clear: both;
	display: table;
}
#wrapper .post-nav a {
	display: inline-block;
	background: #628098;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
#wrapper .post-nav a:hover {
	background: #d4d9de;
}
#wrapper .gallery img {
	border: none;
}
#wrapper .gallery-item img {
	border-radius: 4px;
}
#wrapper .gallery-caption {
	font-size: 12px;
	line-height: 18px;
}
.archive-title-wrapper {	
	background: #c6cdd3;	
}
.archive-title-wrapper .content {
	margin: 20px 0;
	margin-bottom: 0;
	padding: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
}
.archive-title {
	padding: 40px 0;
	margin: 0 auto;
	max-width: 1080px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.archive-title .dashicons {
	padding-left: 40px;
	font-size: 50px;
	width: 50px;
	margin-right: 20px;
}
.archive-title .dashicons:before {
	color: #708090;	
}
.archive-title h1 {
	font-size: 40px;  
	display: inline-block;
	line-height: 1;
	color: #708090;	
}
.post,
.posts .page,
.error404 .content-wrapper {
	background: white;
	margin-bottom: 20px;
	border-bottom: 5px solid #d4d9de;
}
.content-wrapper {
	padding: 40px;
}

/* NAVIGATION */
.navigation:after {
	content: '';
	display: table;
	clear: both;
}
.site-header .navigation {
	text-transform: uppercase;
	padding: 10px;
	background: #37474f;  
}
.site-header .navigation:after {
	content: '';
	display: table;
	clear: both;
}
.site-header .navigation > * {
	margin: 0 auto;
	max-width: 1080px;
}
.site-header .navigation .menu-item-has-children {
	white-space: nowrap;
}
.site-header .navigation .menu-item-has-children a {
	padding-right: 10px;
}
.site-header .navigation .menu-item-has-children:before {  
	color: #708090;  
	float: left;
	z-index: 101;
	position: relative;  
}
.site-header .navigation ul > li {
	float: left;
	list-style: none;
	margin-left: 0px;
}
.site-header .navigation ul > li:hover > .sub-menu {
	background: #2f363d;
	border: 1px solid #262b30;
	display: block;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.site-header .navigation ul > li:hover > .sub-menu a:hover {
	background: #262b30;
}
.site-header .navigation ul > li:hover a {
	background: #2f363d;
	color: #d4d9de;
}
.site-header .navigation ul > li.menu-item-has-children a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid transparent;
}
.site-header .navigation ul > li a {
	color: #fff;
	text-decoration: none;   
	font-weight: bold; 
	font-size: 15px;  
	letter-spacing: -0.3px;
	display: block;
	padding: 10px 10px;
	border-radius: 4px;
	margin-bottom: -1px;
	position: relative;
	z-index: 100;
}
.site-header .navigation ul > li.current-menu-item > a,
.site-header .navigation ul > li.current-menu-ancestor > a {
	background: #2f363d;
	border-radius: 4px !important;
}
.site-header .navigation .sub-menu {
	position: absolute;
	display: none;
	border: 1px solid transparent;
	padding-bottom: 1px;
	padding: 5px 0;
	z-index: 9999;
}
.site-header .navigation .sub-menu li {
	float: none;
}
.site-header .navigation .sub-menu li a {
	border-radius: 4px !important;
	margin: 0 5px;
	border: none !important;
}
.site-header .navigation .sub-menu li:hover a {
	color: #4682B4;
}
.site-header .navigation .sub-menu:after {
	content: '';
	display: table;
	clear: both;
}
.site-header .navigation .sub-menu .sub-menu {
	position: absolute;
	top: 0px;
	left: 100%;
	white-space: nowrap;
}

/* HEADER */
.site-header {
	background: #2f363d;  
}
.site-header .navbar {
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px;
}
.site-header .navbar .logo {
	float: left;
	width: 50%;
}
.site-header .navbar:after {
	content: '';
	clear: both;
	display: table;
}
.site-header .navbar .searchform {
	width: 50%;
	float: left;
}
.site-header .navbar .searchform form {
	width: 280px;
	float: right;
}
.site-header .navbar .searchform input[type="text"] {
	background: #37474f url("./icons/search.png") 95% 50% no-repeat;
	border: 2px solid #2f363d;
	border-radius: 4px;
	color: #fff;
	outline: none;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	padding: 16px;
}
.site-header .navbar .searchform input[type="text"]:hover {      
	border: 2px solid #fff;
}
.site-header .navbar .searchform input[type="text"]:focus {      
	border: 2px solid #fff;
	background: #fff;
	color: #2f363d;
}
.site-header .navbar .searchform input[type="text"]::-webkit-input-placeholder {
	color: #fff !important;
}
.site-header .navbar .searchform input[type="text"]:-moz-placeholder {
	color: #fff !important;
}
.site-header .navbar .searchform input[type="text"]::-moz-placeholder {
	color: #fff !important;
}
.site-header .navbar .searchform input[type="text"]:-ms-input-placeholder {
	color: #fff !important;
}
.site-header .navbar .searchform #site-header-searchsubmit {
	display: none;
}
.site-header .navbar .searchform label {
	color: #708090;
}
.site-header .name {
	font-size: 32px;
	margin-bottom: 10px;
}
.site-header .name a {
	color: white;
	text-decoration: none;
}
.site-header .name a:hover {
	text-decoration: underline;
}
.site-header .description {
	color: #d4d9de;
	font-size: 17px;
	margin-top: 10px;	
	font-weight: bold;	
	margin-bottom: 10px;
	letter-spacing: -0.2px;
}

/* MICROBLOG HEADER */
.site-header .navbar .searchform-microblog {
	float: none;
	width: 100%;
}
.site-header .navbar .searchform-microblog form {
	width: 280px;
	float: none;
	margin: 0 auto;	
}

/* AFTER HEADER */
/* Microblog Container */
.microblog-container {
	display: block;
	background: #f1f3f4 url(./icons/microblog.png) 3% 9% no-repeat;
	padding: 14px;	
	max-width: 600px;
	height: auto;	
	margin: 0 auto;
	border-bottom: 4px solid #d4d9de;
	text-align: center;
	font-size: 16px;	
	color: #4f4f4f;
}
.microblog-container h2 {	
	font-size: 18px;
	margin-bottom: 10px;
}
.microblog-container h2 a {
	text-decoration: none;
	color: #2f363d;
}
.microblog-container a {
	text-decoration: none;	
}
.microblog-container a:hover {
	text-decoration: underline;	
}
.microblog-container ul {
	list-style: none;
}
.microblog-container li {
	list-style: none;   
	margin-bottom: 6px;
}
/* Link Container */
.link-container a {
	display: block;
	background: #dfebb5;		
	padding: 14px;	
	max-width: 500px;
	height: auto;	
	margin: 0 auto;
	border-bottom: 4px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	color: #2f363d;	
}
.link-container a:hover {		
	background: #f1f3f4;		
	border-bottom: 4px solid #d4d9de;	
}

/* POST META DATA */ 
.post-meta {
	margin-bottom: 20px;
	color: #708090;
	border-bottom: 1px solid #d4d9de;
	padding-bottom: 10px;
}
.post-meta a {
	display: inline-block;
	text-decoration: none;
}
.post-meta a:hover span {
	text-decoration: underline;
}
.post-meta a.permalink {
	float: right;
}
.post-meta span {
	margin-right: 20px;
	font-size: 14px;
	margin-left: 5px;
}
.post-meta-tax {
	background: #f1f3f4;
	padding: 20px 40px;
	font-size: 14px;
}
.post-meta-tax ul {
	list-style: none;
	overflow: hidden;
}
.post-meta-tax ul li {
	float: left;
}
.post-meta-tax ul:after {
	content: '';
	display: table;
	clear: both;
}
.post-meta-tax .dashicons {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.post-meta-tax .dashicons:before {
	color: #708090;
}
.post-categories a,
.post-tags a {
	margin: 3px;
	padding: 10px;
	background: #e3e6e9;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	color: #2f363d;
	font-size: 14px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.post-categories a:hover,
.post-tags a:hover {
	background-color: #dfebb5;
}
.post-categories a span,
.post-tags a span {
	color: #a9b3bd;
}
.more-link {	
	width: 200px;
	height: 40px;
	display: block;
	margin: 0 auto;	
	margin-top: 20px;
	border: none;
	background: #628098;  		
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;	
	font-weight: bold;
}
.more-link:hover {	
	color: #2f363d;
	background: #d4d9de;	
}

/* BLOG CONTENT */
.posts .title {
	font-size: 25px;
	color: #2f363d;
	font-weight: bold;
	margin-bottom: 20px;  
	word-wrap: break-word;
}
.posts .title a {  
	color: #2f363d;
	text-decoration: none;
}
.posts .title a:hover {
	color: #467aa3;
}
.posts .content h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}
.posts .content h2 {
	font-size: 23px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1;
}
.posts .content h3 {
	font-size: 21px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}
.posts .content h4 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}
.posts .sticky {
	border-bottom: 5px solid #708090;
}
.content {
	color: #2f363d;
	font-size: 17px;
	line-height: 25px;
}
.content:after {
	content: '';
	display: table;
	clear: both;
}
.content > *:last-child {
	margin-bottom: 0 !important;
}
.content hr {
	margin-top: 40px; 
	margin-bottom: 30px;
	border: none;  
	border-top: 5px solid #d4d9de;  
	border-bottom: 32px solid #e5e8eb;
	margin-left: -40px;		
	margin-right: -40px;
}
.content fieldset {
	border: 1px solid #ccc;
	padding: 20px;
}
.content p,
.content > ul,
.content > ol,
.content pre,
.content table,
.content fieldset {
	margin-bottom: 20px;
}
.content .comment-body > ul,
.content .comment-body > ol {
	margin-bottom: 30px;
}
.content ul,
.content ol {
	margin-left: 20px;
}
.content li {
    list-style: none;
    padding-left: 18px;   
    background-image: url(./images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 8px; 
    margin-bottom: 3px;
} 
.content iframe {
	max-width: 100%;
}
.content pre {
	padding: 10px;
}
.content code,
.content q,
.content tt {
	padding: 5px;
}
.content abbr {
	border-bottom: 1px dotted #708090;
}
.content pre,
.content code,
.content q,
.content tt {
	font-size: 15px;
	font-family: monospace;
	line-height: 1.3;
	background: #e4f0f5;  
	overflow-x: auto;  	
	padding: 14px;
	border-left: 3px solid #628098; 		
}
.content code {
	display: block;
}   
.content blockquote {
	background: #f1f3f4;
	padding: 20px;
	margin-bottom: 30px;
}
.content blockquote p {
	overflow: hidden;
}
.content blockquote > ul {
	margin-bottom: 20px;
}
.content blockquote:before {
	content: "\f109";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: top;
	float: left;
	font-size: 48px;
	color: #708090;
	margin-right: 20px;
}
.content blockquote:after {
	content: '';
	clear: both;
	display: table;
}
.content blockquote > *:last-child {
	margin-bottom: 0 !important;
}
.content blockquote cite {
	font-weight: bold;
	display: block;
	font-style: normal;
}
.content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.content table th,
.content table td {
	padding: 10px;
}
.content table thead th {
	text-align: left;
	border: 1px solid black;
}
.content table thead tr {
	background: #2f363d;
	color: white;
}
.content table tbody td {
	border: 1px solid #d4d9de;
}
.content table tbody th {
	border: 1px solid #708090;
	border: 1px solid black;
	background: #2f363d;
	text-align: left;
}
.content table tbody th,
.content table tbody th a {
	color: white;
}
.content table tbody tr:nth-child(even) {
	background: #e3e6e9;
}
.content dl {
	margin-bottom: 30px;
}
.content dl dt {
	font-weight: bold;
}
.content dl dd {
	margin-bottom: 10px;
}
.content address {
	margin-bottom: 30px;
}
.content img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-top: 10px;
}
.content .nocomments {
	background: #f1f3f4;
	padding-top: 30px;
	padding-bottom: 30px;	
	padding-left: 60px;	
	padding-right: 60px;	
	border-bottom: 5px solid #d4d9de;
	clear: both;
	margin-bottom: 0;
	margin-left: -40px;		
    margin-right: -40px;
    text-align: center;
}
.content form p {
	margin-bottom: 5px;
}
.content input[type="text"],
.content input[type="url"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="password"],
.content select {
	width: 100%;
	max-width: 330px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content input[type="text"],
.content input[type="url"],
.content input[type="email"],
.content input[type="tel"],
.content input[type="password"],
.content textarea,
.content select {
	border: 1px solid #d4d9de;
	padding: 10px;
}
.content textarea {
	width: 100%;
	max-width: 330px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content input[type="submit"],
.content input[type="reset"],
.content button {
	display: inline-block;
	border: none;
	background: #628098;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	cursor: pointer;
}
.content input[type="submit"]:hover,
.content input[type="reset"]:hover,
.content button:hover {
	background: #277096;
}
.content input[type="reset"] {
	background: #d4d9de;
	color: #2f363d;
}
.content input[type="reset"]:hover {
	background: #b8c0c8;
}

/* MICROBLOG CONTENT */
.title-microblog {
	font-size: 22px; 
	margin-bottom: 15px;	
}
.title-microblog a {	
	color: #2f363d;
	text-decoration: none;
	font-weight: bold;
}
.posts-microblog {
	float: none;
	max-width: 700px;
	margin: 0 auto;
}
.posts-microblog .content hr {
	margin-top: 40px; 
	margin-bottom: 0px;
	border: none;  
	border-bottom: 32px solid #e5e8eb;
	margin-left: -40px;		
	margin-right: -40px;
}

/* BOTTOM NAVIGATION */
.post-nav-page {
	border-top: 1px dotted #d4d9de;
	display: block;
	padding-top: 20px;
}
.post-nav-page .page-link-number {
	background: #f1f3f4;
	padding: 5px 10px;
	background: #628098;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.post-nav-page a {
	text-decoration: none;
	display: inline-block;
}
.post-nav-page a span:hover {
	border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}
.post-nav-page a .page-link-number {
	background: #f1f3f4;
	color: #708090;
}
#s-404 {
	padding: 20px;
	width: 50%;
	background: #f1f3f4;
	border: none;
	border-radius: 4px;
	outline: none;
	font-size: 18px;
}

/* COMMENTS */
.comment-container .comment-form-comment label {
	display: block;
}
.comment-container .comment-form-comment textarea {
	max-width: 100%;
}
.comment-container form input[type="text"],
.comment-container form textarea {
	background: #e4f0f5;
	border: none;
	padding: 10px;	
	font-size: 16px;	
}
.comment-container form textarea {
	border-left: 3px solid #628098;	
	padding: 15px;
}
.comment-container form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-container form label small {
	font-size: 14px;
	margin-left: 10px;
}
.comment-container form p {
	margin-bottom: 5px;
}
.comment-container h3,
.comment-container p {
	margin-bottom: 10px;
}
.comment-container blockquote {
	background: #e3e6e9;
	padding: 20px;
	margin-bottom: 15px;
}
.comment-container #respond h3 {
	clear: both;
	margin-bottom: 10px;
}
.comment-container #respond form label {
	display: block;
}
.comment-container #respond #submit {
	display: inline-block;
	border: none;
	background: #628098;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	float: left;
	font-size: 14px;
	cursor: pointer;
}
.comment-container #respond #submit:hover {
	background: #277096;
}
.comment-container .commentmetadata {
	margin-bottom: 10px;
	font-size: 14px;	
}
.comment-container .commentmetadata a {	
	text-decoration: none;	
}
.comment-container .commentlist,
.comment-container .children {
	margin: 0;
}
.comment-container .commentlist li,
.comment-container .children li {
	list-style: none;
	background-image: none;
}
.comment-container .commentlist > li {
	padding-left: 0;
}
.comment-container .comment {
	padding-left: 20px;
}
.comment-container .comment-body {
	background: #f1f3f4;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: #d4d9de 4px solid;
}
.comment-container .comment-author {
	margin: -20px;
	margin-bottom: 10px;
	line-height: 50px;
	padding: 5px;
	background: #e3e6e9;
}
.comment-container .comment-author cite {
	font-style: normal;
}
.comment-container .comment-author img {
	margin: 0px;
	margin-left: 14px;
	margin-right: 10px;
}
.comment-container .children > .bypostauthor > div > .comment-author {
	color: #2f363d; 
	background: #dfebb5;
}
.comment-container .children > .bypostauthor > div > .comment-author a {
	color: #2f363d;
}
.comment-container .reply:after {
	content: '';
	clear: both;
	display: table;
}
.comment-container .reply a {
	margin: 3px;
	padding: 5px 20px;
	background: #628098;
	display: inline-block;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	float: right;
	font-weight: bold;
}
.comment-container .reply a:hover {
	color: #2f363d;
	background: #dfebb5;
}
.comment-container .comment-form-author {	
	margin-top: 30px;
	text-align: center;
}
.comment-container .comment-form-author #author {	
	width: 220px;	
	display: block !important;
	margin: 0 auto;	
	float: none !important;
}
.comment-container .form-submit #submit {	
	width: 220px;		
	display: block !important;
	margin: 0 auto;
	margin-top: 14px;
	float: none !important;
	font-weight: bold;
}
.comment-container .form-submit #submit:hover {	
	color: #2f363d !important;
	background: #d4d9de !important;
}

/* SIDEBAR */
.sidebar {
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	color: #2f363d;	
}
.sidebar img {
	margin: 0 auto;
	display: block;
}
.sidebar li {
	list-style: none;
}
.sidebar li a {
	text-decoration: none;
}
.sidebar li a:hover {
	text-decoration: underline;
}
.sidebar .badge  {
	margin: 0 auto;
	display: block;			
	margin-top: 12px;
}
.sidebar .badge:hover  {
	text-decoration: none;
}
.sidebar .widget {
	background: #ffffff;
	padding: 35px;
	margin-bottom: 20px;
	border-bottom: 5px solid #d4d9de;
}
.sidebar .widget ul {
	margin-left: 25px;
}
.sidebar .widget ul > *:last-child {
	margin-bottom: 0 !important;
}
.sidebar .widget > ul,
.sidebar .widget .menu {
	margin-left: 0;
}
.sidebar .widgettitle,
.sidebar .widgettitle a {  
	font-size: 20px;
	letter-spacing: -1.2px;
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar .widgettitle::after {
    content: "";
    display: block;
    position: relative;    
    top: 5px;
    height: 3px;
    width: 235px;
    background: #628098;
}
.sidebar select {
	border: 1px solid #d4d9de;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}
.sidebar p {
	margin-bottom: 20px;
}
/* --- Tag Cloud --- */
.widget_tag_cloud .tagcloud a {
	background-color: #e3e6e9;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	color: #2f363d;
	display: inline-block;
	font-size: 15px !important;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover {
	background-color: #dfebb5;	
	text-decoration: none;
}

/* FOOTER */
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	background: #2f363d;  
	font-size: 14px;
	text-align: center;
	color: #708090;
	padding: 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer img {
	vertical-align: middle;
	padding-right: 10px;		
}

/**********************
	HELPER CLASSES
**********************/
/* --- Hide Elements --- */
.hidden {
	display: none;
}
/* --- Elementfluss --- */
.clear { 
	clear: both; 
}
.clearleft { 
	clear: left; 
}
.clearright { 
	clear: right; 
}
/*  --- Anti Bot --- */
.bot {
	unicode-bidi: bidi-override; 
	direction: rtl;
	text-align: left;
}
/* --- Text Center --- */
.centertext {
	text-align: center;
}
/* --- Link Center --- */
.centerlink {
	text-align: center;
	display: block;	
}
/* --- Center Image --- */
.centerimage {
	margin: 0 auto;
	display: block;		
}
.center-arrow {
	margin: 0 auto;
	display: block;		
	margin-bottom: -43px;
}
/* --- Abstand --- */
.pad-top {
	margin-top: 12px;    	
}
.pad-bottom {
	margin-bottom: 12px;    	
}
.minuspad-top {
	margin-top: -30px;
}
.minuspad-bottom {
	margin-bottom: -20px;
}

/********************
	PLUGINS
********************/
/*  YARPP */
.yarpp-related ul li a {
	font-weight: normal !important; 
	text-decoration: none !important;
}
.yarpp-related ul li a:hover {
	text-decoration: underline !important;
}
/* MAILPOET */
.mailpoet_form {	
	text-align: center;
}
.mailpoet_text {
	width: 200px !important;
	margin: 0 auto;	
	height: 40px;
	display: block;		
	background: #fff url("./icons/mail.png") 95% 50% no-repeat;		
	border-radius: 4px;				
	color: #a9a9a9;
	text-decoration: none;
	font-size: 14px;	
	padding-left: 10px;
	border: 2px solid #628098 !important;	
}
.mailpoet_text:hover {	
	color: #2f363d;	
	border: 2px solid #d4d9de;
}
.mailpoet_text:focus {	
	color: #2f363d;	
	background: #fff;
	border: 2px solid #d4d9de;
}
.mailpoet_submit {	
	width: 200px;
	height: 40px;
	display: block;
	border: none;
	background: #628098;  	
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 20px;
}
.mailpoet_submit:hover {	
	color: #2f363d !important;
	background: #d4d9de !important;
}
/* RSS-FEED */
.rss-feed li {	
	margin-bottom: 5px;	 	 	
}

/********************
	ADDONS
********************/
/*  --- Teaser --- */
.teaser {		
	height: 50px;
	display: block;
	border: none;
	background: #628098;  
	color: #fff;	
	text-decoration: none;
	border-bottom: 4px solid rgba(0, 0, 0, 0.2);
	font-size: 15px;
	letter-spacing: -0.2px;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	vertical-align: middle;	
	font-weight: bold;
	margin-left: -40px;		
    margin-right: -40px;
}
.teaser-arrow {
	width: 0; 
	height: 0; 
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;	
	border-top: 14px solid #4e677a;
	margin: 0 auto;
	margin-bottom: 12px;
}
/*  --- Blue Button --- */
.badge {
	width: 200px;
	height: 40px;
	display: block;
	margin: 0 auto;	
	border: none;
	background: #628098;  		
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	font-size: 15px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	vertical-align: middle;	
	font-weight: bold;
}
.badge:hover {	
	color: #2f363d;
	background: #d4d9de;	
}
.badge.pad-top {
	margin-top: 20px;    	
}
/* --- Grey Box | Shortcode: [grey_box] --- */
.grey-box {		
	position: relative;
	height: auto;	
	background: #f1f3f4;
	padding-top: 5px;
	padding-bottom: 25px;
	padding-left: 40px; 		
	padding-right: 40px;	
	margin-left: -40px;		
    margin-right: -40px; 
    margin-bottom: 30px; 
    border-bottom: 5px solid #d4d9de;			
}
.content .grey-box h3 {	
	text-align: center;
}
.content .grey-box h4 {
	font-size: 20px;
	margin-top: 25px;	
	margin-bottom: 10px;	
}
.grey-box p {	
	margin-bottom: 10px;  	
}
.grey-box img {		
	margin: 0 auto;	
	margin-top: 10px;	
	display: block;	
}
.grey-box ul {		
	margin-bottom: 20px;
}
.grey-box .space {	
	margin-bottom: 20px;		
}
.grey-box-arrow {
	position: relative;
	width: 0; 
	height: 0; 
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;	
	border-top: 14px solid #fff;
	margin: 0 auto;
	margin-bottom: -14px;
	z-index: 100;
}
.posts-microblog .grey-box {
	padding-top: 30px;
}	
.posts-microblog .grey-box h3 {
	margin-bottom: 15px;
}
/* --- Tag Cloud --- */
.tagcloud {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.tagcloud a {
	background-color: #e3e6e9;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	color: #2f363d;
	display: inline-block;
	font-size: 15px !important;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;	
}
.tagcloud a:hover {
	background-color: #dfebb5;	
	text-decoration: none;
}

/* --- List --- */
.list {		
	margin-top: 30px;								
	border-bottom: 5px solid rgba(0, 0, 0, 0.2);		
}
.list .text {
	text-align: center;	
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}	
.list ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
	background-color: rgba(0, 0, 0, 0.2);	
}
.list li {
	position: relative;
	padding: 22px 42px 10px 18px;
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 17px;
	line-height: 1.2em;  
	background: #f1f3f4;  	 	
}
.list li:first-child {
	margin-top: 0;
}
.list-first {
	height: 68px;
	line-height: 68px;
	position: relative; 				
	padding-left: 25px;  	 	
	font-size: 18px;
	font-weight: bold;
	background: #e3e6e9 url(./icons/info.png) 95% 50% no-repeat;		
}
.list-icon {
	float: left;
	padding: 48px 65px 0 0;  	
}
.list-entry {
	padding-top: 1px;
	overflow: hidden;
	line-height: 1.3em;
}
.list-name {
	margin: 1px 0 6px;
	font-size: 18px;  	
}
/* --- List Icons --- */
.list-icon.kontakt {
	background-image: url(./icons/kontakt.png);
	background-size: 36px, 36px;
	background-repeat: no-repeat;
}
.list-icon.schloss {
	background-image: url(./icons/schloss.png);
	background-size: 40px, 40px;
	background-repeat: no-repeat;
}
.list-icon.pentest {
	background-image: url(./icons/pentest.png);
	background-size: 42px, 42px;
	background-repeat: no-repeat;
}
.list-icon.autor {
	background-image: url(./icons/autor.png);
	background-size: 40px, 40px;
	background-repeat: no-repeat;
}
.list-icon.analyse {
	background-image: url(./icons/analyse.png);
	background-size: 42px, 42px;
	background-repeat: no-repeat;
}
.list-icon.workshop {
	background-image: url(./icons/workshop.png);
	background-size: 48px, 48px;
	background-repeat: no-repeat;
}
.list-icon.dhbw {
	background-image: url(./icons/dhbw.png);
	background-size: 48px, 48px;
	background-repeat: no-repeat;
}
.list-icon.kommentar {
	background-image: url(./icons/kommentar.png);
	background-size: 42px, 42px;
	background-repeat: no-repeat;
}
.list-icon.zeit {
	background-image: url(./icons/zeit.png);
	background-size: 42px, 42px;
	background-repeat: no-repeat;
}
.list-icon.chat {
	background-image: url(./icons/chat.png);
	background-size: 42px, 42px;
	background-repeat: no-repeat;
}
.list-icon.bank {
	background-image: url(./icons/bank.png);
	background-size: 42px, 42px;
	background-repeat: no-repeat;
}
.list-icon.liberapay {
	background-image: url(./icons/liberapay.png);
	background-size: 40px, 40px;
	background-repeat: no-repeat;
}
.list-icon.bitcoin {
	background-image: url(./icons/bitcoin.png);
	background-size: 40px, 40px;
	background-repeat: no-repeat;
}
.list-icon.amazon {
	background-image: url(./icons/amazon.png);
	background-size: 40px, 40px;
	background-repeat: no-repeat;
}
.list-icon.matrix {
	background-image: url(./icons/matrix.png);
	background-size: 42px, 42px;
	background-repeat: no-repeat;
}

/********************
	FOLGEN
********************/
/* --- Header buttons --- */
.button-wrapper-header {	
	max-width: 1080px;
	margin: 0 auto;				
	display: block;	
	padding-right: 8px;	
}
.button ul     			{ list-style: none; display: inline; }
.button li     			{ list-style: none; background-image: none; display: inline; }
.button a      			{ float: right; width: 32px; height: 32px; margin-top: 12px; margin-left: 18px; background: url(./images/connect.png) no-repeat; }
.button a:hover 		{ -webkit-transform: scale(0.92); -ms-transform: scale(0.92); transform: scale(0.92); }
.button span   			{ display: none; }
.button .rss a 			{ background-position: 0px 0px; }
.button .support a 		{ background-position: 0px -33px; } 

/* --- Content buttons --- */
.button-wrapper-follow {	
	width: 100%;					
	display: block;		
	text-align: center;	
}
/* --- All buttons --- */
.follow ul     			{ list-style: none; display: inline; padding: 0px; margin-left: 20px; }
.follow li     			{ list-style: none; background-image: none; display: inline; padding: 0px; margin: 0px; }
.follow a      			{ display: inline-block; width: 40px; height: 40px; margin-right: 15px; background: url(./images/follow.png) no-repeat; }
.follow a:hover 		{ -webkit-transform: scale(0.92); -ms-transform: scale(0.92); transform: scale(0.92); }
.follow span   			{ display: none; }
.follow .mastodon a 	{ background-position: 0px 0px; }
.follow .diaspora a 	{ background-position: -43px 0px; }
.follow .rss a 			{ background-position: -87px 0px; }
.follow .mail a 		{ background-position: -130px 0px; }
/* --- Social buttons --- */
.follow-me ul     		{ list-style: none; display: inline; padding: 0px; margin-left: 20px; }
.follow-me li     		{ list-style: none; background-image: none; display: inline; padding: 0px; margin: 0px; }
.follow-me a      		{ display: inline-block; width: 40px; height: 40px; margin-right: 15px; background: url(./images/follow-me.png) no-repeat; }
.follow-me a:hover 		{ -webkit-transform: scale(0.92); -ms-transform: scale(0.92); transform: scale(0.92); }
.follow-me span   		{ display: none; }
.follow-me .mastodon a	{ background-position: 0px 0px; }
.follow-me .diaspora a 	{ background-position: -42px 0px; }

/********************
	BOXES
********************/
/* --- Default Box --- */
.box {		
	padding-top: 30px;
	padding-bottom: 30px;  
	padding-left: 120px;
	padding-right: 120px; 
	margin-top: 20px;			
	margin-bottom: 15px;
	margin-left: -40px;		
    margin-right: -40px; 		
	height: auto;
	text-align: center;
	border-bottom: 5px solid #d4d995;	
}
.box a {
	margin-top: 18px;	
}
/* --- Boxes with Shortcodes --- */
/* --- Gastautor Box | Shortcode: [autor_box]--- */
.autor-box {	
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff3d4 url(./icons/gastautor.png) 6% 50% no-repeat;
	border-bottom: 5px solid #f6ca74;
}
/* --- Support Box | Shortcode: [support_box]--- */
.support-box {	
	font-size: 18px;
	background: #dfebb5 url(./icons/support.png) 6% 50% no-repeat;
}
/* --- Update Box | Shortcode: [update_box]--- */
.update-box {	
	padding-left: 130px;
	padding-right: 90px; 	
	text-align: justify;
	background: #fdb4b4 url(./icons/update.png) 6% 50% no-repeat; 	
	border-bottom: 5px solid #fd9d9d;			
}
.update-box h3 {	
	text-align: center;		
}
.update-box li {	
	text-align: left;			
}
.update-box ul {	
	margin-bottom: 20px;			
}
.update-box pre {	
	text-align: left;			
}
.update-box blockquote {	
	text-align: left;			
}
/* --- Changelog Box | Shortcode: [changelog_box]--- */
.changelog-box {	
	padding-left: 130px;
	padding-right: 90px; 	
	text-align: justify;
	background: #dfebb5 url(./icons/update.png) 6% 50% no-repeat;		
}
.changelog-box h3 {	
	text-align: center;		
}
.content .changelog-box h4 {	
	margin-bottom: 10px;		
}
.changelog-box ul {	
	margin-bottom: 10px;			
}
/* --- Ad Box | Shortcode: [ad_box]--- */
.ad-box {
	font-size: 18px;
	background: #dfebb5 url(./icons/kuketz-security.png) 7% 60% no-repeat;		
}
/* --- Red Box | Shortcode: [red_box]--- */
.red-box {			
	background: #fdb4b4;
	padding: 20px;  	
	margin-top: 0px;	   
	margin-bottom: 0px;	
    border-bottom: none;   
}
/* --- WordPress Box | Shortcode: [wordpress_box]--- */
.wordpress-box {	
	background: #dfebb5;	
	padding: 40px;		
	text-align: left;
	border-bottom: 5px solid #d4d995;
}
.wordpress-box h3 {
	text-align: center;
	margin: 0 auto;
	max-width: 500px;			
}
/* --- Boxes --- */
/* --- Microblog Box --- */
.microblog-box {
	font-size: 18px;
	background: #dfebb5 url(./icons/microblog.png) 6% 50% no-repeat;		
}
/* --- Sponsor Box --- */
.sponsoring-info a {
	display: block;
	background: #dfebb5;	
	padding: 6px;		
	height: auto;	
	margin-left: -40px;		
    margin-right: -40px;	
    border-bottom: 5px solid #d4d995;		
	text-align: center;
	font-size: 16px;
	text-decoration: none;		
	color: #2f363d;		
    margin-bottom: 10px;
    font-weight: bold;   		
}
.sponsoring-info a:hover {
	background: #f1f3f4;			
	border-bottom: 5px solid #d4d9de;	
}
.sponsoring-box {		
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: -10px;
	background: #f7f7f7;			
}
/* --- Support Box (Microblog) --- */
.support-box-microblog {	
	font-size: 17px;
	background: #dfebb5 url(./icons/support.png) 6% 50% no-repeat;	
	padding-top: 18px;
	padding-bottom: 18px; 
	margin-top: 25px;						
	margin-bottom: -40px;	
	border-bottom: 5px solid #d4d995;
}

/*************
	MOBILE
*************/
@media all and (max-width: 720px) {
	/* WRAPPER */ 
	#wrapper .posts,
	#wrapper .sidebar {
		float: none;
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}
	#wrapper .posts {
		max-width: 100%;
	}
	#wrapper .post-nav {
		margin-bottom: 0;
		border-bottom: 20px solid #e3e6e9;
		background: #d4d9de !important;
	}
	.content-wrapper {
		padding: 20px;
	} 	
	/* NAVIGATION */		
	.site-header .navigation ul > li a {	
		padding: 8px 8px;
	}
	/* HEADER */
	.site-header .navbar {
		width: 100%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}  
	.site-header .navbar .logo {
		width: 20%;
		height: 20%;
		margin-bottom: 20px;
		text-align: center;
	}
	.site-header .navbar .logo img {
		width: 33%;
		height: 33%;			
		min-width: 160px;		
	}
	.site-header .navbar .logo,
	.site-header .navbar .searchform,
	.site-header .navigation > *,
	#wrapper {
		float: none;
		width: 100%;
	}
	.site-header .navbar .searchform form {
		width: 100%;
		float: none;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}	
	/* BLOG CONTENT */
	.posts .title {
		font-size: 23px;  	
	}
	.posts .content h2 {
		font-size: 21px; 		
	}
	.posts .content h3 {
		font-size: 19px;	  
	}	
	.posts .content img.alignright {
		width: 20%;
		height: 20%;
	}
	.post,
	.posts .page,
	.error404 .content-wrapper {
		margin-bottom: 20px;
	}	
	/* SIDEBAR */
	.sidebar {
		text-align: center;
	}
	.sidebar .widget {
		margin-bottom: 0;
		border-bottom: 3px solid #e3e6e9;
	}
	.sidebar .widgettitle,
	.sidebar .widgettitle a {  		
		text-align: center;		
	}	
	.sidebar .widgettitle::after {		
		display: none;
	}
}
@media all and (max-width: 560px) {	
	/* NAVIGATION */	
	.site-header .navigation .menu-item-has-children a {
		padding-right: 6px;
	}
	.site-header .navigation ul > li a {  	
		font-size: 14px;	
		padding: 8px 8px;
	}
	/* HEADER */	
	.site-header .navbar .searchform input[type="text"] {	
		font-size: 16px;
		padding: 12px;
	}
	.site-header .description {		
		font-size: 16px;
	}	
	.button-wrapper-header {
		display: none;
	}	
	/* AFTER HEADER */
	.microblog-container {
		background: #f1f3f4;
		font-size: 15px; 	
	}
	.microblog-container h2 {
		font-size: 17px; 
	}
	.link-container a {	
		background: #dfebb5;	
		font-size: 16px;
	}	
	.link-container a:hover {
		background: #f1f3f4;
	}	
	/* BLOG CONTENT */
	.content {		
		font-size: 16px;		
	}	
	/* ADDONS */
	.grey-box {	
		padding-left: 40px;
		padding-right: 40px;	
	}
	/* BOXES */
	/* --- Default Box --- */
	.box {	
		padding-left: 40px;
		padding-right: 40px;	
	}
	/* --- Boxes with Shortcodes --- */
	.autor-box {		
		background: #fff3d4;
	}	
	.support-box {		
		background: #dfebb5;		
	}		
	.update-box {		
		background: #fdb4b4;		
	}	
	.changelog-box {		
		background: #dfebb5;		
	}	
	.ad-box {		
		background: #dfebb5;	
	}
	/* --- Boxes --- */	
	.microblog-box {		
		background: #dfebb5;		
	}
	.sponsoring-box {		
		padding-left: 20px;
		padding-right: 20px;
	}		
	.support-box-microblog {		
		background: #dfebb5;		
	}		
}
