/*
Theme Name: right
Author: Katharina Mann
Author URI: http://helicidae.de
Description: Theme fuer Dolmetscher Right / Tuerkan Zeybek.
*/


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Geneva, Verdana, sans-serif;
}

body {
	color: #00664f;
	background-color: #afed6b;
	line-height: 1.5;
	margin: 0;
}

a {
	color: #883400;
	text-decoration: none;
}

a:visited {
	color: #883400;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #c54b00;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Geneva, Verdana, sans-serif;
	line-height: 1.3;
}

b,
strong {
	font-weight: bold;
}

p {
	margin: 0 0 1.5em;
}

small {
	font-size: smaller;
}

menu,
ol,
ul {
	margin: 1rem 0;
	padding: 0 0 0 2.5rem;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */

.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

.clear {
	clear: both;
}

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

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

/* Form fields, general styles first. Kontaktformular*/

button,
input,
textarea {
	border: 2px solid #6fad2b;
	font-family: inherit;
	padding: 5px;
	border-radius: 0.5rem;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #afed6b;
	outline: 0;
}

form p {
	font-size: 80%;
	font-style: italic;
}

.wpcf7-quiz-label:after {
	content: " ";
}

.wpcf7-file {
	background-color: #ffffff;
}

.wpcf7-submit {
	float: right;
}

form {
	margin-bottom: 3rem;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border-radius: 0.5rem;
}

/*div.wpcf7-response-output {
    margin: 2em 0 1em;
}*/

div.wpcf7-mail-sent-ok {
	border: none !important;
	background-color: #afed6b;
}

div.wpcf7-mail-sent-ng {
	border: none !important;
	background-color: #ee3c7e;
	color: #75002b;
}

div.wpcf7-spam-blocked {
	border: none !important;
	background-color: #ee3c7e;
	color: #75002b;
}

div.wpcf7-validation-errors {
	border: none !important;
	background-color: #ffa873;
	color: #883400;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 10% !important;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ee3c7e !important;
	border-radius: 0.2rem;
	font-size: 70% !important;
	color: #75002b;
	width: auto !important;
	padding: 0.2rem !important;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #ee3c7e !important;
	font-size: 70% !important;
	display: block;
}

input.wpcf7-quiz {
	margin-bottom: 1em;
}


/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #afed6b; /* Old browsers */
	background: -webkit-linear-gradient(top, #afed6b 0%, #639926 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #afed6b 0%, #639926 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #476e1b;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #cfff9a; /* Old browsers */
	background: -webkit-linear-gradient(top, #cfff9a 0%, #82bc43 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #cfff9a 0%, #82bc43 100%); /* W3C */
	outline: none;
	border-bottom: 3px solid #6fad2b;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #cfff9a; /* Old browsers */
	background: -webkit-linear-gradient(top, #cfff9a 0%, #82bc43 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #cfff9a 0%, #82bc43 100%); /* W3C */
	border-bottom: 3px solid #6fad2b;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.slideshow img,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

#rahmen {
	margin:1rem auto;
	max-width: 100rem;
	width: 100%;
	padding: 0 1rem;
}

.site {
}

#main {
	background-color: #fafafa;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

#page {
	max-width: 60rem;
	margin: 0 auto;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.slideshow {
	padding: 0 20px;
}

.slideshow a img {
	display: block;
	margin-bottom: 0;
}

.cycloneslider-template-standard {
    margin-bottom: 0 !important;
}


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

#masthead {
	background-color: #1d7562;
	margin: 0 auto;
	border-radius: 2rem 2rem 2rem 0;
	width: 100%;
}

#navbar {
	width: 100%;
}

#header-unten {
	background-color: #fafafa;
	margin: 0 auto;
	width: 100%;

}

#pflichtangaben {
	background-color: #1d7562;
	margin: 0 auto;
	border-radius: 0 0 2rem 0;
	width: 100%;
}


.main-navigation {
	clear: both;
	margin: 0 auto;
	position: relative;
}

#navbar ul.nav-menu,
#navbar div.nav-menu > ul {
	margin: 0;
	margin-left: 2rem;
	padding: 0;
}

#pflichtangaben ul.nav-menu,
#pflichtangaben div.nav-menu > ul {
	text-align: right;
	margin: 0;
	margin-right: 2rem;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

#navbar .nav-menu li a {
	color: #5dceb4;
	display: block;
	font-size: 125%;
	line-height: 1;
	padding: 1rem 2rem 1rem 0;
	text-decoration: none;
}

