/*
Theme Name: Klimakatalog
Theme URI: http://underscores.me/
Author: Gerhard Janke
Author URI: http://pastorixx.de/
Description: Mediendatenbank der Infostelle Klimagerechtigkeit
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: klikat
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Klimakatalog is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
    font-family: 'arimo';
    src: url('fonts/arimo-regular-webfont.eot');
    src: url('fonts/arimo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-regular-webfont.woff2') format('woff2'),
         url('fonts/arimo-regular-webfont.woff') format('woff'),
         url('fonts/arimo-regular-webfont.ttf') format('truetype'),
         url('fonts/arimo-regular-webfont.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arimobold';
    src: url('fonts/arimo-bold-webfont.eot');
    src: url('fonts/arimo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-bold-webfont.woff2') format('woff2'),
         url('fonts/arimo-bold-webfont.woff') format('woff'),
         url('fonts/arimo-bold-webfont.ttf') format('truetype'),
         url('fonts/arimo-bold-webfont.svg#arimobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arimoitalic';
    src: url('fonts/arimo-italic-webfont.eot');
    src: url('fonts/arimo-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-italic-webfont.woff2') format('woff2'),
         url('fonts/arimo-italic-webfont.woff') format('woff'),
         url('fonts/arimo-italic-webfont.ttf') format('truetype'),
         url('fonts/arimo-italic-webfont.svg#arimoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'arimobold_italic';
    src: url('fonts/arimo-bold-italic-webfont.eot');
    src: url('fonts/arimo-bold-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/arimo-bold-italic-webfont.woff2') format('woff2'),
         url('fonts/arimo-bold-italic-webfont.woff') format('woff'),
         url('fonts/arimo-bold-italic-webfont.ttf') format('truetype'),
         url('fonts/arimo-bold-italic-webfont.svg#arimobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'share';
    src: url('fonts/Share-Regular-webfont.eot');
    src: url('fonts/Share-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Share-Regular-webfont.woff') format('woff'),
         url('fonts/Share-Regular-webfont.ttf') format('truetype'),
         url('fonts/Share-Regular-webfont.svg#share-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'arimo', sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-family: 'arimoitalic';
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'arimo', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-family: 'arimoitalic';
}
strong {	font-family: 'arimobold';}
blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/body {
    background: #324a7c none repeat scroll 0 0;
}#page {	background: transparent;
	max-width: 960px; max-width: 96rem;
	margin: 40px auto;}.site-header {	position: relative;
	}.site-content, .site-footer {	padding: 40px 20px;
	position: relative;
	background: #fff;
}.site-footer {
	padding: 0 20px;}.site-branding {	position: relative;
	height: 120px;}#amorphe{
	position: absolute;
	top: 60px;
	right: -60px;
}#logo-mediathek{	position: absolute;
	left: 0;}#logo-nkww{
	position: absolute;
	right: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fbb03f;
	font-family: 'arimobold';
	text-decoration: none;
}

a:visited {
	color: #fbb03f;
}

a:hover,
a:focus,
a:active {
	color: #fbb03f;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	background: #fbb03f;	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 0 20px;
}.footer-nav {
	clear: both;
	float: right;
}

.main-navigation ul, .footer-nav ul{
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
}
.footer-nav ul{
	display: block;}
.main-navigation li, .footer-nav li {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}

.main-navigation a, .footer-nav a, .kartei1, .menusearch input {
	color: #fff;
	font-family: 'arimobold';
	font-size: 16px;
	display: block;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-transform: uppercase;
	cursor: pointer;
}.footer-nav a {
	color: #fbb03f;
	font-size: 14px;
	display: block;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 2.5;
	text-transform: uppercase;
}

.main-navigation ul ul {
	background: #fbb03f;
	float: left;
	position: absolute;
	top: 40px;
	left: -12px;
	z-index: 99999;
	padding: 6px 12px;
	max-height: 0;
	width: 200px;
	overflow: hidden;
	opacity:0;
	-webkit-transition: opacity 0.8s, max-height 1s;
	-moz-transition: opacity 0.8s, max-height 1s;
	-ms-transition: opacity 0.8s, max-height 1s;
	-o-transition: opacity 0.8s, max-height 1s;
	transition: opacity 0.8s, max-height 1s;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	max-height: 700px;
	opacity:1;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	line-height: 1.2;
}

.main-navigation ul ul li {
	margin: 7px 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.menusearch input, .menusearch input:focus {	background: rgba(255, 255, 255, 0.2);
	border: none;
	border-radius: 0;
	color: rgba(255, 255, 255, 1);
	float: left;
	padding: 0 10px;
}.menusearch input[type="text"] {	width: 160px;}.menusearch .search-submit {	margin: 0 0 0 30px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

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


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*//*--------------------------------------------------------------
# Frontpage
--------------------------------------------------------------*/.searchandfilter ul {	padding: 0;
	margin: 0 0 60px 0;
	float: left;
	width: 100%;}.searchandfilter ul li {
    float: left;
	width: 50%;
}.sf-field-submit {	clear: both;}.sf-input-select {	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background: transparent;
	padding: 5px;
	border: 1px solid #324a7c;
	width: 180px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 0px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 0px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 0px;}.sf-field-taxonomy-kartei label, .sf-field-post-meta-px_alter label, .sf-field-post-meta-px_medienart label {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.sf-field-taxonomy-kartei label:after, .sf-field-post-meta-px_alter label:after, .sf-field-post-meta-px_medienart label:after, .sf-field-taxonomy-kartei label:after, .sf-field-post-meta-px_alter label:after, .sf-field-post-meta-px_jahr label:after {
    background: #324a7c none repeat scroll 0 0;
    color: #fff;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 24px;
    line-height: 10%;
    padding: 4px 8px;
    position: relative;
    right: 30px;
    top: 4px;
    width: 10%;
    z-index: 1;
}.searchcol {	float: left;
	width: 60%;}.search-field {	border: 1px solid #324a7c !important;
	border-radius: 0 !important;
	padding: 5px !important;
	width: 180px;}.suche .search-submit {	display: block;
	margin: 16px 0 0 0;}.rightcol {
	width: 30%;
	float: right;
}.adresse {	color: #324a7c;
	position: relative;}.adresse a, .tagcloud a {
	color: #324a7c;
	font-family: 'arimo';
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
h1.entry-title {
    color: #324a7c;
	font-family: "share";
    font-size: 40px;
    letter-spacing: -0.04em;
}.entry-content h3 {	color: #324a7c;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.6px;}.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.home .hentry {    color: #324a7c;}
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Kartei
--------------------------------------------------------------*/.dblist-content {	
	float: left;
	margin: 30px 0;
	width: 100%;
}.card-img {	float: right;
	width: 200px;
}.textfields {	float: left;
	max-width: 630px;}ul#datalist {
	border-bottom: 1px solid #ccc;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;}li.karte {    border-top: 1px solid #ccc;
	padding: 5px 10px;
	float: left;
	width: 100%;}h2.karten-title {	
	font-size: 18px; font-size: 1.8rem;
	color: #324a7c;
	margin: 0;
	cursor: pointer;}.feld-label {	clear: both;
	float: left;
	width: 130px;}.feld-wert {	float: left;
	margin: 0 0 8px 0;
	max-width: 500px;}.feld-link {
	clear: both;
	float: left;
	max-width: 500px;
	margin: 0 0 0 130px;
}.mejs-container {
	margin: 30px 0 0 0;
	float: left;
}.feld-video {
	clear: both;
	float: left;
	max-width: 100%;
	margin: 30px 0;
}.post-ratings {	clear: both;
	margin: 30px 0 0 0;
	float: left;}/*--------------------------------------------------------------
## Filter
--------------------------------------------------------------*/#Filters {	margin: 0 0 40px 0;}#Filters fieldset {    border: none;
    margin: 0;
    padding: 10px;}#Filters fieldset.zgruppe {	border-bottom: 1px solid #ccc;}#Filters h4 {	font-size: 14px;
	margin: 10px 0 5px 0;}.filter {
	float: left;
	width: 22%;
}

