/*
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:        2.26
Date:			15.03.2023
*/

/******************
	FONTS   
******************/
/* FONT */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/Roboto-Regular.woff2') format('woff2'), url('./fonts/Roboto-Regular.woff') format('woff'), url('./fonts/Roboto-Regular.ttf') format('truetype');
}
/******************
	DASH ICONS    
******************/
/* ICONS */
@font-face {
    font-family: dashicons;
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/dashicons.woff2') format('woff2'), url('./fonts/dashicons.woff') format('woff'), url('./fonts/dashicons.ttf') format('truetype');
}
.dashicons,
.dashicons-before:before {
	font-family: dashicons;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    vertical-align: top;
}
.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";
}
/******************
	THEME   
******************/
/* 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;
}
.content a[href^="http://"]:not([href*="www.kuketz-blog.de"]):not([href*="www.kuketz-forum.de"]):not([href*="www.kuketz-security.de"]):not([href*="media.kuketz.de"]):not([href*="social.tchncs.de"]):not([href^='#']):not([href^='/']):after,
.content a[href^="https://"]:not([href*="www.kuketz-blog.de"]):not([href*="www.kuketz-forum.de"]):not([href*="www.kuketz-security.de"]):not([href*="media.kuketz.de"]):not([href*="social.tchncs.de"]):not([href^='#']):not([href^='/']):after {
    font-family: dashicons;
    content: "\f108";
    display: inline-block;
    font: normal 14px/1 'dashicons';
    margin-left: 4px;
}
strong {
    font-weight: 700;
}
.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
******************/
/* SITE */
#wrapper {
    max-width: 1100px;
    min-height: 500px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 15px;
    overflow: hidden;
}
/* POSTS | SIDEBAR */
#wrapper .posts,
#wrapper .sidebar {
    float: left;
}
#wrapper .posts {
    max-width: calc(100% - 385px);
    width: 100%;
}
#wrapper .full {
    float: none;
    max-width: 850px;
    margin: 0 auto;
}
#wrapper .sidebar {
    width: 385px;
}
#wrapper .sidebar-microblog {
    width: 300px;
}
.post,
.posts .page,
.error404 .content-wrapper {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 10px 10px 35px rgba(39, 44, 49, .06), 1px 5px 10px rgba(39, 44, 49, .03);
}
/* CONTENT */
.content-wrapper {
    padding: 40px 40px 20px 40px;
}
.content-wrapper-mastodon {
    padding: 20px 40px 20px 40px;
}
.home-wrapper {
    padding: 15px 40px 15px 40px;
}
/* POST-NAV */
#wrapper .post-nav {
    padding: 15px 0 0 0;
    text-align: center;
    color: #d4d9de;
}
#wrapper .post-nav:after {
    content: '';
    clear: both;
    display: table;
}
#wrapper .post-nav a {
    display: inline-block;
    background: #628098;
    height: 20px;
    padding: 14px 15px 12px 15px;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