#pflichtangaben .nav-menu li a {
	color: #ababab;
	display: block;
	font-size: 75%;
	line-height: 1;
	padding: 0.5rem 0 0.5rem 2rem;
	text-decoration: none;
}

#navbar .nav-menu li:hover > a,
#navbar .nav-menu li a:hover,
#pflichtangaben .nav-menu li:hover > a,
#pflichtangaben .nav-menu li a:hover {
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	display: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

#navbar .nav-menu .current_page_item > a,
#navbar .nav-menu .current_page_ancestor > a,
#navbar .nav-menu .current-menu-item > a,
#navbar .nav-menu .current-menu-ancestor > a,
#pflichtangaben .nav-menu .current_page_item > a,
#pflichtangaben .nav-menu .current_page_ancestor > a,
#pflichtangaben .nav-menu .current-menu-item > a,
#pflichtangaben .nav-menu .current-menu-ancestor > a {
	color: #fff;
}

.menu-toggle {
	display: none;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

#content {
	background-color: #fafafa;
	background-image: url(bilder/sprechblasenkomma.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#uebersetzung {
	margin: 0 2rem 1.5rem 80px;
	padding-top: 1.5rem;
	font-size: 80%;
	font-style: italic;
}

.hentry {
	padding: 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 60rem;
}

.entry-header {
	margin: 0 3rem;
	text-indent: 4rem;
}

.entry-header h1 {
	font-size: 125%;
	font-weight: bold;
	color: #890033;
}

.entry-content {
	margin: 0 3rem;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


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

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}


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

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content ul {
	margin-top: 0;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment p.attachment {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

/**
/**
 * 7.0  Footer
 * ----------------------------------------------------------------------------
 */

footer {
	background-image: url(bilder/footer-bg.gif);
	background-repeat: repeat-x;
}

footer h3 {
	font-size: 125%;
	margin-bottom: 0;
	line-height: 1.8;
	text-align: right;
	padding-right: 55px;
}

#k-eins {
	width: 32%;
	float: left;
}

#k-eins h3 {
	background-image: url(bilder/komma-eins.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #a63f00;
	min-height: 42px;
}

#k-eins div {
	background-color: #ffa873;
	color: #883400;
}

#k-eins a, #k-eins a:visited {
	color: #883400;
}

#k-eins a:focus, #k-eins a:active, #k-eins a:hover {
	color: #cfcfcf;
}

#k-zwei {
	width: 32%;
	margin-left: 2%;
	float: left;
}

#k-zwei h3 {
	background-image: url(bilder/komma-zwei.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #900035;
	min-height: 42px;
}

#k-zwei div {
	background-color: #ee3c7e;
	color: #75002b;
}

#k-zwei p {
	margin-bottom: 0.5em;
}

#k-zwei a, #k-zwei a:visited {
	color: #75002b;
}

#k-zwei a:focus, #k-zwei a:active, #k-zwei a:hover {
	color: #cfcfcf;
}

#k-drei {
	width: 32%;
	margin-left: 2%;
	float: left;
}

#k-drei h3 {
	background-image: url(bilder/komma-drei.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #305d00;
	min-height: 42px;
}

#k-drei div {
	background-color: #6fad2b;
	color: #284c00;
}

#k-drei a, #k-drei a:visited {
	color: #284c00;
}

#k-drei a:focus, #k-drei a:active, #k-drei a:hover {
	color: #cfcfcf;
}

#k-eins div, #k-zwei div, #k-drei div {
	border-radius: 1rem 0 1rem 1rem;
	width: 100%;
	min-width: 100%;
	padding: 1.5rem;
	text-align: right;
}

.textwidget p:last-child {
	margin-bottom: 0;
}

.widget-meta {
	font-size: 80%;
	font-style: italic;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 49rem) {
	#k-eins, #k-zwei, #k-drei {
		clear: both;
		width: 100%;
		margin-left: 0;
	}
	footer {
		background-image: none;
		background-color: #fafafa;
	}
	#k-drei div {
		border-radius: 1rem 0 0 0;
	}
	#k-drei div {
		padding-bottom: 0;
	}
	#abschluss-kasten {
		width: 100%;
		height; 1,5rem;
		border-radius: 0 0 1rem 1rem;
		background-color: #6fad2b;
	}
}

/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

}