.filter.sh, .filter.mv, .filter.ern, .filter.kli, .filter.fair, .filter.mr {
	width: 40%;
}

.fa-square-o {
	font-family: 'FontAwesome';
	font-style: normal;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.fa-square-o:before {
  content: "\f096";
}

.active .fa-square-o:before {
  content: "\f046";
}

#Reset {
	margin: 0 0 10px 0;
}

#datalist .mix{
	display: none;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.login {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 50px;
}
.login:hover {	background: #eee;}
.login a {
	display: block;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {	margin: 30px 0 0 0;
	font-size: 1.2rem;
	float: left;}.comments-area b, .comments-area strong, .comments-area a {	color: #404040;
	font-weight: normal;
	font-family: 'arimo';}.comments-area a.clickcomment {
    color: #fbb03f;
    font-family: "arimobold";	
}.comment-list {	margin: 0 0 30px 0;}.comment-author.vcard {
    float: left;
    margin: 0 20px 0 0;
}.comment-content > p {	font-family: 'arimoitalic';
	margin: 0 0 10px 0;
}h3#reply-title {	margin: 0;}.comment-notes {
    margin: 0;
}#comment {	height: 30px;}.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.countdownbox {	display: block;}.comment-form-author {	clear: both;
}.comment-form-author, .comment-form-email, #commentform .form-submit {	float: left;
	margin: 0 20px 0 0;}.comment-form-url {	display: none;}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
.wpcf7-form {	max-width: 600px;}/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/@media screen and (max-width: 960px) {		#logo-mediathek {
			left: 20px;
		}
		#logo-nkww {
			right: 20px;
		}}@media screen and (max-width: 830px) {		.card-img {
			display: none;
		}}@media screen and (max-width: 790px) {
		.searchcol, .rightcol {
			width: 100%;
			float: left;
		}
		#logo-nkww, #amorphe/*, .nav-menu .kartei1*/ {
			display: none;
		}

}@media screen and (max-width: 560px) {		#logo-mediathek {
			width: 80%;
			height: auto;
		}}@media screen and (max-width: 490px) {
		.searchandfilter ul li {
			width: 80%;
		}
}