#wrapper .post-nav a:hover {
    color: #2f363d;
    background-color: #dfebb5;
}
/* ARCHIVE */
.archive-title-wrapper {
    background: #f4f7f8;
}
.archive-title-wrapper .content {
    margin: 20px 0;
    margin-bottom: 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.archive-title {
    padding: 30px 0;
    margin: 0 auto;
    max-width: 850px;
    box-sizing: border-box;
}
.archive-title .dashicons {
    padding-left: 35px;
    font-size: 35px;
    width: 50px;
    margin-right: 10px;
}
.archive-title .dashicons:before {
    color: #708090;
}
.archive-title h1 {
    font-size: 28px;
    display: inline-block;
    line-height: 1.4;
    color: #708090;
}
/******************
	NAVIGATION
******************/
.navigation {
    text-transform: uppercase;
    padding: 10px;
    background: #37474f;
}
.navigation:after {
    content: '';
    display: table;
    clear: both;
}
.navigation>* {
    margin: 0 auto;
    max-width: 1100px;
}
.navigation .menu-item-has-children {
    white-space: nowrap;
}
.navigation .menu-item-has-children a {
    padding-right: 14px;
}
.navigation .menu-item-has-children:before {
    color: #708090;
    float: left;
    z-index: 100;
    position: relative;
}
.navigation ul>li {
    float: left;
    list-style: none;
    margin-left: 0;
}
.navigation ul>li:hover>.sub-menu {
    background: #2f363d;
    border: 2px solid #262b30;
    display: block;
}
.navigation ul>li:hover>.sub-menu a:hover {
    background: #262b30;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.navigation ul>li:hover a {
    background: #2f363d;
    color: #d4d9de;
}
.navigation ul>li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -.3px;
    display: block;
    padding: 12px 14px;
    border-radius: 4px;
    margin-bottom: -1px;
    position: relative;
    z-index: 50;
}
.navigation ul>li.current-menu-item>a,
.navigation ul>li.current-menu-ancestor>a {
    background: #2f363d;
}
.navigation .sub-menu {
    position: absolute;
    display: none;
    padding: 5px 0;
    z-index: 9999;
}
.navigation .sub-menu li {
    float: none;
}
.navigation .sub-menu li a {
    margin: 0 5px;
}
.navigation .sub-menu li:hover a {
    color: #4682B4;
}
.navigation .sub-menu:after {
    content: '';
    display: table;
    clear: both;
}
/* MOBILE MENU */
.menu-checkbox-label {
    display: none;
}
.menu-checkbox-label-footer {
    display: none;
}
.menu-checkbox {
    display: none;
}
.menu-checkbox-footer {
    display: none;
}
/******************
	HEADER
******************/
.site-header {
    background: #2f363d;
}
/* HEADER BUTTONS */
.button-wrapper-header {
    max-width: 1100px;
    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: 16px;
    margin-left: 18px;
    background: url(./images/connect.png) no-repeat;
}
.button a:hover {
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}
.button span {
    display: none;
}
.button .rss a {
    background-position: 0 0;
}
.button .support a {
    background-position: 0 -33px;
}
/* NAVBAR */
.navbar {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}
.navbar .logo {
    float: left;
    width: 50%;
}
.navbar:after {
    content: '';
    clear: both;
    display: table;
}
/* SEARCH */
.navbar .searchform {
    width: 50%;
    float: left;
}
.navbar .searchform form {
    width: 280px;
    float: right;
}
.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%;
    box-sizing: border-box;
    font-size: 17px;
    padding: 16px;
}
.navbar .searchform input[type="text"]:hover {
    border: 2px solid #fff;
}
.navbar .searchform input[type="text"]:focus {
    border: 2px solid #628098;
    background: #fff;
    color: #2f363d;
}
/* SEARCH -> MICROBLOG */
.navbar .searchform-microblog {
    float: none;
    width: 100%;
}
.navbar .searchform-microblog form {
    width: 280px;
    float: none;
    margin: 0 auto;
}
/* BLOG NAME | DESCRIPTION */
.site-header .description {
    color: #d4d9de;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -.3px;
}
/******************
	AFTER HEADER
******************/
/* MICROBLOG CONTAINER -> HOME */
.microblog-container-link a {
    display: block;
    background: #628098 url("./images/cursor.png") 95% 50% no-repeat;
    padding: 16px;
    color: #fff;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -.3px;
    text-transform: uppercase;
}
.microblog-container-link a:hover {
    color: #2f363d;
    background: #d4d9de;
}
.microblog-container {
    display: block;
    background: #fff;
    padding: 15px 40px 10px 40px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 17px;
    color: #4f4f4f;
    box-shadow: 10px 10px 35px rgba(39, 44, 49, .06), 1px 5px 10px rgba(39, 44, 49, .03);
}
.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: 10px;
}
.microblog-container .date {
    font-size: 13px;
    font-weight: 700;
}
/* LINK CONTAINER -> POSTS */
.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 {
    color: #2f363d;
    background: #f1f3f4;
    border-bottom: 4px solid #d4d9de;
}
/* POSTS CONTAINER -> HOME */
.hometitle {
    background: #628098;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    letter-spacing: -.3px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
}
.text-preview {
    font-size: 16px;
    color: grey;
    line-height: 21px;
    overflow: hidden;
}
/******************
	POSTS META
******************/
/* AUTHOR | DATE | COMMENTS */
.post-meta {
    margin-bottom: 20px;
    color: #708090;
    margin-left: -40px;
    padding-left: 40px;
    margin-right: -40px;
    padding-right: 40px;
    border-bottom: 1px solid #d4d9de;
    padding-bottom: 12px;
}
.content-wrapper-mastodon .post-meta {
    margin-left: -45px;
    margin-right: -45px;
    margin-bottom: 15px;
}
.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: 12px;
    margin-left: 5px;
    letter-spacing: -.3px;
    text-transform: uppercase;
    font-weight: 700;
}
/* CATEGORIES | TAGS */
.post-meta-tax {
    background: #f1f3f4;
    padding: 12px 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: 12px;
    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;
}
/* POSTS MORE LINK */
.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: 700;
}
.more-link:hover {
    color: #fff;
    background: #277096;
}
/******************
	CONTENT
******************/
/* TITLE -> POSTS */
.posts .title {
    font-size: 24px;
    color: #2f363d;
    font-weight: 700;
    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: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.posts .content h2 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1;
}
.posts .content h3 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
}
.posts .content h4 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
}
/* TITLE -> HOME */
.posts .home-title {
    font-size: 21px;
    margin-bottom: 5px;
}
.posts .home-image img {
    height: auto;
    width: auto;
    max-width: 115px;
    max-height: 115px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.posts .home-image img:hover {
    transform: scale(1.1);
    opacity: 0.8;
    transition: all .15s ease-in-out;
}
/* CONTENT */
.content {
    color: #2f363d;
    font-size: 17px;
    line-height: 25px;
}
.content:after {
    content: '';
    display: table;
    clear: both;
}
.content img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: bottom;
}
/* HR */
.content hr {
    margin-top: 25px;
    margin-bottom: 30px;
    height: 40px;
    background-color: #e5e8eb;
    border: none;
    margin-left: -40px;
    margin-right: -40px;
}
/* P | PRE | CODE ELEMENTS */
.content p,
.content>ul,
.content>ol,
.content pre,
.content table,
.content fieldset {
    margin-bottom: 20px;
}
.content ul {
    margin-left: 20px;
}
.content li {
    list-style: none;
    padding-left: 18px;
    background-image: url(./images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 8px;
    margin-bottom: 3px;
}
.content pre,
.content q,
.content tt {
    font-size: 15px;
    font-family: monospace;
    line-height: 1.3;
    background: #e4f0f5;
    overflow-x: auto;
    padding: 14px;
    border-left: 5px solid #628098;
}
.content pre a {
    font-family: monospace;
}
.content code {
    font-family: monospace;
    background: #dfebb5;
    padding: 2px 4px;
    margin: 0;
    border-radius: 2px;
    color: #222;
}
/* EXPANDABLE CODEBOX */
label.showcode {
	font-family: monospace;
    font-size: 14px;    
    padding: 0px 5px;
    color: #222;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-left: 5px solid #628098;
    margin: 0px 0px 15px 0px;
}
input.showcode {
	height: 16px;
    width: 16px;
    vertical-align: middle;
}
pre.showcode {
	animation:fade 1s;
	display:none;
}
input:checked + pre.showcode {
	display: block;
}
@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
/* QUOTE */
.content blockquote {
    background: #f1f3f4;
    padding: 20px;
    margin-bottom: 30px;
}
.content blockquote p {
    overflow: hidden;
}
.content blockquote>ul {
    margin-bottom: 20px;
}
.content blockquote:before {
    content: "\f107";
    display: inline-block;
    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 cite {
    font-weight: 700;
    display: block;
    font-style: normal;
}
/* TABLE */
.content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    display: block;
    overflow-x: auto;
}
.content table th,
.content table td {
    padding: 10px;
}
.content table thead th {
    text-align: left;
    border: 1px solid #000;
}
.content table thead tr {
    background: #2f363d;
    color: #fff;
}
.content table tbody td {
    border: 1px solid #d4d9de;
}
.content table tbody th {
    border: 1px solid #708090;
    background: #2f363d;
    text-align: left;
}
.content table tbody th,
.content table tbody th a {
    color: #fff;
}
.content table tbody tr:nth-child(even) {
    background: #e3e6e9;
}
.content table td.gruen {
    background-color: #dfebb5
}
.content table td.gelb {
    background-color: #fff3d4
}
.content table td.rot {
    background-color: #fdb4b4
}
/* ILLUSTRATION */
.wp-caption-text {
    text-align: center;
    font-size: 14px;
}
/* AUTHOR */
.content .star {
    position: absolute;
    display: block;
    background-image: url(./images/star.png);
    background-size: 96px, 96px;
    background-repeat: no-repeat;
    width: 96px;
    height: 96px;
    margin-left: -43px;
    margin-top: -15px;
    left: 50%;
}
.content .author {
    background-color: #f1f3f4;
    color: #505050;
    border-top: 3px solid #dfdfdf;
    padding: 25px 40px 20px 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 50px;
}
.content .author h2 {
    margin-bottom: 10px;
}
.content .author .kuketz {
    min-width: 150px;
    min-height: 150px;
    margin-top: 17px;
    margin-bottom: 35px;
}
.content .author .help {
    margin-top: -10px;
}
/* MITWIRKENDE */
.mitwirkende {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    margin-top: 7px !important;
    border-radius: 60px;
}
/* ERROR 404 */
#s-404 {
    padding: 20px;
    width: 50%;
    background: #f1f3f4;
    border: none;
    border-radius: 4px;
    outline: none;
    font-size: 18px;
}
/***********************
	MICROBLOG CONTENT
***********************/
/* TITLE -> MICROBLOG */
.title-microblog {
    font-size: 22px;
    margin-bottom: 15px;
}
.title-microblog a {
    color: #2f363d;
    text-decoration: none;
    font-weight: 700;
}
.category-microblog .content h2 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1;
}
.category-microblog .content h3 {
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* POSTS -> MICROBLOG */
.posts-microblog {
    float: left;
    max-width: 750px;
    margin: 0 auto;
}
/* HR */
.posts-microblog .content hr,
.posts-microblog-center .content hr {
    margin-top: 40px;
    margin-bottom: 0;
    height: 30px;
    background-color: #e5e8eb;
    border: none;
    margin-left: -40px;
    margin-right: -40px;
}
/***********************
	MASTODON CONTENT
***********************/
/* MASTODON CONTAINER -> MICROBLOG */
.mastodon-container-link a {
    display: block;
    background: #628098 url("./images/elephant.png") 90% 50% no-repeat;
    padding: 16px;
    color: #fff;
    height: auto;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.3px;
}
.mastodon-container-link a:hover {
    color: #2f363d;
    background: #d4d9de url("./images/elephant.png") 90% 50% no-repeat;
}
/* POSTS -> MASTODON */
.posts-mastodon {
    float: right;
    max-width: 300px;
    margin: 0 auto;
    margin-left: 30px;
    color: #2f363d;
    font-size: 16px;
    line-height: 22px;
}
/* CONTENT -> MASTODON */
.content-mastodon {
    margin-bottom: 20px;
    margin-left: -45px;
    padding-left: 40px;
    margin-right: -45px;
    padding-right: 40px;
    border-bottom: 10px solid #e5e8eb;
    padding-bottom: 25px;
    overflow: hidden;
}
.content-mastodon p {
    margin-bottom: 10px;
}
.content-mastodon a {
    word-break: break-all;
}
/***********************
	COMMENTS
***********************/
.comment-reply-title {
    margin-top: 50px !important;
    margin-bottom: 15px !important;
}
.comment-container input[type="text"],
.comment-container textarea {
    background: #e4f0f5;
    border: none;
    border-left: 3px solid #628098;
    padding: 10px;
    font-size: 16px;
}
.comment-container textarea {
    border-left: 5px solid #628098;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    height: 250px;
}
.comment-container p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.comment-container a {
    word-break: break-all;
}
.comment-container blockquote {
    background: #e3e6e9;
    padding: 20px;
    margin-bottom: 15px;
}
.comment-container #respond #submit {
    display: block;
    border: none;
    width: 220px;
    background: #628098;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.comment-container #respond #submit:hover {
    background: #277096;
}
.comment-container .commentmetadata {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
}
.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;
}
.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: 0;
    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: 700;
}
.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 label {
    display: none;
}
.comment-container .comment-form-author #author {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.comment-container .comment-consent {
    text-align: center;
}
.content .nocomments {
    background: #f1f3f4;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    clear: both;
    margin-bottom: 0;
    margin-left: -40px;
    margin-right: -40px;
    text-align: center;
}
/***********************
	SIDEBAR
***********************/
.sidebar {
    padding-left: 70px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    color: #2f363d;
}
.sidebar-microblog {
    float: right;
    margin: 0 auto;
    margin-left: 30px;
    color: #2f363d;
    font-size: 16px;
    line-height: 22px;
}
/* STYLES */
.sidebar img {
    margin: 0 auto;
    display: block;
}
.sidebar p,
.sidebar-microblog {
    margin-bottom: 20px;
}
.sidebar li {
    list-style: none;
}
.sidebar li a {
    text-decoration: none;
}
.sidebar li a:hover {
    text-decoration: underline;
}
.sidebar-microblog .title {
    background: #628098;
    color: #fff;
    text-align: center;
    padding: 16px;
    font-size: 16px;
    letter-spacing: -.3px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 19px;
}
/* BUTTON */
.sidebar .badge,
.sidebar-microblog .badge {
    margin: 0 auto;
    display: block;
    margin-top: 12px;
}
.sidebar .badge:hover,
.sidebar-microblog .badge:hover {
    text-decoration: none;
}
/* WIDGET */
.sidebar .widget,
.sidebar-microblog .widget {
    background: #fff;
    padding: 35px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 35px rgba(39, 44, 49, .06), 1px 5px 10px rgba(39, 44, 49, .03);
}
.sidebar .widget ul {
    margin-left: 25px;
}
.sidebar .widgettitle,
.sidebar .widgettitle a,
.sidebar-microblog .widgettitle {
    font-size: 20px;
    letter-spacing: -.3px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar .widgettitle::after,
.sidebar-microblog .widgettitle::after {
    content: "";
    display: block;
    position: relative;
    top: 5px;
    height: 3px;
    width: 260px;
    background: #628098;
}
/* STAR */
.sidebar-microblog .star {
    display: block;
    background-image: url(./images/star.png);
    background-size: 72px, 72px;
    background-repeat: no-repeat;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    margin-top: -55px;
}
/***********************
	FOOTER
***********************/
.site-footer {
    background: #2f363d;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: #2f363d;
    font-size: 14px;
    text-align: center;
    color: #708090;
    padding: 20px;
    box-sizing: border-box;
}
.footer img {
    vertical-align: middle;
    padding-right: 10px;
}
/* GO-UP */
.go-up a {
    position: fixed;
    background: #628098;
    text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	z-index: 99999;
    bottom: 0;
    right: 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
}
.go-up a:hover {
    color: #2f363d;
    background-color: #dfebb5;
}
/**********************
	HELPER CLASSES
**********************/
/* HIDE */
.hidden {
    display: none;
}
/* CLEARING */
.clear {
    clear: both;
}
.clearleft {
    clear: left;
}
.clearright {
    clear: right;
}
/* ANTI-BOT */
.bot {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}
/* TEXT */
.centertext {
    text-align: center;
}
.centerlink {
    text-align: center;
    display: block;
}
/* IMAGE */
.centerimage {
    margin: 0 auto;
    display: block;
}
.center-arrow {
    margin: 0 auto;
    display: block;
    margin-bottom: -30px;
}
/* PADDING */
.pad-top {
    margin-top: 12px !important;
}
.pad-bottom {
    margin-bottom: 12px !important;
}
.pad-left {
    margin-left: 35px;
}
.minuspad-top {
    margin-top: -30px;
}
.minuspad-bottom {
    margin-bottom: -20px;
}
/********************
	PLUGINS
********************/
/*  YARPP */
.yarpp-preview {
    display: block;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
    min-height: 95px;
    padding-bottom: 25px;
}
.yarpp-preview img {
    height: auto;
    width: auto;
    max-width: 90px;
    max-height: 90px;
    margin-top: 0;
    margin-bottom: 5px;
}
.yarpp-preview .date {
    line-height: 22px;
    font-size: 13px;
    color: #467aa3;
}
.yarpp-preview .date span {
    margin-right: 20px;
    margin-left: 5px;
    letter-spacing: -.3px;
    text-transform: uppercase;
    font-weight: 700;
}
.yarpp-preview .yarpptitle {
    font-size: 18px !important;
    margin-bottom: 2px !important;
    margin-top: 3px !important;
    line-height: 22px !important;
}
.yarpp-preview-micro {
    display: block;
    height: auto;
    max-width: 600px;
    margin: 0 auto;
    min-height: 70px;
    padding-bottom: 8px;
}
.yarpp-preview-micro img {
    height: auto;
    width: auto;
    max-width: 65px;
    max-height: 65px;
    margin-top: 0;
    margin-bottom: 0;
}
.yarpp-preview-micro .date {
    line-height: 22px;
    font-size: 12px;
    color: #467aa3;
}
.yarpp-preview-micro .date span {
    margin-right: 20px;
    margin-left: 5px;
    letter-spacing: -.3px;
    text-transform: uppercase;
    font-weight: 700;
}
.yarpp-preview-micro .yarpptitle {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    margin-top: 3px !important;
    line-height: 20px !important;
    letter-spacing: -.3px !important;
}
.yarpptitle a {
    color: #2f363d;
    text-decoration: none;
}
.yarpptitle a:hover {
    color: #467aa3;
}
/********************
	RSS-FEED
********************/
/* STYLES */
.rss-feed li {
    margin-bottom: 5px;
}
/********************
	STYLE ADDONS
********************/
/* TEASER */
.teaser {
    height: 50px;
    display: block;
    border: none;
    background: #628098;
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
    letter-spacing: -.3px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    vertical-align: middle;
    font-weight: 700;
    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;
}
/* STANDARD 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: 700;
}
.badge:hover {
    background: #277096;
}
.badge-mastodon {
    width: 185px;
    height: 36px;
    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: 14px;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    font-weight: 700;
    margin-top: 20px;
}
.badge-mastodon:hover {
    background: #277096;
}
.yarpp-related .badge {
    margin-bottom: -20px;
}
/* TAG CLOUD */
.tagcloud {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.tagcloud a {
    background-color: #628098;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0 5px 5px 0;
    padding: 8px 12px;
    text-decoration: none;
    text-align: center;
}
.tagcloud a:hover {
    background-color: #dfebb5;
    color: #2f363d;
    text-decoration: none;
}
/* LIST */
.list {
    margin-top: 30px;
    margin-bottom: -10px;
}
.list .text {
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.list ul {
    padding: 0;
    margin: 0;
    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: 0;
    font-size: 17px;
    line-height: 1.2em;
    background: #f1f3f4;
}
.list li:first-child {
    margin-top: 0;
}
.list-first {
    height: 60px;
    line-height: 60px;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #628098 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.stripe {
    background-image: url(./icons/stripe.png);
    background-size: 42px, 18px;
    background-repeat: no-repeat;
}
.list-icon.liberapay {
    background-image: url(./icons/liberapay.png);
    background-size: 42px, 42px;
    background-repeat: no-repeat;
}
.list-icon.bar {
    background-image: url(./icons/bar.png);
    background-size: 42px, 42px;
    background-repeat: no-repeat;
}
.list-icon.bitcoin {
    background-image: url(./icons/bitcoin.png);
    background-size: 40px, 40px;
    background-repeat: no-repeat;
}
.list-icon.netcup {
    background-image: url(./icons/netcup.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;
}
/********************
	BUTTONS
********************/
/* CONTENT BUTTONS */
.button-wrapper-follow {
    width: 100%;
    display: block;
    text-align: center;
}
.follow ul {
    list-style: none;
    display: inline;
    padding: 0;
    margin-left: 7px;
}
.follow li {
    list-style: none;
    background-image: none;
    display: inline;
    padding: 0;
    margin: 0;
}
.follow a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 7px;
    background: url(./images/follow.png) no-repeat;
}
.follow a:hover {
    filter: grayscale(100%);
    transition: .3s ease-in-out;
}
.follow a:after {
    content: "" !important;
    display: none !important;
}
.follow span {
    display: none;
}
.follow .mastodon a {
    background-position: 0 0;
}
.follow .rss a {
    background-position: -44px 0;
}
.follow .mail a {
    background-position: -88px 0;
}
.follow .matrix a {
    background-position: -133px 0;
}

/********************
	BOXES
********************/
/* INFO BOX | SHORTCODE: [info_box] */
.info-box {
    position: relative;
    height: auto;
    background: #e4f0f5 url(./icons/warning.png) no-repeat;
    background-position: right 18px top 18px;
    padding-top: 5px;
    padding-bottom: 25px;
    border-left: 5px solid #628098;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 30px;
}
.info-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;
}
.info-box h3 {
    text-align: center;
}
.info-box h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.info-box p {
    margin-bottom: 10px;
}
.info-box img {
    margin: 0 auto;
    margin-top: 10px;
    display: block;
}
.info-box ul {
    margin-bottom: 20px;
}
.posts-microblog .info-box,
.posts-microblog-center .info-box {
    padding-top: 30px;
}
.posts-microblog .info-box h3,
.posts-microblog-center .info-box h3 {
    margin-bottom: 15px;
}
/* STANDARD BOX */
.box {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 30px;
    margin-bottom: 25px;
    margin-left: -40px;
    margin-right: -40px;
    height: auto;
    text-align: center;
}
.box a {
    margin-top: 18px;
}
/* SUPPORT -> MICROBLOG */
.support-box-microblog {
    font-size: 17px;
    background: #f1f3f4 url(./icons/support.png) 11% 50% no-repeat;
    background-size: 64px 64px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    margin-top: 25px;
    margin-bottom: -40px;
}
/***************************
	BOXES WITH SHORTCODES
***************************/
/* GASTAUTOR | SHORTCODE: [autor_box] */
.autor-box {
    background: #fff3d4 url(./icons/gastautor.png) 11% 50% no-repeat;
}
/* SUPPORT | SHORTCODE: [support_box] */
.support-box {
    font-size: 17px;
    background: #dfebb5 url(./icons/support.png) 11% 50% no-repeat;
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    padding-left: 180px;
}
.content .support-box h3 {
    font-size: 21px;
    margin: 0px;
}
.content .support-box h4 {
    font-size: 19px;
    margin: 0px;
    margin-bottom: 20px;
}
/* AD | SHORTCODE: [ad_box] */
.ad-box {
    font-size: 18px;
    background: #dfebb5 url(./icons/kuketz-security.png) 11% 60% no-repeat;
}
/* UPDATE | SHORTCODE: [update_box] */
.update-box {
    padding-top: 5px;
    padding-left: 130px;
    padding-right: 90px;
    text-align: justify;
    background: #fdb4b4 url(./icons/update.png) 6% 50% no-repeat;
}
.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 {
    background: #fdb4b4;
    margin-bottom: 10px;
    text-align: left;
}
/* RED | SHORTCODE: [red_box] */
.red-box {
    padding: 30px;
    padding-bottom: 90px;
    margin-top: 0;
    margin-bottom: 0;
    background: #fdb4b4 url(./icons/stop.png) 50% 100% no-repeat;
}
/* WORDPRESS | SHORTCODE: [wordpress_box] */
.wordpress-box {
    background: #dfebb5;
    padding: 40px;
    padding-top: 5px;
    text-align: left;
}
.wordpress-box h3 {
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
}
/* COMMENTS */
.comment-box {
    background: #fff3d4;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 25px;
}
/*************
	MOBILE
*************/
@media all and (max-width: 1200px) {
    /******************
		WRAPPER
	******************/
    /* SITE */
    #wrapper {
        max-width: 950px;
    }
    #wrapper .posts {
        max-width: calc(100% - 325px);
    }
    #wrapper .full {
        max-width: 850px;
    }
    #wrapper .sidebar {
        width: 325px;
    }
    /******************
		NAVIGATION
	******************/
    .navigation>* {
        max-width: 950px;
    }
    .navigation .menu-item-has-children a {
        padding-right: 10px;
    }
    .navigation ul>li a {
        padding: 12px 8px;
    }
    /******************
		HEADER
	******************/
    /* HEADER BUTTONS */
    .button-wrapper-header {
        max-width: 950px;
    }
    /* NAVBAR */
    .navbar {
        max-width: 950px;
    }
    /***********************
		MICROBLOG CONTENT
	***********************/
    /* MICROBLOG CONTENT */
    .posts-microblog {
        float: none;
    }
    /***********************
		MASTODON CONTENT
	***********************/
    /* POSTS -> MASTODON */
    .posts-mastodon {
        float: none;
        margin: 0 auto;
    }
    /***********************
		SIDEBAR
	***********************/
    .sidebar {
        padding-left: 35px;
    }
    .sidebar-microblog {
        float: none;
        margin: 0 auto;
    }
}
@media all and (max-width: 900px) {
    /******************
		WRAPPER
	******************/
    /* POSTS | SIDEBAR */
    #wrapper .posts,
    #wrapper .sidebar,
    #wrapper .sidebar-microblog {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 0 auto;
    }
    #wrapper .posts {
        max-width: 100%;
    }
    /* CONTENT */
    .content-wrapper,
    .content-wrapper-mastodon {
        padding: 20px;
    }
    .home-wrapper {
        padding: 15px 20px 15px 20px;
    }
    /* POST-NAV */
    #wrapper .post-nav {
        padding: 10px 15px 10px 15px;
    }
    /******************
		HEADER
	******************/
    /* HEADER BUTTONS */
    .button-wrapper-header {
        display: none;
    }
    /* NAVBAR */
    .navbar {
        width: 100%;
        box-sizing: border-box;
    }
    .navbar .logo {
        width: 20%;
        height: 20%;
        margin-bottom: 20px;
        text-align: center;
    }
    .navbar .logo img {
        width: 33%;
        height: 33%;
        min-width: 160px;
    }
    .navbar .logo,
    .navbar .searchform,
    .navigation>*,
    #wrapper {
        float: none;
        width: 100%;
    }
    /* SEARCH */
    .navbar .searchform form {
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    /******************
		POSTS META
	******************/
    /* AUTHOR | DATE | COMMENTS */
    .post-meta {
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
    }
    .content-wrapper-mastodon .post-meta {
        margin-left: -20px;
        margin-right: -20px;
    }
    /* CATEGORIES | TAGS */
    .post-meta-tax {
        padding: 12px 20px;
    }
    /******************
		CONTENT
	******************/
    /* TITLE -> POSTS */
    .posts .title {
        font-size: 23px;
    }
    .posts .content h2 {
        font-size: 22px;
    }
    .posts .content h3 {
        font-size: 20px;
    }
    /***********************
		MICROBLOG CONTENT
	***********************/
    .category-microblog .content h2 {
        font-size: 20px;
    }
    .category-microblog .content h3 {
        font-size: 18px;
    }
    /***********************
		MASTODON CONTENT
	***********************/
    /* CONTENT -> MASTODON */
    .content-mastodon {
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -20px;
        padding-right: 20px;
    }
    /***********************
		SIDEBAR
	***********************/
    .sidebar,
    .sidebar-microblog {
        text-align: center;
    }
    /* WIDGET */
    .sidebar .widget,
    .sidebar-microblog .widget {
        margin-bottom: 0;
        border-bottom: 5px solid #e5e8eb;
        box-shadow: none;
    }
    .sidebar .widgettitle,
    .sidebar .widgettitle a,
    .sidebar-microblog .widgettitle {
        text-align: center;
    }
    .sidebar .widgettitle::after,
    .sidebar-microblog .widgettitle::after {
        display: none;
    }
    /* STAR */
    .sidebar-microblog .star {
        margin-top: -40px;
    }
    /********************
		BOXES
	********************/
    /* INFO BOX | SHORTCODE: [info_box] */
    .info-box {
        background: #e4f0f5;
    }
}
@media all and (max-width: 600px) {
    /******************
		WRAPPER
	******************/
    /* CONTENT */
    .home-wrapper {
        padding: 12px 20px 20px 20px;
    }
    /******************
		NAVIGATION
	******************/
    .navigation {
        padding: 0;
        position: fixed;
        width: 100%;
        height: 64px;
        z-index: 9999;
    }
    .navigation.navigation-footer {
        position: relative;
    }
    .navigation ul>li:hover>.sub-menu {
        border: none;
    }
    .navigation ul>li a {
        margin: 0;
        padding-top: 16px;
        font-size: 18px;
        border-radius: 0;
    }
    .navigation .sub-menu {
        width: 100%;
        position: relative;
        background: #37474f;
        padding: 0;
        margin: 0 auto;
    }
    .navigation .sub-menu li {
        width: 100%;
    }
    .navigation .sub-menu li a {
        margin: 0;
        font-size: 17px;
        background: #37474f !important;
    }
    /* MOBILE MENU */
    nav ul, nav:active ul {
        display: none;
        width: 100%;
        position: absolute;
        background: #2f363d;
        border: none;
    }
    nav:hover ul {
        display: block;
    }
    .site-footer nav ul, .site-footer nav:active ul {
        display: none;
        width: 100%;
        position: absolute;
        padding: 5px 0;
        background: #2f363d;
        border: none;
        margin-top: -224px;
    }
    .site-footer nav:hover ul {
        display: block;
    }
    nav li {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
    nav li a {
        color: #fff !important;
    }
    .menu-checkbox-label {
        width: 95%;
        height: 64px;
        display: inline-block;
        color: #fff;
        text-align: right;
        font-size: 50px;
        font-weight: 700;
        text-decoration: none;
        background-image: url(./images/it-security.png);
        background-repeat: no-repeat;
        background-position: 5% 50%;
        background-size: 130px auto;
        cursor: pointer;
        user-select: none;
    }
    .menu-checkbox-label-footer {
        width: 95%;
        height: 64px;
        display: inline-block;
        color: #fff;
        text-align: right;
        font-size: 50px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
        user-select: none;
    }
    .menu-checkbox {
        display: none;
    }
    .menu-checkbox:not(:checked)~.menu {
        display: none;
    }
    .menu-checkbox-footer {
        display: none;
    }
    .menu-checkbox-footer:not(:checked)~.menu {
        display: none;
    }
    /******************
		HEADER
	******************/
    /* NAVBAR */
    .navbar .logo {
        display: none;
    }
    /* SEARCH */
    .navbar .searchform {
        padding-top: 32px;
    }
    .navbar .searchform input[type="text"] {
        font-size: 16px;
        padding: 12px;
    }
    /* BLOG NAME | DESCRIPTION */
    .site-header .description {
        font-size: 16px;
        margin-bottom: 0;
    }
    /******************
		AFTER HEADER
	******************/
    /* LINK CONTAINER -> POSTS */
    .link-container a {
        background: #dfebb5;
        font-size: 16px;
    }
    .link-container a:hover {
        background: #f1f3f4;
    }
    /******************
		POSTS META
	******************/
    /* CATEGORIES | TAGS */
    .post-meta-tax {
        display: none;
    }
    /******************
		CONTENT
	******************/
    /* TITLE -> HOME */
    .posts .home-title {
        font-size: 18px;
    }
    /* CONTENT */
    .content {
        font-size: 16px;
    }
    .posts img.alignleft {
        width: 25%;
        height: auto;
        max-width: 100px;
    }
    .posts img.alignright {
        width: 25%;
        height: auto;
        max-width: 100px;
    }
    /* MITWIRKENDE */
    .mitwirkende {
        max-width: 135px !important;
    }
    /***********************
		FOOTER
	***********************/
	/* GO-UP */
	.go-up a {
		margin-right: 15px;
		margin-bottom: 15px;
	}
    /********************
		PLUGINS
	********************/
    /*  YARPP */
    .yarpp-related .text-preview {
        display: none;
    }
    /********************
		STYLE ADDONS
	********************/
    /* TEASER */
    .teaser {
        padding-left: 40px;
        padding-right: 40px;
        height: 50px;
        height: auto;
    }
    /* LIST */
    .list {
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
    }
    .list li {
        padding: 20px 20px 10px 20px;
    }
    .list-first {
        font-size: 17px;
        padding: 0;
        background: #628098;
    }
    .list-icon {
        float: none;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 48px;
        height: 48px;
        padding: 0;
        display: block;
    }
    /********************
		BOXES
	********************/
    /* INFO BOX | SHORTCODE: [info_box] */
    .info-box {
        padding-left: 40px;
        padding-right: 40px;
    }
    /* STANDARD BOX */
    .box {
        padding-left: 40px;
        padding-right: 40px;
    }
    /* SUPPORT -> MICROBLOG */
    .support-box-microblog {
        background: #dfebb5;
    }
    /***************************
		BOXES WITH SHORTCODES
	***************************/
    /* GASTAUTOR | SHORTCODE: [autor_box] */
    .autor-box {
        background: #fff3d4;
    }
    /* SUPPORT | SHORTCODE: [support_box] */
    .support-box {
        background: #dfebb5;
        border: none;
    }
    /* AD | SHORTCODE: [ad_box] */
    .ad-box {
        background: #dfebb5;
    }
    /* UPDATE | SHORTCODE: [update_box] */
    .update-box {
        background: #fdb4b4;
    }
}
@media all and (max-width: 320px) {
    .site-footer nav ul, .site-footer nav:active ul {
        margin-top: -202px;
    }
    nav li {
        font-size: 15px;
    }
    .navigation ul>li a {
        padding-top: 12px;
        font-size: 15px;
    }
    .navigation .sub-menu li a {
        font-size: 14px;
    }
}
